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/04/21 01:32:25 UTC

[jira] [Assigned] (SPARK-14780) Add `setLogLevel` and `version` to SparkR

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

Apache Spark reassigned SPARK-14780:
------------------------------------

    Assignee:     (was: Apache Spark)

> Add `setLogLevel` and `version` to SparkR
> -----------------------------------------
>
>                 Key: SPARK-14780
>                 URL: https://issues.apache.org/jira/browse/SPARK-14780
>             Project: Spark
>          Issue Type: Improvement
>          Components: SparkR
>            Reporter: Dongjoon Hyun
>
> This issue aims to add `setLogLevel` and `version` funtions to SparkR context.
> **Spark Shell**
> {code}
> scala> sc.version
> res0: String = 2.0.0-SNAPSHOT
> scala> sc.setLogLevel("ERROR")
> {code}
> **PySpark**
> {code}
> >>> sc.version
> u'2.0.0-SNAPSHOT'
> >>> sc.setLogLevel("ERROR")
> {code}
> **SparkR (this issue)**
> {code}
> > version(sc)
> [1] "2.0.0-SNAPSHOT"
> > setLogLevel(sc,"ERROR")
> NULL
> {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