[GitHub] spark pull request #15700: [SPARK-17964][SparkR] Enable SparkR with Mesos cl...

2016-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15700 --- 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 ena

[GitHub] spark pull request #15700: [SPARK-17964][SparkR] Enable SparkR with Mesos cl...

2016-11-01 Thread susanxhuynh
Github user susanxhuynh commented on a diff in the pull request: https://github.com/apache/spark/pull/15700#discussion_r86052116 --- Diff: core/src/main/scala/org/apache/spark/api/r/RUtils.scala --- @@ -84,7 +84,7 @@ private[spark] object RUtils { } } else {

[GitHub] spark pull request #15700: [SPARK-17964][SparkR] Enable SparkR with Mesos cl...

2016-11-01 Thread mgummelt
Github user mgummelt commented on a diff in the pull request: https://github.com/apache/spark/pull/15700#discussion_r86029381 --- Diff: core/src/main/scala/org/apache/spark/api/r/RUtils.scala --- @@ -84,7 +84,7 @@ private[spark] object RUtils { } } else {

[GitHub] spark pull request #15700: [SPARK-17964][SparkR] Enable SparkR with Mesos cl...

2016-10-31 Thread susanxhuynh
GitHub user susanxhuynh opened a pull request: https://github.com/apache/spark/pull/15700 [SPARK-17964][SparkR] Enable SparkR with Mesos client mode and cluster mode ## What changes were proposed in this pull request? Enabled SparkR with Mesos client mode and cluster mode. J