-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for sources using Hive LLAP #1168
Closed
pavgra opened this issue
Jun 3, 2019
· 1 comment
· Fixed by OHDSI/circe-be#91, odysseusinc/DatabaseConnector#1, #1418, OHDSI/ArachneExecutionEngine#272 or OHDSI/Atlas#2096
Closed
Add support for sources using Hive LLAP #1168
pavgra opened this issue
Jun 3, 2019
· 1 comment
· Fixed by OHDSI/circe-be#91, odysseusinc/DatabaseConnector#1, #1418, OHDSI/ArachneExecutionEngine#272 or OHDSI/Atlas#2096
Comments
Linking this to OHDSI/SqlRender#173 related to Hive support with SqlRender |
This was referenced Aug 26, 2019
Closed
This was referenced Sep 26, 2019
This was referenced Sep 26, 2019
This was referenced Jan 15, 2020
This was referenced Jan 15, 2020
YaroslavTir
pushed a commit
to OHDSI/Atlas
that referenced
this issue
Feb 10, 2020
Fixes: OHDSI/WebAPI#1168 Adds support for Apache Hive LLAP
YaroslavTir
pushed a commit
to OHDSI/ArachneExecutionEngine
that referenced
this issue
Feb 10, 2020
Fixes: OHDSI/WebAPI#1168 Adds support for Apache Hive LLAP
YaroslavTir
pushed a commit
that referenced
this issue
Feb 10, 2020
Fixes: #1168 Adds support for Apache Hive LLAP
YaroslavTir
pushed a commit
to OHDSI/ArachneExecutionEngine
that referenced
this issue
Feb 11, 2020
* ATLP-446 added kerberos in image added validation check for krb user * New version: 1.14.0 * ATLP-446 fixed user checking * ATLP-446 add ability to append realms to krb5.conf * ATLP-446. Fixed notes * ATLP-446. Moved kinit to jail * enable kerberos for chroot'ed env * enable kerberos for chroot'ed env * ATLP-446. Fixed notes * ARACHNE-2359. Back-merge of multi-statement SQL files execution fix * ATLP-446. Made kinit in chroot mode * ATLP-446. Changed krb auth enum class * ATLP-446. added spaces to template * ATLP-446. removed extra lines * ATLP-446. turned off cleanup environment for debug * ATLP-446. reverted debug notes back * ATLP-446. set krb admin server properly * ATLP-446. Fixed notes * ATLP-446. Removed unnecessary dependency * ATLP-446. Added condition for kerberos init, fixed notes * Refactoring * ATLP-446. made some refactoring * ATLP-446. made some refactoring * ATLP-446. Added [domain-realm] section for correct login to impala (#145) * ATLP-446. Fixed cp command in jail.sh (#147) * ATLP-446. Fixed execution of kinit on host (#150) * ATLP-446. Extended krb5.conf both for host and for jail areas (#151) * ATLP-524. Replaced kerberos login logic with module from ArachneCommons (#159) * Added login to kerberos by password (#160) * ARACHNE-2555. Added connection pooling for DN health check (#154) (cherry picked from commit 2bceaad) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#155) (cherry picked from commit 4de1a00) * Fixed dockerImagePrefix * Switched container timezone from UTC to GMT (#158) (cherry picked from commit e4187dd) * SqlRender version (cherry picked from commit 10c9884) * Reverted dockerImagePrefix * ARACHNE-2575. Changed key used in DataSource-s cache to get a new connection when ds username/password changed (#169) * Changed ojdbc6 and impala driver versions (#170) * ARACHNE-2627. Added logging and moved metadata extraction into async mode [back_merge] (#172) * Fix R libraries versions (#178) * Fix R libraries versions for Atlas 2.7 (#179) * Adds Support of BQ keyfile json for authentication of EE jobs (#180) * Updates DatabaseConnector version (#184) * Upgrades R packages versions (#186) * Adds Netezza support (#185) * Adds cron scheduled job to refresh Kerberos ticket (#187) * Added parameter to define whether execution results should be deleted after callback (#190) * Prevents R packages updates (#191) * Exposes data source name as Environment variable (#194) * Excluded extra folders from analyses results (#196) * added default exclusion for analysis * Added R packages for new CC analysis. Adds ANALYSIS_ID env param (#195) * added DATA_SOURCE_NAME to params (#201) * Added synchronous mode of analysis execution (#202) * Added synchronous mode of analysis execution * Cleanup * Cleanup * Forgotten diff for sync execution mode (#204) * Added synchronous mode of analysis execution * Cleanup * Cleanup * Forgotten diff for sync mode * Updated version of r-env. Removed unused docker files (#206) (#208) (#209) * Updated version of r-env. Removed unused docker files (#206) * rearranged libraries (#206) (cherry picked from commit 1783b94) * Back merge from 1.14 & version increment (#205) * Build JAR that can be used as a dependency in other projects additionally to executable one (#211) * Use R libs file from DockerEnv repo to avoid duplication (#210) * Fixes build process conforming PLP deps (#216) * Fixes docker build after classifier has been set (#217) * Attempt to fix docker build * Fixes docker build * run apt-get update in non-interactive mode * Remove redundant dependencies (#218) * Adds geospatial libs (#219) * Fixes user home dir (#222) * improve swagger documentation (#220) * Re-uses DataSourceAuthResolver-s from arachne-commons (#230) * Fixes NPE during non-Kerberos auth (#231) * Updates R-env image version (#232) * Develop backmerge from qa (#237) * change r-env version (#240) * Upgrade to zip4j 2.1.1 (#242) * Upgrade to zip4j 2.1.1 * Removed unused ZipException declarations * Fixes removal of Keyfile from result zip (#246) * Fixes R dist build. Fixes jail mode for BQ (#248) * Back merge release 1.15.0 (#266) * ARACHNE-2359. Back-merge of multi-statement SQL files execution fix (#138) * ARACHNE-2359. Merge fix (#140) * ATLP-446. Added keytab propagation for Impala (#137) * ATLP-446. Added [domain-realm] section for correct login to impala (#144) * ATLP-446. Fixed cp command in jail.sh (#146) * ATLP-446. Fixed kinit command for user-password mode (#148) * ATLP-446. Fixed execution of kinit on host (#149) * ATLP-446. Extended krb5.conf both for host and for jail areas (#152) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#155) * ARACHNE-2555. Added connection pooling for DN health check (#154) (cherry picked from commit 2bceaad) * Fixed * Fixed * Fixed * Switched container timezone from UTC to GMT (#158) (cherry picked from commit e4187dd) * SqlRender version * Reverted dockerImagePrefix (#165) * ARACHNE-2575. Changed key used in DataSource-s cache to get a new connection when ds username/password changed [back-merge] (#167) * ojdbc version fix * ARACHNE-2627. Added logging and moved metadata extraction into async mode (#171) * fix DatabaseConnector & FeatureExtraction versions (#174) * ARACHNE-2648 Datanode health check does not work as expected * update version to 1.13.1-QA (#188) * 1.14.0-QA (#197) * Merge fix * Merge fix #2 * Removed redundant metadata extraction (merge issue) (#199) * Added DATA_SOURCE_NAME to chroot params (#201) (cherry picked from commit d0c4814) * Start R scripts in isolated PID namespace when chroot mode is enabled (#224) * Start R scripts in isolated PID namespace when chroot mode is enabled * Do not show env variables in ps * Attempt to fix script * fixes issue with non-root user * removes redundant param * Qa backmerge from master (#235) * ARACHNE-1717 1.10.0 * ARACHNE-1854 Updated version * ARACHNE-2005 Release 1.11.2 * ARACHNE-2106 Release 1.11.3 * ARACHNE-2357 Release 1.12.1 * ARACHNE-1668. Updated drivers to support Postgres 10 (cherry picked from commit 41fb866) * Changed version 1.12.2-qa -> 1.12.2 * ARACHNE-2521. Fixed return of execution status * ARACHNE-2539. Fixed execution of SQL containing multiple queries per file in Oracle * Release 1.12.3 * ARACHNE-2555. Added connection pooling for DN health check (#154) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#157) * Switched container timezone from UTC to GMT (#158) * Release 1.14.0 (#203) * Updated version of r-env. Removed unused docker files (#206) (#208) * Updated version of r-env. Removed unused docker files (#206) * rearranged libraries (#206) * change version to qa * change version to qa (#236) * change impala jdbc driver version (#238) * change impala jdbc driver version * change impala jdbc driver version * fix readme * fixes download link * change r-env version (#241) * QA 1.15.0 (#244) * Fixes removal of Keyfile from result zip (#247) * Fixes R dist build. Fixes jail mode for BQ (#249) * Removes extra installs. Updates to reflect changes from R-env (#251) * Adds CDM v5.3.1 detection (#253) * ARACHNE-2722 set right version for sql-render (#261) * Updates python to v3.6 making PLP models run succesfully (#257) * Fixes issue with ojdbc and timezone region (#262) * ARACHNE-2722 - Cohort (simple counts) fails on BigQuery (#264) - use SingleStatementSqlExecutor for BigQuery request * Optimize cdm detect (#267) * optimization for CDM version detection * Hello Spring boot 2! * Fix logger configuration - failing after spring boot 2 migration (#268) * Migrate deprecated properties to spring-boot-2 schema (#269) * Migrate deprecated properties to spring-boot-2 schema Fix tomcat 9.0.26 packed into spring boot 2.1.9 is have a bug, rolling back to 2.1.8 to stable tomcat 9.0.25 - failing after spring boot 2 migration * downgrade embedded tomcat to 9.0.24 * upgrade embedded tomcat to 9.0.27 * Adds support for Apache Hive LLAP (#272) Fixes: OHDSI/WebAPI#1168 Adds support for Apache Hive LLAP Co-authored-by: anastasiia klochkova <[email protected]> Co-authored-by: Anton Gackovka <[email protected]> Co-authored-by: Vitaly Koulakov <[email protected]> Co-authored-by: Pavel Grafkin <[email protected]> Co-authored-by: mpozhidaeva <[email protected]> Co-authored-by: OdysseusBot <[email protected]> Co-authored-by: ssuvorov-fls <[email protected]> Co-authored-by: AntonStepanof <[email protected]> Co-authored-by: Alex Cumarav <[email protected]>
wivern
added a commit
to OHDSI/ArachneExecutionEngine
that referenced
this issue
Mar 6, 2020
* Qa backmerge from master (#235) * ARACHNE-1717 1.10.0 * ARACHNE-1854 Updated version * ARACHNE-2005 Release 1.11.2 * ARACHNE-2106 Release 1.11.3 * ARACHNE-2357 Release 1.12.1 * ARACHNE-1668. Updated drivers to support Postgres 10 (cherry picked from commit 41fb866) * Changed version 1.12.2-qa -> 1.12.2 * ARACHNE-2521. Fixed return of execution status * ARACHNE-2539. Fixed execution of SQL containing multiple queries per file in Oracle * Release 1.12.3 * ARACHNE-2555. Added connection pooling for DN health check (#154) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#157) * Switched container timezone from UTC to GMT (#158) * Release 1.14.0 (#203) * Updated version of r-env. Removed unused docker files (#206) (#208) * Updated version of r-env. Removed unused docker files (#206) * rearranged libraries (#206) * change version to qa * change version to qa (#236) * change impala jdbc driver version (#238) * change impala jdbc driver version * change impala jdbc driver version * fix readme * fixes download link * change r-env version (#241) * QA 1.15.0 (#244) * Fixes removal of Keyfile from result zip (#247) * Fixes R dist build. Fixes jail mode for BQ (#249) * Removes extra installs. Updates to reflect changes from R-env (#251) * Adds CDM v5.3.1 detection (#253) * ARACHNE-2722 set right version for sql-render (#261) * Updates python to v3.6 making PLP models run succesfully (#257) * Fixes issue with ojdbc and timezone region (#262) * ARACHNE-2722 - Cohort (simple counts) fails on BigQuery (#264) - use SingleStatementSqlExecutor for BigQuery request * New version: 1.15.1-QA (#270) * new parameter for cran distrib name was added * update formatting * added missing parameter in getopts * QA 1.16.0 (#273) * ATLP-446 added kerberos in image added validation check for krb user * New version: 1.14.0 * ATLP-446 fixed user checking * ATLP-446 add ability to append realms to krb5.conf * ATLP-446. Fixed notes * ATLP-446. Moved kinit to jail * enable kerberos for chroot'ed env * enable kerberos for chroot'ed env * ATLP-446. Fixed notes * ARACHNE-2359. Back-merge of multi-statement SQL files execution fix * ATLP-446. Made kinit in chroot mode * ATLP-446. Changed krb auth enum class * ATLP-446. added spaces to template * ATLP-446. removed extra lines * ATLP-446. turned off cleanup environment for debug * ATLP-446. reverted debug notes back * ATLP-446. set krb admin server properly * ATLP-446. Fixed notes * ATLP-446. Removed unnecessary dependency * ATLP-446. Added condition for kerberos init, fixed notes * Refactoring * ATLP-446. made some refactoring * ATLP-446. made some refactoring * ATLP-446. Added [domain-realm] section for correct login to impala (#145) * ATLP-446. Fixed cp command in jail.sh (#147) * ATLP-446. Fixed execution of kinit on host (#150) * ATLP-446. Extended krb5.conf both for host and for jail areas (#151) * ATLP-524. Replaced kerberos login logic with module from ArachneCommons (#159) * Added login to kerberos by password (#160) * ARACHNE-2555. Added connection pooling for DN health check (#154) (cherry picked from commit 2bceaad) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#155) (cherry picked from commit 4de1a00) * Fixed dockerImagePrefix * Switched container timezone from UTC to GMT (#158) (cherry picked from commit e4187dd) * SqlRender version (cherry picked from commit 10c9884) * Reverted dockerImagePrefix * ARACHNE-2575. Changed key used in DataSource-s cache to get a new connection when ds username/password changed (#169) * Changed ojdbc6 and impala driver versions (#170) * ARACHNE-2627. Added logging and moved metadata extraction into async mode [back_merge] (#172) * Fix R libraries versions (#178) * Fix R libraries versions for Atlas 2.7 (#179) * Adds Support of BQ keyfile json for authentication of EE jobs (#180) * Updates DatabaseConnector version (#184) * Upgrades R packages versions (#186) * Adds Netezza support (#185) * Adds cron scheduled job to refresh Kerberos ticket (#187) * Added parameter to define whether execution results should be deleted after callback (#190) * Prevents R packages updates (#191) * Exposes data source name as Environment variable (#194) * Excluded extra folders from analyses results (#196) * added default exclusion for analysis * Added R packages for new CC analysis. Adds ANALYSIS_ID env param (#195) * added DATA_SOURCE_NAME to params (#201) * Added synchronous mode of analysis execution (#202) * Added synchronous mode of analysis execution * Cleanup * Cleanup * Forgotten diff for sync execution mode (#204) * Added synchronous mode of analysis execution * Cleanup * Cleanup * Forgotten diff for sync mode * Updated version of r-env. Removed unused docker files (#206) (#208) (#209) * Updated version of r-env. Removed unused docker files (#206) * rearranged libraries (#206) (cherry picked from commit 1783b94) * Back merge from 1.14 & version increment (#205) * Build JAR that can be used as a dependency in other projects additionally to executable one (#211) * Use R libs file from DockerEnv repo to avoid duplication (#210) * Fixes build process conforming PLP deps (#216) * Fixes docker build after classifier has been set (#217) * Attempt to fix docker build * Fixes docker build * run apt-get update in non-interactive mode * Remove redundant dependencies (#218) * Adds geospatial libs (#219) * Fixes user home dir (#222) * improve swagger documentation (#220) * Re-uses DataSourceAuthResolver-s from arachne-commons (#230) * Fixes NPE during non-Kerberos auth (#231) * Updates R-env image version (#232) * Develop backmerge from qa (#237) * change r-env version (#240) * Upgrade to zip4j 2.1.1 (#242) * Upgrade to zip4j 2.1.1 * Removed unused ZipException declarations * Fixes removal of Keyfile from result zip (#246) * Fixes R dist build. Fixes jail mode for BQ (#248) * Back merge release 1.15.0 (#266) * ARACHNE-2359. Back-merge of multi-statement SQL files execution fix (#138) * ARACHNE-2359. Merge fix (#140) * ATLP-446. Added keytab propagation for Impala (#137) * ATLP-446. Added [domain-realm] section for correct login to impala (#144) * ATLP-446. Fixed cp command in jail.sh (#146) * ATLP-446. Fixed kinit command for user-password mode (#148) * ATLP-446. Fixed execution of kinit on host (#149) * ATLP-446. Extended krb5.conf both for host and for jail areas (#152) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#155) * ARACHNE-2555. Added connection pooling for DN health check (#154) (cherry picked from commit 2bceaad) * Fixed * Fixed * Fixed * Switched container timezone from UTC to GMT (#158) (cherry picked from commit e4187dd) * SqlRender version * Reverted dockerImagePrefix (#165) * ARACHNE-2575. Changed key used in DataSource-s cache to get a new connection when ds username/password changed [back-merge] (#167) * ojdbc version fix * ARACHNE-2627. Added logging and moved metadata extraction into async mode (#171) * fix DatabaseConnector & FeatureExtraction versions (#174) * ARACHNE-2648 Datanode health check does not work as expected * update version to 1.13.1-QA (#188) * 1.14.0-QA (#197) * Merge fix * Merge fix #2 * Removed redundant metadata extraction (merge issue) (#199) * Added DATA_SOURCE_NAME to chroot params (#201) (cherry picked from commit d0c4814) * Start R scripts in isolated PID namespace when chroot mode is enabled (#224) * Start R scripts in isolated PID namespace when chroot mode is enabled * Do not show env variables in ps * Attempt to fix script * fixes issue with non-root user * removes redundant param * Qa backmerge from master (#235) * ARACHNE-1717 1.10.0 * ARACHNE-1854 Updated version * ARACHNE-2005 Release 1.11.2 * ARACHNE-2106 Release 1.11.3 * ARACHNE-2357 Release 1.12.1 * ARACHNE-1668. Updated drivers to support Postgres 10 (cherry picked from commit 41fb866) * Changed version 1.12.2-qa -> 1.12.2 * ARACHNE-2521. Fixed return of execution status * ARACHNE-2539. Fixed execution of SQL containing multiple queries per file in Oracle * Release 1.12.3 * ARACHNE-2555. Added connection pooling for DN health check (#154) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#157) * Switched container timezone from UTC to GMT (#158) * Release 1.14.0 (#203) * Updated version of r-env. Removed unused docker files (#206) (#208) * Updated version of r-env. Removed unused docker files (#206) * rearranged libraries (#206) * change version to qa * change version to qa (#236) * change impala jdbc driver version (#238) * change impala jdbc driver version * change impala jdbc driver version * fix readme * fixes download link * change r-env version (#241) * QA 1.15.0 (#244) * Fixes removal of Keyfile from result zip (#247) * Fixes R dist build. Fixes jail mode for BQ (#249) * Removes extra installs. Updates to reflect changes from R-env (#251) * Adds CDM v5.3.1 detection (#253) * ARACHNE-2722 set right version for sql-render (#261) * Updates python to v3.6 making PLP models run succesfully (#257) * Fixes issue with ojdbc and timezone region (#262) * ARACHNE-2722 - Cohort (simple counts) fails on BigQuery (#264) - use SingleStatementSqlExecutor for BigQuery request * Optimize cdm detect (#267) * optimization for CDM version detection * Hello Spring boot 2! * Fix logger configuration - failing after spring boot 2 migration (#268) * Migrate deprecated properties to spring-boot-2 schema (#269) * Migrate deprecated properties to spring-boot-2 schema Fix tomcat 9.0.26 packed into spring boot 2.1.9 is have a bug, rolling back to 2.1.8 to stable tomcat 9.0.25 - failing after spring boot 2 migration * downgrade embedded tomcat to 9.0.24 * upgrade embedded tomcat to 9.0.27 * Adds support for Apache Hive LLAP (#272) Fixes: OHDSI/WebAPI#1168 Adds support for Apache Hive LLAP Co-authored-by: anastasiia klochkova <[email protected]> Co-authored-by: Anton Gackovka <[email protected]> Co-authored-by: Vitaly Koulakov <[email protected]> Co-authored-by: Pavel Grafkin <[email protected]> Co-authored-by: mpozhidaeva <[email protected]> Co-authored-by: OdysseusBot <[email protected]> Co-authored-by: ssuvorov-fls <[email protected]> Co-authored-by: AntonStepanof <[email protected]> Co-authored-by: Alex Cumarav <[email protected]> * fixing merge issue * fixes tests Co-authored-by: ssuvorov-fls <[email protected]> Co-authored-by: Alex Cumarav <[email protected]> Co-authored-by: Pavel Grafkin <[email protected]> Co-authored-by: molodkov yaroslav <[email protected]> Co-authored-by: Sergey Suvorov <[email protected]> Co-authored-by: anastasiia klochkova <[email protected]> Co-authored-by: Anton Gackovka <[email protected]> Co-authored-by: mpozhidaeva <[email protected]> Co-authored-by: OdysseusBot <[email protected]> Co-authored-by: AntonStepanof <[email protected]>
wivern
added a commit
to OHDSI/ArachneExecutionEngine
that referenced
this issue
Sep 18, 2020
* ARACHNE-2359. Back-merge of multi-statement SQL files execution fix (#138) * ARACHNE-2359. Merge fix (#140) * ATLP-446. Added keytab propagation for Impala (#137) * ATLP-446. Added [domain-realm] section for correct login to impala (#144) * ATLP-446. Fixed cp command in jail.sh (#146) * ATLP-446. Fixed kinit command for user-password mode (#148) * ATLP-446. Fixed execution of kinit on host (#149) * ATLP-446. Extended krb5.conf both for host and for jail areas (#152) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#155) * ARACHNE-2555. Added connection pooling for DN health check (#154) (cherry picked from commit 2bceaad) * Fixed * Fixed * Fixed * Switched container timezone from UTC to GMT (#158) (cherry picked from commit e4187dd) * SqlRender version * Reverted dockerImagePrefix (#165) * ARACHNE-2575. Changed key used in DataSource-s cache to get a new connection when ds username/password changed [back-merge] (#167) * ojdbc version fix * ARACHNE-2627. Added logging and moved metadata extraction into async mode (#171) * fix DatabaseConnector & FeatureExtraction versions (#174) * ARACHNE-2648 Datanode health check does not work as expected * update version to 1.13.1-QA (#188) * 1.14.0-QA (#197) * Merge fix * Merge fix #2 * Removed redundant metadata extraction (merge issue) (#199) * Added DATA_SOURCE_NAME to chroot params (#201) (cherry picked from commit d0c4814) * Start R scripts in isolated PID namespace when chroot mode is enabled (#224) * Start R scripts in isolated PID namespace when chroot mode is enabled * Do not show env variables in ps * Attempt to fix script * fixes issue with non-root user * removes redundant param * Qa backmerge from master (#235) * ARACHNE-1717 1.10.0 * ARACHNE-1854 Updated version * ARACHNE-2005 Release 1.11.2 * ARACHNE-2106 Release 1.11.3 * ARACHNE-2357 Release 1.12.1 * ARACHNE-1668. Updated drivers to support Postgres 10 (cherry picked from commit 41fb866) * Changed version 1.12.2-qa -> 1.12.2 * ARACHNE-2521. Fixed return of execution status * ARACHNE-2539. Fixed execution of SQL containing multiple queries per file in Oracle * Release 1.12.3 * ARACHNE-2555. Added connection pooling for DN health check (#154) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#157) * Switched container timezone from UTC to GMT (#158) * Release 1.14.0 (#203) * Updated version of r-env. Removed unused docker files (#206) (#208) * Updated version of r-env. Removed unused docker files (#206) * rearranged libraries (#206) * change version to qa * change version to qa (#236) * change impala jdbc driver version (#238) * change impala jdbc driver version * change impala jdbc driver version * fix readme * fixes download link * change r-env version (#241) * QA 1.15.0 (#244) * Fixes removal of Keyfile from result zip (#247) * Fixes R dist build. Fixes jail mode for BQ (#249) * Removes extra installs. Updates to reflect changes from R-env (#251) * Adds CDM v5.3.1 detection (#253) * ARACHNE-2722 set right version for sql-render (#261) * Updates python to v3.6 making PLP models run succesfully (#257) * Fixes issue with ojdbc and timezone region (#262) * ARACHNE-2722 - Cohort (simple counts) fails on BigQuery (#264) - use SingleStatementSqlExecutor for BigQuery request * New version: 1.15.1-QA (#270) * new parameter for cran distrib name was added * update formatting * added missing parameter in getopts * QA 1.16.0 (#273) * ATLP-446 added kerberos in image added validation check for krb user * New version: 1.14.0 * ATLP-446 fixed user checking * ATLP-446 add ability to append realms to krb5.conf * ATLP-446. Fixed notes * ATLP-446. Moved kinit to jail * enable kerberos for chroot'ed env * enable kerberos for chroot'ed env * ATLP-446. Fixed notes * ARACHNE-2359. Back-merge of multi-statement SQL files execution fix * ATLP-446. Made kinit in chroot mode * ATLP-446. Changed krb auth enum class * ATLP-446. added spaces to template * ATLP-446. removed extra lines * ATLP-446. turned off cleanup environment for debug * ATLP-446. reverted debug notes back * ATLP-446. set krb admin server properly * ATLP-446. Fixed notes * ATLP-446. Removed unnecessary dependency * ATLP-446. Added condition for kerberos init, fixed notes * Refactoring * ATLP-446. made some refactoring * ATLP-446. made some refactoring * ATLP-446. Added [domain-realm] section for correct login to impala (#145) * ATLP-446. Fixed cp command in jail.sh (#147) * ATLP-446. Fixed execution of kinit on host (#150) * ATLP-446. Extended krb5.conf both for host and for jail areas (#151) * ATLP-524. Replaced kerberos login logic with module from ArachneCommons (#159) * Added login to kerberos by password (#160) * ARACHNE-2555. Added connection pooling for DN health check (#154) (cherry picked from commit 2bceaad) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#155) (cherry picked from commit 4de1a00) * Fixed dockerImagePrefix * Switched container timezone from UTC to GMT (#158) (cherry picked from commit e4187dd) * SqlRender version (cherry picked from commit 10c9884) * Reverted dockerImagePrefix * ARACHNE-2575. Changed key used in DataSource-s cache to get a new connection when ds username/password changed (#169) * Changed ojdbc6 and impala driver versions (#170) * ARACHNE-2627. Added logging and moved metadata extraction into async mode [back_merge] (#172) * Fix R libraries versions (#178) * Fix R libraries versions for Atlas 2.7 (#179) * Adds Support of BQ keyfile json for authentication of EE jobs (#180) * Updates DatabaseConnector version (#184) * Upgrades R packages versions (#186) * Adds Netezza support (#185) * Adds cron scheduled job to refresh Kerberos ticket (#187) * Added parameter to define whether execution results should be deleted after callback (#190) * Prevents R packages updates (#191) * Exposes data source name as Environment variable (#194) * Excluded extra folders from analyses results (#196) * added default exclusion for analysis * Added R packages for new CC analysis. Adds ANALYSIS_ID env param (#195) * added DATA_SOURCE_NAME to params (#201) * Added synchronous mode of analysis execution (#202) * Added synchronous mode of analysis execution * Cleanup * Cleanup * Forgotten diff for sync execution mode (#204) * Added synchronous mode of analysis execution * Cleanup * Cleanup * Forgotten diff for sync mode * Updated version of r-env. Removed unused docker files (#206) (#208) (#209) * Updated version of r-env. Removed unused docker files (#206) * rearranged libraries (#206) (cherry picked from commit 1783b94) * Back merge from 1.14 & version increment (#205) * Build JAR that can be used as a dependency in other projects additionally to executable one (#211) * Use R libs file from DockerEnv repo to avoid duplication (#210) * Fixes build process conforming PLP deps (#216) * Fixes docker build after classifier has been set (#217) * Attempt to fix docker build * Fixes docker build * run apt-get update in non-interactive mode * Remove redundant dependencies (#218) * Adds geospatial libs (#219) * Fixes user home dir (#222) * improve swagger documentation (#220) * Re-uses DataSourceAuthResolver-s from arachne-commons (#230) * Fixes NPE during non-Kerberos auth (#231) * Updates R-env image version (#232) * Develop backmerge from qa (#237) * change r-env version (#240) * Upgrade to zip4j 2.1.1 (#242) * Upgrade to zip4j 2.1.1 * Removed unused ZipException declarations * Fixes removal of Keyfile from result zip (#246) * Fixes R dist build. Fixes jail mode for BQ (#248) * Back merge release 1.15.0 (#266) * ARACHNE-2359. Back-merge of multi-statement SQL files execution fix (#138) * ARACHNE-2359. Merge fix (#140) * ATLP-446. Added keytab propagation for Impala (#137) * ATLP-446. Added [domain-realm] section for correct login to impala (#144) * ATLP-446. Fixed cp command in jail.sh (#146) * ATLP-446. Fixed kinit command for user-password mode (#148) * ATLP-446. Fixed execution of kinit on host (#149) * ATLP-446. Extended krb5.conf both for host and for jail areas (#152) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#155) * ARACHNE-2555. Added connection pooling for DN health check (#154) (cherry picked from commit 2bceaad) * Fixed * Fixed * Fixed * Switched container timezone from UTC to GMT (#158) (cherry picked from commit e4187dd) * SqlRender version * Reverted dockerImagePrefix (#165) * ARACHNE-2575. Changed key used in DataSource-s cache to get a new connection when ds username/password changed [back-merge] (#167) * ojdbc version fix * ARACHNE-2627. Added logging and moved metadata extraction into async mode (#171) * fix DatabaseConnector & FeatureExtraction versions (#174) * ARACHNE-2648 Datanode health check does not work as expected * update version to 1.13.1-QA (#188) * 1.14.0-QA (#197) * Merge fix * Merge fix #2 * Removed redundant metadata extraction (merge issue) (#199) * Added DATA_SOURCE_NAME to chroot params (#201) (cherry picked from commit d0c4814) * Start R scripts in isolated PID namespace when chroot mode is enabled (#224) * Start R scripts in isolated PID namespace when chroot mode is enabled * Do not show env variables in ps * Attempt to fix script * fixes issue with non-root user * removes redundant param * Qa backmerge from master (#235) * ARACHNE-1717 1.10.0 * ARACHNE-1854 Updated version * ARACHNE-2005 Release 1.11.2 * ARACHNE-2106 Release 1.11.3 * ARACHNE-2357 Release 1.12.1 * ARACHNE-1668. Updated drivers to support Postgres 10 (cherry picked from commit 41fb866) * Changed version 1.12.2-qa -> 1.12.2 * ARACHNE-2521. Fixed return of execution status * ARACHNE-2539. Fixed execution of SQL containing multiple queries per file in Oracle * Release 1.12.3 * ARACHNE-2555. Added connection pooling for DN health check (#154) * ARACHNE-2556 EE: set default timezone in docker container to UTC (#157) * Switched container timezone from UTC to GMT (#158) * Release 1.14.0 (#203) * Updated version of r-env. Removed unused docker files (#206) (#208) * Updated version of r-env. Removed unused docker files (#206) * rearranged libraries (#206) * change version to qa * change version to qa (#236) * change impala jdbc driver version (#238) * change impala jdbc driver version * change impala jdbc driver version * fix readme * fixes download link * change r-env version (#241) * QA 1.15.0 (#244) * Fixes removal of Keyfile from result zip (#247) * Fixes R dist build. Fixes jail mode for BQ (#249) * Removes extra installs. Updates to reflect changes from R-env (#251) * Adds CDM v5.3.1 detection (#253) * ARACHNE-2722 set right version for sql-render (#261) * Updates python to v3.6 making PLP models run succesfully (#257) * Fixes issue with ojdbc and timezone region (#262) * ARACHNE-2722 - Cohort (simple counts) fails on BigQuery (#264) - use SingleStatementSqlExecutor for BigQuery request * Optimize cdm detect (#267) * optimization for CDM version detection * Hello Spring boot 2! * Fix logger configuration - failing after spring boot 2 migration (#268) * Migrate deprecated properties to spring-boot-2 schema (#269) * Migrate deprecated properties to spring-boot-2 schema Fix tomcat 9.0.26 packed into spring boot 2.1.9 is have a bug, rolling back to 2.1.8 to stable tomcat 9.0.25 - failing after spring boot 2 migration * downgrade embedded tomcat to 9.0.24 * upgrade embedded tomcat to 9.0.27 * Adds support for Apache Hive LLAP (#272) Fixes: OHDSI/WebAPI#1168 Adds support for Apache Hive LLAP Co-authored-by: anastasiia klochkova <[email protected]> Co-authored-by: Anton Gackovka <[email protected]> Co-authored-by: Vitaly Koulakov <[email protected]> Co-authored-by: Pavel Grafkin <[email protected]> Co-authored-by: mpozhidaeva <[email protected]> Co-authored-by: OdysseusBot <[email protected]> Co-authored-by: ssuvorov-fls <[email protected]> Co-authored-by: AntonStepanof <[email protected]> Co-authored-by: Alex Cumarav <[email protected]> * fixes tests (#275) * new parameter for cran distrib name was added * update formatting * added missing parameter in getopts * changes cran mirror to actual * changes mirror to Canada provider * changes mirror to Canada provider * fixes path * One more try fo url * Rc 1.16.1 (#284) * execution engine 1.16.1 RC * degrading guava * make env vars formatting bash compatible Co-authored-by: alexandr cumarav <https://localhost:8080/study-manager/studies/6> * source short name was sanitized to prevent zipping problem in case when short name contains slash(OHDSI/WebAPI#1542) * revert(OHDSI/WebAPI#1542) * source short name was sanitized to prevent zipping problem in case when short name contains slash(OHDSI/WebAPI#1542) (#287) Co-authored-by: Sergey Suvorov <[email protected]> * Cumulated fixes for BigQuery in R packages (#288) * Potential fix for SQLRender/BigQuery * Attempt to fix python libs * Adding parameters for CRAN mirror and R branch version * Fix parameters list * Fix typo error * Ubuntu libs were added * Roll back adding Ubuntu packages Co-authored-by: Konstantin Yaroshovets <[email protected]> * CDM detection improvements (#285) * Support optional fields for CDM detection, introduce one more results file for the cdm_detection_notes.txt Co-authored-by: alexandr cumarav <https://localhost:8080/study-manager/studies/6> * use the lates r-env image * Failback to scikit-learn 0.22.2 * upload submission: exceeds the configured maximum [ARACHNE-2818] (#294) * updated r-env version * updated python version for dist * updated version of R * use miniconda * add link for miniconda Co-authored-by: Pavel Grafkin <[email protected]> Co-authored-by: Vitaly Koulakov <[email protected]> Co-authored-by: Maria Pozhidaeva <[email protected]> Co-authored-by: mpozhidaeva <[email protected]> Co-authored-by: Konstantin Iaroshovets <[email protected]> Co-authored-by: Alex Cumarav <[email protected]> Co-authored-by: AntonStepanof <[email protected]> Co-authored-by: ssuvorov-fls <[email protected]> Co-authored-by: Alex Cumarav <[email protected]> Co-authored-by: molodkov yaroslav <[email protected]> Co-authored-by: Sergey Suvorov <[email protected]> Co-authored-by: Anton Gackovka <[email protected]> Co-authored-by: OdysseusBot <[email protected]> Co-authored-by: Konstantin Yaroshovets <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: