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

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

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

Davies Liu resolved SPARK-14780.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12547
[https://github.com/apache/spark/pull/12547]

> 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
>             Fix For: 2.0.0
>
>
> 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