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

Shivaram Venkataraman commented on SPARK-11339:
-----------------------------------------------

Thanks [~felixcheung] -- This list looks good for a start. We can do a couple 
of things with this 

(a) add it to the end of http://spark.apache.org/docs/latest/sparkr.html
(b) Check whether the base functions work fine when SparkR is loaded -- We 
fixed this in SPARK-11587 for summary and [~sunrui] added a test for `rank` in 
the PR that was added in.  But similar unit tests for the other ones would be 
good to add.

> Document the list of functions in R base package that are masked by functions 
> with same name in SparkR
> ------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-11339
>                 URL: https://issues.apache.org/jira/browse/SPARK-11339
>             Project: Spark
>          Issue Type: Documentation
>          Components: SparkR
>            Reporter: Sun Rui
>
> There may be name conflicts between API functions of SparkR and functions 
> exposed in R base package (or other popular 3rd-party packages). If some 
> functions in name conflict are very popular and frequently used in R base 
> package, we may rename the functions in SparkR to avoid conflict and 
> in-convenience to R users. Otherwise, we keep the name of functions in 
> SparkR, so the functions of same name in R base package are masked.
> We'd better have a list of such functions of name conflict to reduce 
> confusion of users.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to