git commit: [Hot Fix #42] Do not stop SparkUI if bind() is not called

2014-03-20 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 66a03e5fe - ca76423e2 [Hot Fix #42] Do not stop SparkUI if bind() is not called This is a bug fix for #42 (79d07d66040f206708e14de393ab0b80020ed96a). In Master, we do not bind() each SparkUI because we do not want to start a server for

git commit: Bumped versions to Spark 0.9.1

2014-03-20 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-0.9 c6630d363 - 8a882eff9 Bumped versions to Spark 0.9.1 Self explanatory! Author: Tathagata Das tathagata.das1...@gmail.com Closes #190 from tdas/branch-0.9-version-bump and squashes the following commits: 34576ee [Tathagata Das]

git commit: Fix maven jenkins: Add explicit init for required tables in SQLQuerySuite

2014-03-20 Thread rxin
Repository: spark Updated Branches: refs/heads/master 9aadcffab - e09139d9c Fix maven jenkins: Add explicit init for required tables in SQLQuerySuite Sorry! I added this test at the last minute and failed to run it in maven as well. Note that, this will probably not be sufficient to