spark git commit: [SPARK-3629] [YARN] [DOCS]: Improvement of the "Running Spark on YARN" document

2015-06-26 Thread srowen
Repository: spark Updated Branches: refs/heads/master b5a6663da -> d48e78934 [SPARK-3629] [YARN] [DOCS]: Improvement of the "Running Spark on YARN" document As per the description in the JIRA, I moved the contents of the page and added a few additional content. Author: Neelesh Srinivas Salia

spark git commit: [SPARK-3629] [YARN] [DOCS]: Improvement of the "Running Spark on YARN" document

2015-06-26 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.4 68907d272 -> a2dbb4807 [SPARK-3629] [YARN] [DOCS]: Improvement of the "Running Spark on YARN" document As per the description in the JIRA, I moved the contents of the page and added a few additional content. Author: Neelesh Srinivas S

spark git commit: [SPARK-8639] [DOCS] Fixed Minor Typos in Documentation

2015-06-26 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.4 2579948bf -> 68907d272 [SPARK-8639] [DOCS] Fixed Minor Typos in Documentation Ticket: [SPARK-8639](https://issues.apache.org/jira/browse/SPARK-8639) fixed minor typos in docs/README.md and docs/api.md Author: Rosstin Closes #7046 fr

spark git commit: [SPARK-8639] [DOCS] Fixed Minor Typos in Documentation

2015-06-26 Thread srowen
Repository: spark Updated Branches: refs/heads/master 9d1181776 -> b5a6663da [SPARK-8639] [DOCS] Fixed Minor Typos in Documentation Ticket: [SPARK-8639](https://issues.apache.org/jira/browse/SPARK-8639) fixed minor typos in docs/README.md and docs/api.md Author: Rosstin Closes #7046 from R

spark git commit: [SPARK-8607] SparkR -- jars not being added to application classpath correctly

2015-06-26 Thread shivaram
Repository: spark Updated Branches: refs/heads/master a56516fc9 -> 9d1181776 [SPARK-8607] SparkR -- jars not being added to application classpath correctly Add `getStaticClass` method in SparkR's `RBackendHandler` This is a fix for the problem referenced in [SPARK-5185](https://issues.apache

spark git commit: [SPARK-8607] SparkR -- jars not being added to application classpath correctly

2015-06-26 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.4 78b31a2a6 -> 2579948bf [SPARK-8607] SparkR -- jars not being added to application classpath correctly Add `getStaticClass` method in SparkR's `RBackendHandler` This is a fix for the problem referenced in [SPARK-5185](https://issues.ap

spark git commit: [SPARK-8662] SparkR Update SparkSQL Test

2015-06-26 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 41afa1650 -> a56516fc9 [SPARK-8662] SparkR Update SparkSQL Test Test `infer_type` using a more fine-grained approach rather than comparing environments. Since `all.equal`'s behavior has changed in R 3.2, the test became unpassable. JIRA

spark git commit: [SPARK-8662] SparkR Update SparkSQL Test

2015-06-26 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.4 6abb4fc8a -> 78b31a2a6 [SPARK-8662] SparkR Update SparkSQL Test Test `infer_type` using a more fine-grained approach rather than comparing environments. Since `all.equal`'s behavior has changed in R 3.2, the test became unpassable. J

spark git commit: [SPARK-8652] [PYSPARK] Check return value for all uses of doctest.testmod()

2015-06-26 Thread davies
Repository: spark Updated Branches: refs/heads/master 37bf76a2d -> 41afa1650 [SPARK-8652] [PYSPARK] Check return value for all uses of doctest.testmod() This patch addresses a critical issue in the PySpark tests: Several of our Python modules' `__main__` methods call `doctest.testmod()` in o

spark git commit: [SPARK-8302] Support heterogeneous cluster install paths on YARN.

2015-06-26 Thread irashid
Repository: spark Updated Branches: refs/heads/master c9e05a315 -> 37bf76a2d [SPARK-8302] Support heterogeneous cluster install paths on YARN. Some users have Hadoop installations on different paths across their cluster. Currently, that makes it hard to set up some configuration in Spark since

spark git commit: [SPARK-8613] [ML] [TRIVIAL] add param to disable linear feature scaling

2015-06-26 Thread dbtsai
Repository: spark Updated Branches: refs/heads/master 9fed6abfd -> c9e05a315 [SPARK-8613] [ML] [TRIVIAL] add param to disable linear feature scaling Add a param to disable linear feature scaling (to be implemented later in linear & logistic regression). Done as a seperate PR so we can use sam

spark git commit: [SPARK-8344] Add message processing time metric to DAGScheduler

2015-06-26 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 1a79f0eb8 -> 9fed6abfd [SPARK-8344] Add message processing time metric to DAGScheduler This commit adds a new metric, `messageProcessingTime`, to the DAGScheduler metrics source. This metrics tracks the time taken to process messages in th