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

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

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

Apache Spark commented on SPARK-17953:
--------------------------------------

User 'tae-jun' has created a pull request for this issue:
https://github.com/apache/spark/pull/15498

> 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
>            Priority: Minor
>
> 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