Github user felixcheung commented on the issue:
https://github.com/apache/spark/pull/15131
@yanboliang
Most methods in context.R are not exported (except `spark.lapply` and
`setLogLevel`) and therefore they are not publically accessible from the R
package.
Does this work with an existing SparkContext/SparkSession? if yes, one
approach would be to follow `spark.lapply` or `setLogLevel` in getting the
current SparkContext.
(yes, I think the current approach with public methods named `sparkR.*` and
`spark.*` is a bit messy and has the problem with S3 convention as mentioned
above; generally we try to have `sparkR.*` for initialization stuff and
`spark.*` for Spark specific, non-initialization stuff)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]