git commit: SPARK-2026: Maven Hadoop Profiles Should Set The Hadoop Version

2014-06-08 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 7b877b270 - a338834f9 SPARK-2026: Maven Hadoop Profiles Should Set The Hadoop Version The Maven Profiles that refer to hadoopX, e.g. `hadoop2.4`, should set the expected `hadoop.version` and `yarn.version`. e.g. ``` profile

git commit: SPARK-1898: In deploy.yarn.Client, use YarnClient not YarnClientImpl

2014-06-08 Thread pwendell
Repository: spark Updated Branches: refs/heads/master a338834f9 - ee96e9406 SPARK-1898: In deploy.yarn.Client, use YarnClient not YarnClientImpl https://issues.apache.org/jira/browse/SPARK-1898 Author: Colin Patrick McCabe cmcc...@cloudera.com Closes #850 from cmccabe/master and squashes

git commit: Update run-example

2014-06-08 Thread pwendell
Repository: spark Updated Branches: refs/heads/master a71c6d1cf - e9261d086 Update run-example Old code can only be ran under spark_home and use bin/run-example. Error ./run-example: line 55: ./bin/spark-submit: No such file or directory appears when running in other place. So change this

git commit: SPARK-1628 follow up: Improve RangePartitioner's documentation.

2014-06-08 Thread rxin
Repository: spark Updated Branches: refs/heads/master e9261d086 - 219dc00b3 SPARK-1628 follow up: Improve RangePartitioner's documentation. Adding a paragraph clarifying a weird behavior in RangePartitioner. See also #549. Author: Reynold Xin r...@apache.org Closes #1012 from