[GitHub] spark pull request #13885: [SPARK-16184][SPARKR] conf API for SparkSession

2016-06-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13885 --- 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 #13885: [SPARK-16184][SPARKR] conf API for SparkSession

2016-06-25 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13885#discussion_r68496462 --- Diff: R/pkg/R/SQLContext.R --- @@ -110,11 +110,46 @@ infer_type <- function(x) { } } -getDefaultSqlSource <- function() { +#

[GitHub] spark pull request #13885: [SPARK-16184][SPARKR] conf API for SparkSession

2016-06-25 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13885#discussion_r68491306 --- Diff: R/pkg/R/SQLContext.R --- @@ -110,11 +110,46 @@ infer_type <- function(x) { } } -getDefaultSqlSource <- function() { +#' G

[GitHub] spark pull request #13885: [SPARK-16184][SPARKR] conf API for SparkSession

2016-06-24 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13885#discussion_r68427780 --- Diff: R/pkg/NAMESPACE --- @@ -10,6 +10,7 @@ export("sparkR.session") export("sparkR.init") export("sparkR.stop") export("sparkR.session

[GitHub] spark pull request #13885: [SPARK-16184][SPARKR] conf API for SparkSession

2016-06-24 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13885#discussion_r68427464 --- Diff: R/pkg/NAMESPACE --- @@ -10,6 +10,7 @@ export("sparkR.session") export("sparkR.init") export("sparkR.stop") export("sparkR.session

[GitHub] spark pull request #13885: [SPARK-16184][SPARKR] conf API for SparkSession

2016-06-24 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13885#discussion_r68423467 --- Diff: R/pkg/NAMESPACE --- @@ -10,6 +10,7 @@ export("sparkR.session") export("sparkR.init") export("sparkR.stop") export("sparkR.session.st

[GitHub] spark pull request #13885: [SPARK-16184][SPARKR] conf API for SparkSession

2016-06-23 Thread felixcheung
GitHub user felixcheung opened a pull request: https://github.com/apache/spark/pull/13885 [SPARK-16184][SPARKR] conf API for SparkSession ## What changes were proposed in this pull request? Add `conf` to get SparkSession Runtime Config ## How was this patch tes