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/27 05:41:30 UTC

[GitHub] [bigtop] yoda-mon opened a new pull request, #919: BIGTOP-3699: upgrade spark to v3.2.1

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

   <!--
     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 Spark version to v3.2.1.
   patch SPARK-35420 is already [merged to v3.2.1](https://github.com/apache/spark/commits/v3.2.1?after=ceb8122c406ee516f747301f68e26617c08e4ebb+0&branch=v3.2.1&qualified_name=refs%2Ftags%2Fv3.2.1), so I removed the patch.
   
   ### How was this patch tested?
   - **Ubuntu 20.04 / amd64**
   ```sh
   ./gradlew spark-pkg
   ./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,spark   --smoke-tests spark
   ```
   - **CentOS7 / arm64**
   ```sh
   ./gradlew spark-pkg
   ./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,spark   --smoke-tests spark
   ```
   ### 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 merged pull request #919: BIGTOP-3699: upgrade spark to v3.2.1

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


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