[ 
https://issues.apache.org/jira/browse/SPARK-21498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096965#comment-16096965
 ] 

LiZhaochuan commented on SPARK-21498:
-------------------------------------

yes,that's very good.
how should i to do?

------------------ 原始邮件 ------------------
发件人: "Sean Owen (JIRA)" <[email protected]>;
发送时间: 2017年7月22日(星期六) 1:50
收件人: "lizhaoc" <[email protected]>;
主题: [jira] [Updated] (SPARK-21498) quick start  -> one  py demo havesome bug in 
code




     [ 
https://issues.apache.org/jira/browse/SPARK-21498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-21498:
------------------------------
    Target Version/s:   (was: 2.2.0)
       Fix Version/s:     (was: 2.2.0)

Do you want to make a pull request?




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


> quick start  -> one  py demo have some bug in code 
> ---------------------------------------------------
>
>                 Key: SPARK-21498
>                 URL: https://issues.apache.org/jira/browse/SPARK-21498
>             Project: Spark
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 2.2.0
>            Reporter: LiZhaochuan
>            Priority: Trivial
>              Labels: beginner
>
> http://spark.apache.org/docs/latest/quick-start.html
> Self-Contained Applications:
> spark = SparkSession.builder().appName(appName).master(master).getOrCreate()
> should change to:
> spark = SparkSession.builder.appName("SimpleApp").getOrCreate()



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to