spark git commit: [SPARK-20854][TESTS] Removing duplicate test case

2017-06-06 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.2 421d8ecb8 -> 3f93d076b [SPARK-20854][TESTS] Removing duplicate test case ## What changes were proposed in this pull request? Removed a duplicate case in "SPARK-20854: select hint syntax with expressions" ## How was this patch tested?

spark git commit: [SPARK-20854][TESTS] Removing duplicate test case

2017-06-06 Thread rxin
Repository: spark Updated Branches: refs/heads/master c92949ac2 -> cb83ca143 [SPARK-20854][TESTS] Removing duplicate test case ## What changes were proposed in this pull request? Removed a duplicate case in "SPARK-20854: select hint syntax with expressions" ## How was this patch tested?

spark git commit: [SPARK-20972][SQL] rename HintInfo.isBroadcastable to broadcast

2017-06-06 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 0cba49512 -> c92949ac2 [SPARK-20972][SQL] rename HintInfo.isBroadcastable to broadcast ## What changes were proposed in this pull request? `HintInfo.isBroadcastable` is actually not an accurate name, it's used to force the planner to

[1/2] spark git commit: [SPARK-20641][CORE] Add key-value store abstraction and LevelDB implementation.

2017-06-06 Thread irashid
Repository: spark Updated Branches: refs/heads/master b61a401da -> 0cba49512 http://git-wip-us.apache.org/repos/asf/spark/blob/0cba4951/common/kvstore/src/test/java/org/apache/spark/kvstore/LevelDBBenchmark.java -- diff --git

[2/2] spark git commit: [SPARK-20641][CORE] Add key-value store abstraction and LevelDB implementation.

2017-06-06 Thread irashid
[SPARK-20641][CORE] Add key-value store abstraction and LevelDB implementation. This change adds an abstraction and LevelDB implementation for a key-value store that will be used to store UI and SHS data. The interface is described in KVStore.java (see javadoc). Specifics of the LevelDB

spark git commit: [SPARK-20926][SQL] Removing exposures to guava library caused by directly accessing SessionCatalog's tableRelationCache

2017-06-06 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 44de108d7 -> b61a401da [SPARK-20926][SQL] Removing exposures to guava library caused by directly accessing SessionCatalog's tableRelationCache There could be test failures because DataStorageStrategy, HiveMetastoreCatalog and also

spark git commit: [SPARK-20985] Stop SparkContext using LocalSparkContext.withSpark

2017-06-06 Thread srowen
Repository: spark Updated Branches: refs/heads/master 88a23d3de -> 44de108d7 [SPARK-20985] Stop SparkContext using LocalSparkContext.withSpark ## What changes were proposed in this pull request? SparkContext should always be stopped after using, thus other tests won't complain that there's