[
https://issues.apache.org/jira/browse/SPARK-14780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-14780:
------------------------------------
Assignee: 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
> Assignee: Apache Spark
>
> 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: [email protected]
For additional commands, e-mail: [email protected]