You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/10/15 07:40:20 UTC

[jira] [Updated] (SPARK-17953) Fix typo in SparkSession scaladoc

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

Sean Owen updated SPARK-17953:
------------------------------
    Priority: Trivial  (was: Minor)

> Fix typo in SparkSession scaladoc
> ---------------------------------
>
>                 Key: SPARK-17953
>                 URL: https://issues.apache.org/jira/browse/SPARK-17953
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation
>            Reporter: Tae Jun Kim
>            Assignee: Tae Jun Kim
>            Priority: Trivial
>             Fix For: 2.0.2, 2.1.0
>
>
> At SparkSession builder example,
> {code}
> SparkSession.builder()
>      .master("local")
>      .appName("Word Count")
>      .config("spark.some.config.option", "some-value").
>      .getOrCreate()
> {code}
> should be
> {code}
> SparkSession.builder()
>      .master("local")
>      .appName("Word Count")
>      .config("spark.some.config.option", "some-value")
>      .getOrCreate()
> {code}
> There was one dot at the end of the third line
> {code}
>      .config("spark.some.config.option", "some-value").
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org