[jira] [Created] (HIVE-11932) JDBC Driver appends an extra "/" when configuring connection by reading httpPath from ZooKeeper

2015-09-23 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-11932: --- Summary: JDBC Driver appends an extra "/" when configuring connection by reading httpPath from ZooKeeper Key: HIVE-11932 URL:

Hive 2.0.0 snapshot building error

2015-09-23 Thread 大马锅
Hello, Everyone I am trying to build Hive 2.0.0-SNAPSHOT(the master branch) on my 64-bit Windows 7 machine. I run mvn command from git-for-windows environment. The build command is: mvn install -Phadoop-2 -DskipTests -e I used to build hive-0.13.1-cdh5.2.0 successfully this way. But now I

[jira] [Created] (HIVE-11936) Support SQLAnywhere as a backing DB for the hive metastore

2015-09-23 Thread Sushanth Sowmyan (JIRA)
Sushanth Sowmyan created HIVE-11936: --- Summary: Support SQLAnywhere as a backing DB for the hive metastore Key: HIVE-11936 URL: https://issues.apache.org/jira/browse/HIVE-11936 Project: Hive

[jira] [Created] (HIVE-11933) transactional table + vectorization + where = bug

2015-09-23 Thread Furcy Pin (JIRA)
Furcy Pin created HIVE-11933: Summary: transactional table + vectorization + where = bug Key: HIVE-11933 URL: https://issues.apache.org/jira/browse/HIVE-11933 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11934) Transaction lock retry logic results in infinite loop

2015-09-23 Thread Steve Howard (JIRA)
Steve Howard created HIVE-11934: --- Summary: Transaction lock retry logic results in infinite loop Key: HIVE-11934 URL: https://issues.apache.org/jira/browse/HIVE-11934 Project: Hive Issue Type:

[jira] [Created] (HIVE-11935) Access HiveMetaStoreClient.currentMetaVars should be synchronized

2015-09-23 Thread Daniel Dai (JIRA)
Daniel Dai created HIVE-11935: - Summary: Access HiveMetaStoreClient.currentMetaVars should be synchronized Key: HIVE-11935 URL: https://issues.apache.org/jira/browse/HIVE-11935 Project: Hive

[jira] [Created] (HIVE-11937) Improve StatsOptimizer to deal with query with additional constant columns

2015-09-23 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11937: -- Summary: Improve StatsOptimizer to deal with query with additional constant columns Key: HIVE-11937 URL: https://issues.apache.org/jira/browse/HIVE-11937

Re: Review Request 38663: HIVE-11878: ClassNotFoundException can possibly occur if multiple jars are registered one at a time in Hive

2015-09-23 Thread Carl Steinbach
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38663/#review100268 ---

Derby version used by Hive

2015-09-23 Thread Richard Hillegas
I am following the Hive build instructions here: https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-InstallationandConfiguration . I noticed that Hive development seems to be using an old version of Derby: 10.10.2.0. Is there some defect in the most recent Derby

[jira] [Created] (HIVE-11938) Beeline - strange behavior when server responds quickly

2015-09-23 Thread Dan Dosch (JIRA)
Dan Dosch created HIVE-11938: Summary: Beeline - strange behavior when server responds quickly Key: HIVE-11938 URL: https://issues.apache.org/jira/browse/HIVE-11938 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11931) Join sql cannot get result

2015-09-23 Thread NING DING (JIRA)
NING DING created HIVE-11931: Summary: Join sql cannot get result Key: HIVE-11931 URL: https://issues.apache.org/jira/browse/HIVE-11931 Project: Hive Issue Type: Bug Reporter: NING

Re: Review Request 38659: HIVE-11926: Stats annotation might not extract stats for varchar/decimal columns

2015-09-23 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38659/#review100247 --- Ship it! Ship It! - Xuefu Zhang On Sept. 23, 2015, 4:04 a.m.,

[jira] [Created] (HIVE-11939) TxnDbUtil should turn off jdbc auto commit

2015-09-23 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HIVE-11939: -- Summary: TxnDbUtil should turn off jdbc auto commit Key: HIVE-11939 URL: https://issues.apache.org/jira/browse/HIVE-11939 Project: Hive Issue Type: Bug

Re: Review Request 38663: HIVE-11878: ClassNotFoundException can possibly occur if multiple jars are registered one at a time in Hive

2015-09-23 Thread Anthony Hsu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38663/#review100274 ---

Review Request 38690: Improve StatsOptimizer to deal with query with additional constant columns

2015-09-23 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38690/ --- Review request for hive and Ashutosh Chauhan. Repository: hive-git

[jira] [Created] (HIVE-11942) MetaException(message:The threadlocal Deadline is null, please register it first.)

2015-09-23 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-11942: Summary: MetaException(message:The threadlocal Deadline is null, please register it first.) Key: HIVE-11942 URL: https://issues.apache.org/jira/browse/HIVE-11942 Project:

[jira] [Created] (HIVE-11941) Update committer list

2015-09-23 Thread Chaoyu Tang (JIRA)
Chaoyu Tang created HIVE-11941: -- Summary: Update committer list Key: HIVE-11941 URL: https://issues.apache.org/jira/browse/HIVE-11941 Project: Hive Issue Type: Bug Reporter: Chaoyu

[jira] [Created] (HIVE-11940) "INSERT OVERWRITE" query is very slow because it creates one "distcp" per file to copy data from staging directory to target directory

2015-09-23 Thread JIRA
Sergio Peña created HIVE-11940: -- Summary: "INSERT OVERWRITE" query is very slow because it creates one "distcp" per file to copy data from staging directory to target directory Key: HIVE-11940 URL:

HiveQA is getting annoyingly slow

2015-09-23 Thread Sergey Shelukhin
HiveQA is taking too long to run. I browsed test results a bit, the main offenders are obviously various CliDrivers. I think there’s a JIRA to speed up Tez CLI driver that is being worked on; and Spark and HBase have tolerable runtimes. That leaves us base CliDriver and MR. Base tests generally

Re: HiveQA is getting annoyingly slow

2015-09-23 Thread Szehon Ho
Thanks for the investigation, its very helpful. I think its a good idea to disable the most highly offending tests as you suggested if they are testing features that aren't heavily used (rcfile_merge1 and gbtoidx). I wasnt aware we are dropping support on MR anytime soon though? I think

Review Request 38702: HIVE-11553 use basic file metadata cache in ETLSplitStrategy-related paths

2015-09-23 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38702/ --- Review request for hive and Prasanth_J. Repository: hive-git Description