-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[WIP][HUDI-2955] Upgrade Hadoop to 3.3.1, Hive to 3.1.2, HBase to 2.4.8 #4286
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
Conversation
|
waiting |
Fix some unit tests Resolve dependency issue Upgrade Hadoop to 2.10.1 and fix HFile inline reader test Separate hbase shaded version for presto bundle Resolve hbase dep conflicts in flink, utilities and hadoop-mr bundles
Diasble access time validation
Disable Scala plugin incremental mode; Added javac command-line args
…ng to get canonical host-name, which breaks our Docker IT setup (adding network name as the suffix, malforming the URL: the original "thrift://hiveserver:9083" gets mangled into "thrift://hiveserver.compose_default:9083", which Java's `URL` class can not parse)
4e607fb to
dbe2311
Compare
| presto-coordinator-1: | ||
| container_name: presto-coordinator-1 | ||
| hostname: presto-coordinator-1 | ||
| image: apachehudi/hudi-hadoop_3.3.1-prestobase_0.217:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the docker/hoodie/hadoop/pom.xml i see that presto version is this
<docker.presto.version>0.271</docker.presto.version>
so im assuming that prestobase should be prestobase_0.271 instead of prestobase_0.217
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, it got updated since this PR has been put up
| presto-worker-1: | ||
| container_name: presto-worker-1 | ||
| hostname: presto-worker-1 | ||
| image: apachehudi/hudi-hadoop_3.3.1-prestobase_0.217:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above
|
Would you be able to upgrade Hadoop to 3.3.2? It was just released this month. |
|
Waiting for this release |
|
This work is covered in #5402 |
Tips
What is the purpose of the pull request
Upgrading
Brief change log
(for example:)
Verify this pull request
(Please pick either of the following options)
This pull request is a trivial rework / code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Committer checklist
Has a corresponding JIRA in PR title & commit
Commit message is descriptive of the change
CI is green
Necessary doc changes done or have another open PR
For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.