Skip to content
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

[STORM-3841] Update hive version from 2.3.4 to 2.3.9 #3460

Merged
merged 6 commits into from Jun 1, 2022

Conversation

bipinprasad
Copy link
Contributor

What is the purpose of the change

javax.jms has been removed from maven central repo. Storm has transitive dependency on this jar

org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.4
-> org.apache.hive.hcatalog:hive-hcatalog-server-extensions:jar:2.3.4
-> javax.jms:jms:jar:1.1

Changing the hive.version to 2.3.9 updates minor version but does not pull in javax.jms

How was the change tested

Run mvn clean install

@@ -315,7 +315,7 @@
<mockito.version>3.0.0</mockito.version>
<zookeeper.version>3.5.9</zookeeper.version>
<jline.version>0.9.94</jline.version>
<hive.version>2.3.4</hive.version>
<hive.version>2.3.9</hive.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like license update failed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated with mvn license:aggregate-add-third-party@generate-and-check-licenses -Dlicense.skipAggregateAddThirdParty=false -B

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

…ive dependency on javax.jms (remove from maven repo)
@bipinprasad bipinprasad merged commit b93f0d6 into apache:master Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants