git commit: SPARK-1996. Remove use of special Maven repo for Akka

2014-06-21 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 3e0b07800 -> 1db9cbc33 SPARK-1996. Remove use of special Maven repo for Akka Just following up Matei's suggestion to remove the Akka repo references. Builds and the audit-release script appear OK. Author: Sean Owen Closes #1170 from sro

git commit: HOTFIX: Add excludes for new MIMA files

2014-06-21 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 0a432d6a0 -> 3e0b07800 HOTFIX: Add excludes for new MIMA files Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3e0b0780 Tree: http://git-wip-us.apache.org/repos/asf/spa

git commit: HOTFIX: Fix missing MIMA ignore

2014-06-21 Thread pwendell
Repository: spark Updated Branches: refs/heads/master ec935abce -> 0a432d6a0 HOTFIX: Fix missing MIMA ignore Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0a432d6a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/

git commit: [SQL] Break hiveOperators.scala into multiple files.

2014-06-21 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 1829ec411 -> 4881fc62d [SQL] Break hiveOperators.scala into multiple files. The single file was getting very long (500+ loc). Author: Reynold Xin Closes #1166 from rxin/hiveOperators and squashes the following commits: 5b43068 [Reyn

git commit: [SQL] Break hiveOperators.scala into multiple files.

2014-06-21 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master ca5d8b590 -> ec935abce [SQL] Break hiveOperators.scala into multiple files. The single file was getting very long (500+ loc). Author: Reynold Xin Closes #1166 from rxin/hiveOperators and squashes the following commits: 5b43068 [Reynold