-
Notifications
You must be signed in to change notification settings - Fork 1k
RANGER-5310:Include Apache Tez as the process framework for ranger-hive docker #660
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
Changes from all commits
6cd72c3
83d17bb
482d27f
cef975c
7a23041
2fca16b
f9c3f64
ad15ef0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,46 +11,66 @@ RANGER_BASE_IMAGE=apache/ranger-base | |
| RANGER_BASE_VERSION=20250707-1-8 | ||
| # Java version used to build Apache Ranger is present as suffix: -8, valid values for suffix: -8, -11, -17 | ||
| RANGER_BASE_BUILD_VERSION=20250707-1-8 | ||
| RANGER_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # third party image versions | ||
| MARIADB_VERSION=10.7.3 | ||
| POSTGRES_VERSION=12 | ||
| ORACLE_VERSION=23.6 | ||
| SQLSERVER_VERSION=2019-latest | ||
| ENABLE_DB_MOUNT=true | ||
| ZK_VERSION=3.9.2 | ||
| SOLR_VERSION=8.11.3 | ||
|
|
||
| # service versions | ||
| # Hadoop Configuration | ||
| HADOOP_VERSION=3.3.6 | ||
| HBASE_VERSION=2.6.0 | ||
| HDFS_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
| YARN_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # Hive Configuration | ||
| HIVE_HADOOP_VERSION=3.3.6 | ||
| HIVE_VERSION=4.0.1 | ||
| HIVE_HADOOP_VERSION=3.1.1 | ||
| HIVE_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # Tez Configuration | ||
| TEZ_VERSION=0.10.4 | ||
|
|
||
| # HBase Configuration | ||
| HBASE_VERSION=2.6.0 | ||
| HBASE_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # Kafka Configuration | ||
| KAFKA_VERSION=2.8.2 | ||
| KAFKA_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # Knox Configuration | ||
| KNOX_VERSION=2.0.0 | ||
| TRINO_VERSION=377 | ||
| OZONE_VERSION=1.4.0 | ||
| OZONE_RUNNER_VERSION=20230615-1 | ||
| OZONE_RUNNER_IMAGE=apache/ozone-runner | ||
| OZONE_OPTS= | ||
| KNOX_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # versions of ranger services | ||
| RANGER_VERSION=3.0.0-SNAPSHOT | ||
| # KMS Configuration | ||
| KMS_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # Usersync Configuration | ||
| USERSYNC_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # Tagsync Configuration | ||
| TAGSYNC_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # plugin versions | ||
| HDFS_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
| YARN_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
| HIVE_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
| HBASE_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
| KAFKA_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
| KNOX_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
| TRINO_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
| # Solr Configuration | ||
| SOLR_VERSION=8.11.2 | ||
|
|
||
| # Zookeeper Configuration | ||
| ZK_VERSION=3.8.4 | ||
|
|
||
| # Database Versions | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like the DB versions were altered in this PR for all DB flavors, with some versions going back: Earlier: Now: Is this intentional ? thanks.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @kumaab Those worked without issue. I shall check on with what was there, if needed I shall upgrade it, test it and send a new patch
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, please check. While testing upgrades from 2.6 and 2.7 to 2.8.0-SNAPSHOT, the upgrade with Oracle failed: https://github.com/kumaab/ranger/actions/runs/20984849291 |
||
| POSTGRES_VERSION=13.16 | ||
| MARIADB_VERSION=10.6 | ||
| ORACLE_VERSION=21.3.0-xe | ||
| SQLSERVER_VERSION=2022-latest | ||
|
|
||
| # Ozone Configuration | ||
| OZONE_VERSION=1.4.0 | ||
| OZONE_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
| OZONE_RUNNER_IMAGE=apache/ozone-runner | ||
| OZONE_RUNNER_VERSION=20230615-1 | ||
|
|
||
| # Trino Configuration | ||
| TRINO_VERSION=435 | ||
| TRINO_PLUGIN_VERSION=3.0.0-SNAPSHOT | ||
|
|
||
| # To enable debug logs | ||
| # Debug Configuration | ||
| DEBUG_ADMIN=false | ||
| DEBUG_USERSYNC=false | ||
| DEBUG_TAGSYNC=false | ||
| ENABLE_FILE_SYNC_SOURCE=false | ||
Uh oh!
There was an error while loading. Please reload this page.