You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "liujinhui (Jira)" <ji...@apache.org> on 2019/12/27 07:00:00 UTC

[jira] [Created] (HUDI-471) hudi quickstart spark-shell local

liujinhui created HUDI-471:
------------------------------

             Summary: hudi quickstart spark-shell local
                 Key: HUDI-471
                 URL: https://issues.apache.org/jira/browse/HUDI-471
             Project: Apache Hudi (incubating)
          Issue Type: Improvement
          Components: Docs
            Reporter: liujinhui
             Fix For: 0.5.1


I think the following script is not accurate at startup. Need to supplement the startup mode.

{{bin/spark-shell --packages org.apache.hudi:hudi-spark-bundle:0.5.0-incubating --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'}}

update after

 

bin/spark-shell --master local --packages org.apache.hudi:hudi-spark-bundle:0.5.0-incubating --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'

 

 

writing this way may be more in line with the learning of novices

 {{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)