spark git commit: [SPARK-9777] [SQL] Window operator can accept UnsafeRows

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/master 46025616b -> be80def0d [SPARK-9777] [SQL] Window operator can accept UnsafeRows https://issues.apache.org/jira/browse/SPARK-9777 Author: Yin Huai Closes #8064 from yhuai/windowUnsafe and squashes the following commits: 8fb3537 [Yin Huai

spark git commit: [SPARK-9777] [SQL] Window operator can accept UnsafeRows

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 0e0471db4 -> f75c64b0c [SPARK-9777] [SQL] Window operator can accept UnsafeRows https://issues.apache.org/jira/browse/SPARK-9777 Author: Yin Huai Closes #8064 from yhuai/windowUnsafe and squashes the following commits: 8fb3537 [Yin

spark git commit: [CORE] [SPARK-9760] Use Option instead of Some for Ivy repos

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 323d68606 -> 0e0471db4 [CORE] [SPARK-9760] Use Option instead of Some for Ivy repos This was introduced in #7599 cc rxin brkyvz Author: Shivaram Venkataraman Closes #8055 from shivaram/spark-packages-repo-fix and squashes the follow

spark git commit: [CORE] [SPARK-9760] Use Option instead of Some for Ivy repos

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/master 23cf5af08 -> 46025616b [CORE] [SPARK-9760] Use Option instead of Some for Ivy repos This was introduced in #7599 cc rxin brkyvz Author: Shivaram Venkataraman Closes #8055 from shivaram/spark-packages-repo-fix and squashes the following

spark git commit: [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary shuffles

2015-08-09 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 1ce5061bb -> 323d68606 [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary shuffles This pull request refactors the `EnsureRequirements` planning rule in order to avoid the addition of certain unnecessary shuff

spark git commit: [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary shuffles

2015-08-09 Thread yhuai
Repository: spark Updated Branches: refs/heads/master a863348fd -> 23cf5af08 [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary shuffles This pull request refactors the `EnsureRequirements` planning rule in order to avoid the addition of certain unnecessary shuffles.

spark git commit: Disable JobGeneratorSuite "Do not clear received block data too soon".

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/master 86fa4ba6d -> a863348fd Disable JobGeneratorSuite "Do not clear received block data too soon". Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a863348f Tree: http://git-

spark git commit: [SPARK-9737] [YARN] Add the suggested configuration when required executor memory is above the max threshold of this cluster on YARN mode

2015-08-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master 68ccc6e18 -> 86fa4ba6d [SPARK-9737] [YARN] Add the suggested configuration when required executor memory is above the max threshold of this cluster on YARN mode Author: Yadong Qi Closes #8028 from watermen/SPARK-9737 and squashes the fol

spark git commit: [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if DataFrame#explode takes a star in expressions

2015-08-09 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 b12f0737f -> 1ce5061bb [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if DataFrame#explode takes a star in expressions Author: Yijie Shen Closes #8057 from yjshen/explode_star and squashes the following commits

spark git commit: [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if DataFrame#explode takes a star in expressions

2015-08-09 Thread yhuai
Repository: spark Updated Branches: refs/heads/master e9c36938b -> 68ccc6e18 [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if DataFrame#explode takes a star in expressions Author: Yijie Shen Closes #8057 from yjshen/explode_star and squashes the following commits: e

spark git commit: [SPARK-9752][SQL] Support UnsafeRow in Sample operator.

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 251d1eef4 -> b12f0737f [SPARK-9752][SQL] Support UnsafeRow in Sample operator. In order for this to work, I had to disable gap sampling. Author: Reynold Xin Closes #8040 from rxin/SPARK-9752 and squashes the following commits: f9e24

spark git commit: [SPARK-9752][SQL] Support UnsafeRow in Sample operator.

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/master 3ca995b78 -> e9c36938b [SPARK-9752][SQL] Support UnsafeRow in Sample operator. In order for this to work, I had to disable gap sampling. Author: Reynold Xin Closes #8040 from rxin/SPARK-9752 and squashes the following commits: f9e248c [