hive git commit: HIVE-10453: HS2 leaking open file descriptors when using UDFs (Yongzhi Chen reviewed by Szehon Ho)

2015-06-05 Thread vgumashta
Repository: hive Updated Branches: refs/heads/branch-1.2 0f75119f2 - 491222e69 HIVE-10453: HS2 leaking open file descriptors when using UDFs (Yongzhi Chen reviewed by Szehon Ho) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[1/2] hive git commit: HIVE-10827 : LLAP: support parallel query compilation in HS2 (Sergey Shelukhin)

2015-06-05 Thread sershe
Repository: hive Updated Branches: refs/heads/llap 52b5703dd - 8256e59a9 HIVE-10827 : LLAP: support parallel query compilation in HS2 (Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/da88a51d Tree:

[11/50] [abbrv] hive git commit: HIVE-10527: NPE in SparkUtilities::isDedicatedCluster [Spark Branch] (Rui reviewed by Jimmy)

2015-06-05 Thread gates
HIVE-10527: NPE in SparkUtilities::isDedicatedCluster [Spark Branch] (Rui reviewed by Jimmy) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/81e8e665 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/81e8e665 Diff:

[07/50] [abbrv] hive git commit: HIVE-8858: Visualize generated Spark plan [Spark Branch] (Chinna via Jimmy)

2015-06-05 Thread gates
HIVE-8858: Visualize generated Spark plan [Spark Branch] (Chinna via Jimmy) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/eb48ffdb Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/eb48ffdb Diff:

[30/50] [abbrv] hive git commit: HIVE-10855: with vectorization enabled join operation involving interval_day_time fails (Matt McCline reviewed by Gunther Hagleitner)

2015-06-05 Thread gates
http://git-wip-us.apache.org/repos/asf/hive/blob/09100831/data/files/vectortab_a_1k -- diff --git a/data/files/vectortab_a_1k b/data/files/vectortab_a_1k new file mode 100644 index 000..1b25ac1 --- /dev/null +++

[37/50] [abbrv] hive git commit: HIVE-10761 : Create codahale-based metrics system for Hive (Szehon, reviewed by Xuefu)

2015-06-05 Thread gates
http://git-wip-us.apache.org/repos/asf/hive/blob/a96fbdee/pom.xml -- diff --git a/pom.xml b/pom.xml index e60bb35..9b40909 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,7 @@ commons-pool.version1.5.4/commons-pool.version

[24/50] [abbrv] hive git commit: HIVE-10748 Replace StringBuffer with StringBuilder where possible (Alexander Pivovarov, reviewed by Ashutosh Chauhan, Sergio Peña and Swarnim Kulkarni)

2015-06-05 Thread gates
HIVE-10748 Replace StringBuffer with StringBuilder where possible (Alexander Pivovarov, reviewed by Ashutosh Chauhan, Sergio Peña and Swarnim Kulkarni) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8aaf3bd5 Tree:

[28/50] [abbrv] hive git commit: HIVE-10855: with vectorization enabled join operation involving interval_day_time fails (Matt McCline reviewed by Gunther Hagleitner)

2015-06-05 Thread gates
http://git-wip-us.apache.org/repos/asf/hive/blob/09100831/itests/src/test/resources/testconfiguration.properties -- diff --git a/itests/src/test/resources/testconfiguration.properties

[42/50] [abbrv] hive git commit: HIVE-9069: Simplify filter predicates for CBO (Jesus Camacho Rodriguez via Laljo John Pullokkaran)

2015-06-05 Thread gates
HIVE-9069: Simplify filter predicates for CBO (Jesus Camacho Rodriguez via Laljo John Pullokkaran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/991bb454 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/991bb454 Diff:

[44/50] [abbrv] hive git commit: HIVE-10427 - collect_list() and collect_set() should accept struct types as argument (Chao Sun, reviewed by Alexander Pivovarov)

2015-06-05 Thread gates
HIVE-10427 - collect_list() and collect_set() should accept struct types as argument (Chao Sun, reviewed by Alexander Pivovarov) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/9c45f925 Tree:

[12/50] [abbrv] hive git commit: HIVE-10626 Spark paln need to be updated [Spark Branch] (Chinna via Jimmy)

2015-06-05 Thread gates
HIVE-10626 Spark paln need to be updated [Spark Branch] (Chinna via Jimmy) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2df14f9b Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/2df14f9b Diff:

[08/50] [abbrv] hive git commit: HIVE-10473 Spark client is recreated even spark configuration is not changed (Jimmy, reviewed by Szehon)

2015-06-05 Thread gates
HIVE-10473 Spark client is recreated even spark configuration is not changed (Jimmy, reviewed by Szehon) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/769ccc1c Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/769ccc1c

[17/50] [abbrv] hive git commit: HIVE-10302: Load small tables (for map join) in executor memory only once [Spark Branch], rebased with master (reviewed by Xuefu)

2015-06-05 Thread gates
HIVE-10302: Load small tables (for map join) in executor memory only once [Spark Branch], rebased with master (reviewed by Xuefu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d3629859 Tree:

[13/50] [abbrv] hive git commit: HIVE-10671: yarn-cluster mode offers a degraded performance from yarn-client [Spark Branch] (Rui via Xuefu, reviewed by Chengxiang)

2015-06-05 Thread gates
HIVE-10671: yarn-cluster mode offers a degraded performance from yarn-client [Spark Branch] (Rui via Xuefu, reviewed by Chengxiang) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3f27c6ed Tree:

[23/50] [abbrv] hive git commit: HIVE-10878 : Add tests to cover avg() function for 'x preceding and y preceding' windowing spec (Aihua Xu via Ashutosh Chauhan)

2015-06-05 Thread gates
HIVE-10878 : Add tests to cover avg() function for 'x preceding and y preceding' windowing spec (Aihua Xu via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan hashut...@apache.org Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[46/50] [abbrv] hive git commit: HIVE-10934: Restore support for DROP PARTITION PURGE (Eugene Koifman via Gunther Hagleitner)

2015-06-05 Thread gates
HIVE-10934: Restore support for DROP PARTITION PURGE (Eugene Koifman via Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/bef52661 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/bef52661 Diff:

[15/50] [abbrv] hive git commit: HIVE-10458: Enable parallel order by for spark [Spark Branch] (Rui reviewed by Xuefu)

2015-06-05 Thread gates
HIVE-10458: Enable parallel order by for spark [Spark Branch] (Rui reviewed by Xuefu) Signed-off-by: Rui Li rui...@intel.com Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/37cccbc5 Tree:

[45/50] [abbrv] hive git commit: HIVE-10874: Fail in TestMinimrCliDriver.testCliDriver_ql_rewrite_gbtoidx_cbo_2.q due to duplicate column name (Jesus Camacho Rodriguez via Laljo John Pullokkaran)

2015-06-05 Thread gates
HIVE-10874: Fail in TestMinimrCliDriver.testCliDriver_ql_rewrite_gbtoidx_cbo_2.q due to duplicate column name (Jesus Camacho Rodriguez via Laljo John Pullokkaran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/17bedcc0 Tree:

[22/50] [abbrv] hive git commit: HIVE-10845: TezJobMonitor uses killedTaskCount instead of killedTaskAttemptCount (Sid Seth via Gunther Hagleitner)

2015-06-05 Thread gates
HIVE-10845: TezJobMonitor uses killedTaskCount instead of killedTaskAttemptCount (Sid Seth via Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/e22aaf63 Tree:

[20/50] [abbrv] hive git commit: HIVE-10302 Load small tables (for map join) in executor memory only once [Spark Branch] (added new file missed in rebasing)

2015-06-05 Thread gates
HIVE-10302 Load small tables (for map join) in executor memory only once [Spark Branch] (added new file missed in rebasing) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/9bc8ea2a Tree:

[14/50] [abbrv] hive git commit: HIVE-10721 SparkSessionManagerImpl leaks SparkSessions [Spark Branch] (Jimmy reviewed by Xuefu, Chengxiang)

2015-06-05 Thread gates
HIVE-10721 SparkSessionManagerImpl leaks SparkSessions [Spark Branch] (Jimmy reviewed by Xuefu, Chengxiang) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/b3214f99 Tree:

[19/50] [abbrv] hive git commit: HIVE-10877 : TestUtil class name confuses ptest2 (Thejas Nair, reviewed by Hari Sankar Sivarama Subramaniyan )

2015-06-05 Thread gates
HIVE-10877 : TestUtil class name confuses ptest2 (Thejas Nair, reviewed by Hari Sankar Sivarama Subramaniyan ) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3817bb53 Tree:

[05/50] [abbrv] hive git commit: HIVE-6727 : Table level stats for external tables are set incorrectly (Bing Li via Ashutosh Chauhan)

2015-06-05 Thread gates
HIVE-6727 : Table level stats for external tables are set incorrectly (Bing Li via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan hashut...@apache.org Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8f4abd1e Tree:

[01/50] [abbrv] hive git commit: HIVE-10875 : Select query with view in subquery adds underlying table as direct input (Thejas Nair, reviewed by Ashutosh Chauhan)

2015-06-05 Thread gates
Repository: hive Updated Branches: refs/heads/hbase-metastore afe1b5e3a - 1a64664ae HIVE-10875 : Select query with view in subquery adds underlying table as direct input (Thejas Nair, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[06/50] [abbrv] hive git commit: HIVE-10869 : fold_case.q failing on trunk (Ashutosh Chauhan via Vikram Dixit)

2015-06-05 Thread gates
HIVE-10869 : fold_case.q failing on trunk (Ashutosh Chauhan via Vikram Dixit) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6f005071 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6f005071 Diff:

[03/50] [abbrv] hive git commit: HIVE-10808 : Inner join on Null throwing Cast Exception (Naveen Gangam via Ashutosh Chauhan)

2015-06-05 Thread gates
HIVE-10808 : Inner join on Null throwing Cast Exception (Naveen Gangam via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan hashut...@apache.org Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/cabb527f Tree:

[25/50] [abbrv] hive git commit: HIVE-10752: Revert HIVE-5193 (Aihua Xu via Chaoyu Tang)

2015-06-05 Thread gates
HIVE-10752: Revert HIVE-5193 (Aihua Xu via Chaoyu Tang) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d5fdf143 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/d5fdf143 Diff:

[09/50] [abbrv] hive git commit: HIVE-10434 - Cancel connection when remote Spark driver process has failed [Spark Branch] (Chao, reviewed by Marcelo)

2015-06-05 Thread gates
HIVE-10434 - Cancel connection when remote Spark driver process has failed [Spark Branch] (Chao, reviewed by Marcelo) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/88dfd274 Tree:

[10/50] [abbrv] hive git commit: HIVE-10476 - Hive query should fail when it fails to initialize a session in SetSparkReducerParallelism [Spark Branch] (Chao, reviewed by Rui)

2015-06-05 Thread gates
HIVE-10476 - Hive query should fail when it fails to initialize a session in SetSparkReducerParallelism [Spark Branch] (Chao, reviewed by Rui) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/cee1183d Tree:

[33/50] [abbrv] hive git commit: HIVE-10887 : TestCliDriver tests ordering issues with Mac and CentOS (Hari Subramaniyan, reviewed by Thejas Nair)

2015-06-05 Thread gates
HIVE-10887 : TestCliDriver tests ordering issues with Mac and CentOS (Hari Subramaniyan, reviewed by Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/b4f57d88 Tree:

[48/50] [abbrv] hive git commit: HIVE-10932 : Unit test udf_nondeterministic failure due to HIVE-10728 (Aihua Xu via Ashutosh Chauhan)

2015-06-05 Thread gates
HIVE-10932 : Unit test udf_nondeterministic failure due to HIVE-10728 (Aihua Xu via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan hashut...@apache.org Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8a107300 Tree:

[29/50] [abbrv] hive git commit: HIVE-10855: with vectorization enabled join operation involving interval_day_time fails (Matt McCline reviewed by Gunther Hagleitner)

2015-06-05 Thread gates
http://git-wip-us.apache.org/repos/asf/hive/blob/09100831/data/files/vectortab_b_1k -- diff --git a/data/files/vectortab_b_1k b/data/files/vectortab_b_1k new file mode 100644 index 000..812d98a --- /dev/null +++

[41/50] [abbrv] hive git commit: HIVE-9069: Simplify filter predicates for CBO (Jesus Camacho Rodriguez via Laljo John Pullokkaran)

2015-06-05 Thread gates
http://git-wip-us.apache.org/repos/asf/hive/blob/991bb454/ql/src/test/results/clientpositive/ppd_udf_col.q.out -- diff --git a/ql/src/test/results/clientpositive/ppd_udf_col.q.out

[32/50] [abbrv] hive git commit: HIVE-10705 Update tests for HIVE-9302 after removing binaries(Ferdinand Xu, reviewed by Hari Sankar Sivarama Subramaniyan)

2015-06-05 Thread gates
HIVE-10705 Update tests for HIVE-9302 after removing binaries(Ferdinand Xu, reviewed by Hari Sankar Sivarama Subramaniyan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/aec98e9f Tree:

[36/50] [abbrv] hive git commit: HIVE-10735: Cached plan race condition - VectorMapJoinCommonOperator has no closeOp() (Matt McCline, reviewed by Sergey Shelukhin)

2015-06-05 Thread gates
HIVE-10735: Cached plan race condition - VectorMapJoinCommonOperator has no closeOp() (Matt McCline, reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/82beb2ba Tree:

[38/50] [abbrv] hive git commit: HIVE-10761 : Create codahale-based metrics system for Hive (Szehon, reviewed by Xuefu)

2015-06-05 Thread gates
HIVE-10761 : Create codahale-based metrics system for Hive (Szehon, reviewed by Xuefu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/a96fbdee Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/a96fbdee Diff:

[43/50] [abbrv] hive git commit: HIVE-10909 : Make TestFilterHooks robust (Ashutosh Chauhan via Thejas Nair)

2015-06-05 Thread gates
HIVE-10909 : Make TestFilterHooks robust (Ashutosh Chauhan via Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/244386a4 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/244386a4 Diff:

[39/50] [abbrv] hive git commit: HIVE-10922: In HS2 doAs=false mode, file system related errors in one query causes other failures (Thejas M Nair, reviewed by Vikram Dixit K)

2015-06-05 Thread gates
HIVE-10922: In HS2 doAs=false mode, file system related errors in one query causes other failures (Thejas M Nair, reviewed by Vikram Dixit K) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/0e5d907e Tree:

[31/50] [abbrv] hive git commit: HIVE-10855: with vectorization enabled join operation involving interval_day_time fails (Matt McCline reviewed by Gunther Hagleitner)

2015-06-05 Thread gates
HIVE-10855: with vectorization enabled join operation involving interval_day_time fails (Matt McCline reviewed by Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/09100831 Tree:

[16/50] [abbrv] hive git commit: HIVE-10550: Dynamic RDD caching optimization for HoS [Spark Branch] (Chengxiang reviewed by Xuefu)

2015-06-05 Thread gates
HIVE-10550: Dynamic RDD caching optimization for HoS [Spark Branch] (Chengxiang reviewed by Xuefu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/441d4c08 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/441d4c08 Diff:

[47/50] [abbrv] hive git commit: HIVE-10925: Non-static threadlocals in metastore code can potentially cause memory leak (Vaibhav Gumashta reviewed by Sushanth Sowmyan, Alan Gates, Thejas Nair)

2015-06-05 Thread gates
HIVE-10925: Non-static threadlocals in metastore code can potentially cause memory leak (Vaibhav Gumashta reviewed by Sushanth Sowmyan, Alan Gates, Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c9b7d253 Tree:

[49/50] [abbrv] hive git commit: Merge branch 'master' into hbase-metastore

2015-06-05 Thread gates
http://git-wip-us.apache.org/repos/asf/hive/blob/1a64664a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java -- http://git-wip-us.apache.org/repos/asf/hive/blob/1a64664a/itests/hive-unit/pom.xml

[34/50] [abbrv] hive git commit: HIVE-10892 : TestHCatClient should not accept external metastore param from -Dhive.metastore.uris (Sushanth Sowmyan, reviewed by Thejas Nair)

2015-06-05 Thread gates
HIVE-10892 : TestHCatClient should not accept external metastore param from -Dhive.metastore.uris (Sushanth Sowmyan, reviewed by Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4140da59 Tree:

[26/50] [abbrv] hive git commit: HIVE-10667 : Upgrade Calcite dependency to newest version (Jesus Camacho Rodriguez via Ashutosh Chauhan)

2015-06-05 Thread gates
HIVE-10667 : Upgrade Calcite dependency to newest version (Jesus Camacho Rodriguez via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan hashut...@apache.org Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/7556361c Tree:

[35/50] [abbrv] hive git commit: HIVE-10919: Windows: create table with JsonSerDe failed via beeline unless you add hcatalog core jar to classpath (Hari Sankar Sivarama Subramaniyan, reviewed by Susha

2015-06-05 Thread gates
HIVE-10919: Windows: create table with JsonSerDe failed via beeline unless you add hcatalog core jar to classpath (Hari Sankar Sivarama Subramaniyan, reviewed by Sushanth Sowmyan Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[27/50] [abbrv] hive git commit: HIVE-10728 : deprecate unix_timestamp(void) and make it deterministic (Sergey Shelukhin, reveiwed by Ashutosh Chauhan(

2015-06-05 Thread gates
HIVE-10728 : deprecate unix_timestamp(void) and make it deterministic (Sergey Shelukhin, reveiwed by Ashutosh Chauhan( Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/24d3307b Tree:

[18/50] [abbrv] hive git commit: HIVE-10710 Delete GenericUDF.getConstantLongValue (Alexander Pivovarov, reviewed by Ashutosh Chauhan)

2015-06-05 Thread gates
HIVE-10710 Delete GenericUDF.getConstantLongValue (Alexander Pivovarov, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/55b28a0a Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/55b28a0a

hive git commit: HIVE-10941: Provide option to disable spark tests outside itests (Hari Sankar Sivarama Subramaniyan, reviewed by Ashutosh Chauhan)

2015-06-05 Thread gunther
Repository: hive Updated Branches: refs/heads/branch-1 777999ad6 - 65626def3 HIVE-10941: Provide option to disable spark tests outside itests (Hari Sankar Sivarama Subramaniyan, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-10941: Provide option to disable spark tests outside itests (Hari Sankar Sivarama Subramaniyan, reviewed by Ashutosh Chauhan)

2015-06-05 Thread gunther
Repository: hive Updated Branches: refs/heads/master 8a107300d - 29af41c78 HIVE-10941: Provide option to disable spark tests outside itests (Hari Sankar Sivarama Subramaniyan, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-10941: Provide option to disable spark tests outside itests (Hari Sankar Sivarama Subramaniyan, reviewed by Ashutosh Chauhan)

2015-06-05 Thread gunther
Repository: hive Updated Branches: refs/heads/branch-1.2 491222e69 - a4d0298f1 HIVE-10941: Provide option to disable spark tests outside itests (Hari Sankar Sivarama Subramaniyan, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: