You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2022/04/01 20:09:23 UTC

[GitHub] [storm] bipinprasad opened a new pull request #3460: [STORM-3841] Update hive version from 2.3.4 to 2.3.9

bipinprasad opened a new pull request #3460:
URL: https://github.com/apache/storm/pull/3460


   ## 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*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@storm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org