[jira] [Created] (HIVE-10821) Beeline-CLI: Implement all CLI command using Beeline functionality

2015-05-25 Thread Ferdinand Xu (JIRA)
Ferdinand Xu created HIVE-10821: --- Summary: Beeline-CLI: Implement all CLI command using Beeline functionality Key: HIVE-10821 URL: https://issues.apache.org/jira/browse/HIVE-10821 Project: Hive

Build hive failure on ubuntu 15.04 with oracle java 1.8

2015-05-25 Thread 煜 韦
Hi guys, I tried to built hive 1.2.0 on ubuntu 15.04 with oracle Java 1.8. Then I encountered following problem.What should I do to fix this issue? Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0Running org.apache.hadoop.hive.metastore.Test

Big Lock in Driver.compileInternal

2015-05-25 Thread Loudongfeng
Hi, All I notice that there is a big lock in org.apache.hadoop.hive.ql.Driver Following is a piece of code from Apache Hive 1.2.0 private static final Object compileMonitor = new Object(); private int compileInternal(String command) { int ret; synchronized (compileMonitor) { ret = compil

Caching metastore objects

2015-05-25 Thread Sivaramakrishnan Narayanan
Apologies if this has been discussed in the past - my searches did not pull up any relevant threads. If there are better solutions available out of the box, please let me know! Problem statement -- We have a setup where a single metastoredb is used by Hive, Presto and Spar

[jira] [Created] (HIVE-10820) Hive Server2 should register itself again when encounters some failures in HA mode

2015-05-25 Thread Wang Hao (JIRA)
Wang Hao created HIVE-10820: --- Summary: Hive Server2 should register itself again when encounters some failures in HA mode Key: HIVE-10820 URL: https://issues.apache.org/jira/browse/HIVE-10820 Project: Hive

Re: Review Request 34473: HIVE-10749 Implement Insert statement for parquet

2015-05-25 Thread cheng xu
> On May 21, 2015, 7:18 p.m., Sergio Pena wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetStructObjectInspector.java, > > line 1 > > > > > > I am waiting to commit the patch from HIVE-10749 that

[jira] [Created] (HIVE-10819) SearchArgumentImpl for Timestamp is broken by HIVE-10286

2015-05-25 Thread Daniel Dai (JIRA)
Daniel Dai created HIVE-10819: - Summary: SearchArgumentImpl for Timestamp is broken by HIVE-10286 Key: HIVE-10819 URL: https://issues.apache.org/jira/browse/HIVE-10819 Project: Hive Issue Type: B

How to debug hive unit test in eclipse ?

2015-05-25 Thread Bob Freitas
Hi Jeff, I recently needed to figure out how to do unit testing of Hive scripts, and it turned out to be something of an adventure. I had done some previous work in this area but things have changed with MR2 and YARN, gee go figure... What I ended up doing was going through the Hive source code

Review Request 34656: Scaling PK/FK's selectivity for stats annotation

2015-05-25 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34656/ --- Review request for hive, Ashutosh Chauhan and John Pullokkaran. Repository: hiv

RE: run tests failed when building hive query language on hadoop 2.7.0

2015-05-25 Thread 煜 韦
I'm running on ubuntu 15.04 and JDK version is oracle 1.8. The debug log is as below, > DJava HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; > support was removed in 8.0 Running org.apache.hadoop.hive.metastore.TestMetastoreExpr Tests run: 1, Failures: 0, Errors: 0, Skip

[jira] [Created] (HIVE-10818) Cleanup several Checkstyle warnings

2015-05-25 Thread Gabor Liptak (JIRA)
Gabor Liptak created HIVE-10818: --- Summary: Cleanup several Checkstyle warnings Key: HIVE-10818 URL: https://issues.apache.org/jira/browse/HIVE-10818 Project: Hive Issue Type: Bug Re

Build failed in Jenkins: HIVE-TRUNK-JAVA8 #73

2015-05-25 Thread hiveqa
See -- Started by timer Building in workspace > git rev-parse --is-inside-work-tree #

Re: run tests failed when building hive query language on hadoop 2.7.0

2015-05-25 Thread Jörn Franke
Hi 韦, You must be a little bit more precise. What is the error message? What is your setup (OS, JDK version..) ? Thank you. Best regards Le 25 mai 2015 09:11, "煜 韦" a écrit : > Hi,When I'm building hive 1.2.0 on hadoop 2.7.0. During building hive > query language and running tests, it failed.W

[jira] [Created] (HIVE-10817) Blacklist For Bad MetaStore

2015-05-25 Thread Nemon Lou (JIRA)
Nemon Lou created HIVE-10817: Summary: Blacklist For Bad MetaStore Key: HIVE-10817 URL: https://issues.apache.org/jira/browse/HIVE-10817 Project: Hive Issue Type: Improvement Components

[jira] [Created] (HIVE-10816) NPE in ExecDriver::handleSampling when submitted via child JVM

2015-05-25 Thread Rui Li (JIRA)
Rui Li created HIVE-10816: - Summary: NPE in ExecDriver::handleSampling when submitted via child JVM Key: HIVE-10816 URL: https://issues.apache.org/jira/browse/HIVE-10816 Project: Hive Issue Type: Bu

[jira] [Created] (HIVE-10815) Let HiveMetaStoreClient Choose MetaStore Randomly

2015-05-25 Thread Nemon Lou (JIRA)
Nemon Lou created HIVE-10815: Summary: Let HiveMetaStoreClient Choose MetaStore Randomly Key: HIVE-10815 URL: https://issues.apache.org/jira/browse/HIVE-10815 Project: Hive Issue Type: Improvemen

run tests failed when building hive query language on hadoop 2.7.0

2015-05-25 Thread 煜 韦
Hi,When I'm building hive 1.2.0 on hadoop 2.7.0. During building hive query language and running tests, it failed.What should I do to fix this problem? Thanks,Jared