You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/04/28 00:22:23 UTC

[GitHub] [hudi] yihua opened a new pull request, #5454: [HUDI-3680][HUDI-3926] Update docs for Spark, utilities, and utilities-slim bundles

yihua opened a new pull request, #5454:
URL: https://github.com/apache/hudi/pull/5454

   ## What is the purpose of the pull request
   
   This PR updates docs around Spark, utilities, and utilities-slim bundles.
   
   ## Verify this pull request
   
   The website can be built and run locally.
   
   ## 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.
   


-- 
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: commits-unsubscribe@hudi.apache.org

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


[GitHub] [hudi] xushiyan merged pull request #5454: [HUDI-3680][HUDI-3926] Update docs for Spark, utilities, and utilities-slim bundles

Posted by GitBox <gi...@apache.org>.
xushiyan merged PR #5454:
URL: https://github.com/apache/hudi/pull/5454


-- 
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: commits-unsubscribe@hudi.apache.org

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


[GitHub] [hudi] yihua commented on a diff in pull request #5454: [HUDI-3680][HUDI-3926] Update docs for Spark, utilities, and utilities-slim bundles

Posted by GitBox <gi...@apache.org>.
yihua commented on code in PR #5454:
URL: https://github.com/apache/hudi/pull/5454#discussion_r861476232


##########
website/docs/quick-start-guide.md:
##########
@@ -41,24 +51,24 @@ values={[
 From the extracted directory run spark-shell with Hudi as:
 
 ```scala
-// spark-shell for spark 3.1
+// spark-shell for spark 3.2
 spark-shell \
-  --packages org.apache.hudi:hudi-spark3.1.2-bundle_2.12:0.10.1,org.apache.spark:spark-avro_2.12:3.1.2 \
+  --packages org.apache.hudi:hudi-spark3.2-bundle_2.12:0.11.0 \

Review Comment:
   Good catch.  Addressed.



-- 
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: commits-unsubscribe@hudi.apache.org

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


[GitHub] [hudi] xushiyan commented on a diff in pull request #5454: [HUDI-3680][HUDI-3926] Update docs for Spark, utilities, and utilities-slim bundles

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #5454:
URL: https://github.com/apache/hudi/pull/5454#discussion_r860812235


##########
website/docs/quick-start-guide.md:
##########
@@ -41,24 +51,24 @@ values={[
 From the extracted directory run spark-shell with Hudi as:
 
 ```scala
-// spark-shell for spark 3.1
+// spark-shell for spark 3.2
 spark-shell \
-  --packages org.apache.hudi:hudi-spark3.1.2-bundle_2.12:0.10.1,org.apache.spark:spark-avro_2.12:3.1.2 \
+  --packages org.apache.hudi:hudi-spark3.2-bundle_2.12:0.11.0 \

Review Comment:
   need additional hoodie catalog config for spark 32



-- 
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: commits-unsubscribe@hudi.apache.org

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