Re: How to run TestCliDriver Unit Test

2014-10-28 Thread Gordon Wang
.overwrite=true to the mvn command. > > Here's more information about the new tests command: > > https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ#HiveDeveloperFAQ-Whereisthelogoutputofatest > ? > > Sergio > > On Mon, Oct 27, 2014 at 10:22 PM, Gordon

[jira] [Updated] (HIVE-8439) query processor fails to handle multiple insert clauses for the same table

2014-10-27 Thread Gordon Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Wang updated HIVE-8439: -- Summary: query processor fails to handle multiple insert clauses for the same table (was: multiple

How to run TestCliDriver Unit Test

2014-10-27 Thread Gordon Wang
unit test? I tried " mvn clean test -Phadoop-2 -Dtest=TestCliDriver", but it didn't work. Seems that TestCliDriver.java is not genrated yet. Many thanks. -- Regards Gordon Wang

Re: [ANNOUNCE] New Hive PMC Member - Alan Gates

2014-10-27 Thread Gordon Wang
Congrats! On Tue, Oct 28, 2014 at 6:38 AM, Carl Steinbach wrote: > I am pleased to announce that Alan Gates has been elected to the Hive > Project Management Committee. Please join me in congratulating Alan! > > Thanks. > > - Carl > -- Regards Gordon Wang

[jira] [Commented] (HIVE-8439) multiple insert into the same table

2014-10-27 Thread Gordon Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14184938#comment-14184938 ] Gordon Wang commented on HIVE-8439: --- currently, hive semantic analyzer can not ha

[jira] [Updated] (HIVE-8439) multiple insert into the same table

2014-10-27 Thread Gordon Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Wang updated HIVE-8439: -- Description: when putting multiple inserts for the same table in one SQL, hive query plan analyzer

[jira] [Commented] (HIVE-8532) return code of "source xxx" clause is missing

2014-10-23 Thread Gordon Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182375#comment-14182375 ] Gordon Wang commented on HIVE-8532: --- Looks like the UT failure is not caused by

[jira] [Commented] (HIVE-8532) return code of "source xxx" clause is missing

2014-10-20 Thread Gordon Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14177832#comment-14177832 ] Gordon Wang commented on HIVE-8532: --- The fix is easy, I think a patch would come

[jira] [Created] (HIVE-8532) return code of "source xxx" clause is missing

2014-10-20 Thread Gordon Wang (JIRA)
Gordon Wang created HIVE-8532: - Summary: return code of "source xxx" clause is missing Key: HIVE-8532 URL: https://issues.apache.org/jira/browse/HIVE-8532 Project: Hive Issue

[jira] [Created] (HIVE-8439) multiple insert into the same table

2014-10-12 Thread Gordon Wang (JIRA)
Gordon Wang created HIVE-8439: - Summary: multiple insert into the same table Key: HIVE-8439 URL: https://issues.apache.org/jira/browse/HIVE-8439 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-4629) HS2 should support an API to retrieve query logs

2014-03-09 Thread Gordon Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925394#comment-13925394 ] Gordon Wang commented on HIVE-4629: --- What about the status of this jira? Does anyone

[jira] [Created] (HIVE-6244) hive UT fails on top of Hadoop 2.2.0

2014-01-20 Thread Gordon Wang (JIRA)
Gordon Wang created HIVE-6244: - Summary: hive UT fails on top of Hadoop 2.2.0 Key: HIVE-6244 URL: https://issues.apache.org/jira/browse/HIVE-6244 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-5112) Upgrade protobuf to 2.5 from 2.4

2014-01-16 Thread Gordon Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13874390#comment-13874390 ] Gordon Wang commented on HIVE-5112: --- Hi folks, I find that if I generate Complex.p

[jira] [Commented] (HIVE-6219) TestProtocolBuffersObjectInspectors fails when upgrading protobuf to 2.5.0

2014-01-16 Thread Gordon Wang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13874389#comment-13874389 ] Gordon Wang commented on HIVE-6219: --- I dig it a little bit further. And I think it

[jira] [Created] (HIVE-6219) TestProtocolBuffersObjectInspectors fails when upgrading protobuf to 2.5.0

2014-01-16 Thread Gordon Wang (JIRA)
Gordon Wang created HIVE-6219: - Summary: TestProtocolBuffersObjectInspectors fails when upgrading protobuf to 2.5.0 Key: HIVE-6219 URL: https://issues.apache.org/jira/browse/HIVE-6219 Project: Hive

Why do we use pfile scheme in Unit Test

2014-01-13 Thread Gordon Wang
with error code = 1 [junit] Failed query: hbase_stats.q -- Regards Gordon Wang