You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/06/09 09:40:10 UTC

[GitHub] [bigtop] yoda-mon opened a new pull request, #912: BIGTOP-3695: Bump Hive to 3.1.3

yoda-mon opened a new pull request, #912:
URL: https://github.com/apache/bigtop/pull/912

   
   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   Upgrade Hive version to 3.1.3.
   Mainly remove and fix patches because Hive's log4j2 version is updated on v3.1.3.
   
   ### How was this patch tested?
   I checked on CentOS 7/arm64 and Ubuntu 20.04/amd64.
   
   **Build**
   ```sh
   ./gradlew hive-pkg -Dbuildwithdeps=true
   ```
   
   **Smoke Test**
   ```sh
   ./docker-hadoop.sh -d \
     -C config_centos-7.yaml \
     --create 3 \
     --memory 8g \
     --enable-local-repo \
     --repo file:///bigtop-home/output \
     --disable-gpg-check \
     --stack yarn,hdfs,mapreduce,spark,hive \
     --smoke-tests hive
   
   ./docker-hadoop.sh -d \
     -C config_ubuntu-20.04.yaml \
     --create 3 \
     --memory 8g \
     --enable-local-repo \
     --repo file:///bigtop-home/output/apt \
     --disable-gpg-check \
     --stack yarn,hdfs,mapreduce,spark,hive \
     --smoke-tests hive
   ```
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
   - [ ] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/


-- 
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@bigtop.apache.org

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


[GitHub] [bigtop] iwasakims commented on pull request #912: WIP: BIGTOP-3698: Bump Hive to 3.1.3

Posted by GitBox <gi...@apache.org>.
iwasakims commented on PR #912:
URL: https://github.com/apache/bigtop/pull/912#issuecomment-1151844037

   I merged this. Thanks, @yoda-mon.


-- 
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@bigtop.apache.org

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


[GitHub] [bigtop] yoda-mon commented on pull request #912: WIP: BIGTOP-3698: Bump Hive to 3.1.3

Posted by GitBox <gi...@apache.org>.
yoda-mon commented on PR #912:
URL: https://github.com/apache/bigtop/pull/912#issuecomment-1151987969

   @iwasakims I'm really sorry for confusing.
   After I created this PR, I noticed that there is a discussion about upgrading Hadoop 3.3.x and this PR is still staying on Hadoop 3.2 and I changed the title to WIP in a hurry.
   After thinking about it, we can separate this PR and upgrading to Hadoop 3.3.x. I would like to remove WIP status later.


-- 
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@bigtop.apache.org

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


[GitHub] [bigtop] iwasakims merged pull request #912: WIP: BIGTOP-3698: Bump Hive to 3.1.3

Posted by GitBox <gi...@apache.org>.
iwasakims merged PR #912:
URL: https://github.com/apache/bigtop/pull/912


-- 
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@bigtop.apache.org

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


[GitHub] [bigtop] iwasakims commented on pull request #912: WIP: BIGTOP-3698: Bump Hive to 3.1.3

Posted by GitBox <gi...@apache.org>.
iwasakims commented on PR #912:
URL: https://github.com/apache/bigtop/pull/912#issuecomment-1151846833

   Oops. I missed that you changed the title to WIP. Could you file follow-up JIRA if you need? @yoda-mon.


-- 
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@bigtop.apache.org

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