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] [Commented] (SPARK-14780) Add `setLogLevel` and `version` to SparkR

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

Apache Spark commented on SPARK-14780:
--------------------------------------

User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/12547

> 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