You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/04/21 01:54:25 UTC

[jira] [Updated] (SPARK-14780) Add `setLogLevel` to SparkR

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

Dongjoon Hyun updated SPARK-14780:
----------------------------------
    Description: 
This issue aims to add `setLogLevel` functions to SparkR context.

**Spark Shell**
{code}
scala> sc.setLogLevel("ERROR")
{code}

**PySpark**
{code}
>>> sc.setLogLevel("ERROR")
{code}

**SparkR (this issue)**
{code}
> setLogLevel(sc,"ERROR")
NULL
{code}

  was:
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}

        Summary: Add `setLogLevel` to SparkR  (was: Add `setLogLevel` and `version` to SparkR)

> Add `setLogLevel` 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` functions to SparkR context.
> **Spark Shell**
> {code}
> scala> sc.setLogLevel("ERROR")
> {code}
> **PySpark**
> {code}
> >>> sc.setLogLevel("ERROR")
> {code}
> **SparkR (this issue)**
> {code}
> > 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