You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Miao Wang (JIRA)" <ji...@apache.org> on 2016/06/03 17:03:59 UTC

[jira] [Commented] (SPARK-15545) R remove non-exported unused methods, like jsonRDD

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

Miao Wang commented on SPARK-15545:
-----------------------------------

I did a search on all R files with setMethods and compare with NAMESPACE file. I have the following findings.
Dataframe.R:
toJSON
toRDD
map
flatMap
mapPartitions
foreachPartition

SQLContext.R
toDF
jsonRDD

context.R:
Only spark.lapply and setLogLevel are exported

functions.R:
is.nan
isnan

[~felixcheung] Can you review which ones from the above list should be removed?

Thanks!

> R remove non-exported unused methods, like jsonRDD
> --------------------------------------------------
>
>                 Key: SPARK-15545
>                 URL: https://issues.apache.org/jira/browse/SPARK-15545
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>            Reporter: Felix Cheung
>            Priority: Minor
>
> Need to review what should be removed.
> one reason to not remove this right away is because we have been talking about calling internal methods via `SparkR:::jsonRDD` for this and other RDD methods.



--
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