Hive-trunk-h0.21 - Build # 1405 - Fixed

2012-05-01 Thread Apache Jenkins Server
Changes for Build #1397 [kevinwilfong] HIVE-2918. Hive Dynamic Partition Insert - move task not considering 'hive.exec.max.dynamic.partitions' from CLI. (cwsteinbach via kevinwilfong) Changes for Build #1398 Changes for Build #1399 [namit] HIVE-2721 ability to select a view qualified by the

[jira] [Created] (HIVE-2992) JOIN + LATERAL VIEW works, but + MAPJOIN and no longer get any results

2012-05-01 Thread Ruben de Vries (JIRA)
Ruben de Vries created HIVE-2992: Summary: JOIN + LATERAL VIEW works, but + MAPJOIN and no longer get any results Key: HIVE-2992 URL: https://issues.apache.org/jira/browse/HIVE-2992 Project: Hive

[jira] [Updated] (HIVE-2992) JOIN + LATERAL VIEW works, but + MAPJOIN and no longer get any results

2012-05-01 Thread Ruben de Vries (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruben de Vries updated HIVE-2992: - Description: Okay first off; I know JOIN + LATERAL VIEW together isn't working so I moved my

[jira] [Commented] (HIVE-2991) Integrate Clover with Hive

2012-05-01 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265795#comment-13265795 ] Edward Capriolo commented on HIVE-2991: --- It is a nice report, as I expected I am not

Re: Getting Started with Hive

2012-05-01 Thread Edward Capriolo
I think there is some bug with hive-builtins. It does not get generated until package, but you can not test without it. so you need to do ant package ant test On Mon, Apr 30, 2012 at 10:14 PM, Radhika Malik radhika1...@hotmail.com wrote: A group of us is trying to write some code on Hive as a

[jira] [Commented] (HIVE-2984) Fix test failure in TestNegativeCliDriver.dyn_part_max caused by HIVE-2918

2012-05-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265867#comment-13265867 ] Carl Steinbach commented on HIVE-2984: -- It looks like Ivy is picking up an older copy

Re: Branch 0.9 maven snapshots?

2012-05-01 Thread Alejandro Abdelnur
AFAIK there used to be 0.9.0-SNAPSHOTs (Oozie was using them). But now they are gone and there are 0.9.0 release artifacts. Any reason why they where removed? thx On Mon, Apr 30, 2012 at 9:30 PM, Ashutosh Chauhan hashut...@apache.org wrote: Hey Carl, Build is reported to be failing, though

Re: Branch 0.9 maven snapshots?

2012-05-01 Thread Carl Steinbach
Hi Alejandro, We're in the process of finalizing the 0.9.0 release. At this point the RC has been approved, and the official announcement should go out soon. What you seen on Maven are the official 0.9.0 release artifacts. Thanks. Carl On Tue, May 1, 2012 at 9:53 AM, Alejandro Abdelnur

Re: Branch 0.9 maven snapshots?

2012-05-01 Thread Thomas Weise
Since 0.9 was released there should now be 0.9.1 snapshots, but the jenkins build keeps on failing and nothing is pushed. https://repository.apache.org/content/groups/snapshots-group/org/apache/hive /hive-exec/0.9.0-SNAPSHOT/ On 5/1/12 9:53 AM, Alejandro Abdelnur t...@cloudera.com wrote:

[jira] [Commented] (HIVE-2757) hive can't find hadoop executor scripts without HADOOP_HOME set

2012-05-01 Thread Buddhika Chamith De Alwis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265906#comment-13265906 ] Buddhika Chamith De Alwis commented on HIVE-2757: - Recently I had this

[jira] [Updated] (HIVE-2757) hive can't find hadoop executor scripts without HADOOP_HOME set

2012-05-01 Thread Buddhika Chamith De Alwis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Buddhika Chamith De Alwis updated HIVE-2757: Attachment: hive-2757.diff hive can't find hadoop executor scripts

Re: Branch 0.9 maven snapshots?

2012-05-01 Thread Thomas Weise
Created https://issues.apache.org/jira/browse/HIVE-2993 Thanks, Thomas On 5/1/12 10:00 AM, Thomas Weise t...@yahoo-inc.com wrote: Since 0.9 was released there should now be 0.9.1 snapshots, but the jenkins build keeps on failing and nothing is pushed.

Re: Branch 0.9 maven snapshots?

2012-05-01 Thread Alejandro Abdelnur
Carl, I have assumed so, but the SNAPSHOTS are gone. They should have stayed. thx On Tue, May 1, 2012 at 9:58 AM, Carl Steinbach c...@cloudera.com wrote: Hi Alejandro, We're in the process of finalizing the 0.9.0 release. At this point the RC has been approved, and the official announcement

[jira] [Commented] (HIVE-2984) Fix test failure in TestNegativeCliDriver.dyn_part_max caused by HIVE-2918

2012-05-01 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265912#comment-13265912 ] Thomas Weise commented on HIVE-2984: Thanks Carl. Yes, the build now relies on ivy for

[jira] [Commented] (HIVE-2993) Branch 0.9 should publish 0.9 snapshot builds

2012-05-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265921#comment-13265921 ] Carl Steinbach commented on HIVE-2993: -- I created a new build job for 0.9.1-SNAPSHOT

Re: Branch 0.9 maven snapshots?

2012-05-01 Thread Carl Steinbach
I created a new build job for 0.9.1-SNAPSHOTS here: https://builds.apache.org/job/Hive-0.9.0-SNAPSHOT-h0.21/ I'm also looking at the logs to try to figure out what's wrong with the 0.9.0-SNAPSHOT build. On Tue, May 1, 2012 at 10:08 AM, Alejandro Abdelnur t...@cloudera.comwrote: Carl, I have

[jira] [Commented] (HIVE-2971) GET_JSON_OBJECT fails on some valid JSON keys

2012-05-01 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265938#comment-13265938 ] Gang Tim Liu commented on HIVE-2971: Yes, removing space like the following works fine:

[jira] [Created] (HIVE-2994) pass a environment context to metastore thrift APIs

2012-05-01 Thread Namit Jain (JIRA)
Namit Jain created HIVE-2994: Summary: pass a environment context to metastore thrift APIs Key: HIVE-2994 URL: https://issues.apache.org/jira/browse/HIVE-2994 Project: Hive Issue Type:

Build failed in Jenkins: Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false #1

2012-05-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/1/ -- [...truncated 9030 lines...] | default | 8 | 0 | 0 | 0 || 8 | 0 | | master | 0 | 0 | 0 | 0 || 0

RE: Getting Started with Hive

2012-05-01 Thread Radhika Malik
Hey Edward, Thanks for your reply. Unfortunately we still get the same error. Could there possibly be a problem in our setup? Thanks! Radhika Date: Tue, 1 May 2012 09:45:39 -0400 Subject: Re: Getting Started with Hive From: edlinuxg...@gmail.com To: dev@hive.apache.org I think there is

[jira] [Assigned] (HIVE-2994) pass a environment context to metastore thrift APIs

2012-05-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain reassigned HIVE-2994: Assignee: Delia David pass a environment context to metastore thrift APIs

[jira] [Assigned] (HIVE-2971) GET_JSON_OBJECT fails on some valid JSON keys

2012-05-01 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu reassigned HIVE-2971: -- Assignee: Gang Tim Liu GET_JSON_OBJECT fails on some valid JSON keys

[jira] [Created] (HIVE-2995) Fix broken pdk test dependency on junit

2012-05-01 Thread Carl Steinbach (JIRA)
Carl Steinbach created HIVE-2995: Summary: Fix broken pdk test dependency on junit Key: HIVE-2995 URL: https://issues.apache.org/jira/browse/HIVE-2995 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-2995) Fix broken pdk test dependency on junit

2012-05-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266115#comment-13266115 ] Carl Steinbach commented on HIVE-2995: -- builtins and pdk test failure on branch-0.9:

Re: Hive server concurrent connection

2012-05-01 Thread Benyi Wang
Thanks Carl. This is clear. When will HiveServer2 be implemented? On Mon, Apr 30, 2012 at 12:15 PM, Carl Steinbach c...@cloudera.com wrote: Hi Benyi, The quote from the HiveServer2 proposal reads in full: In fact, it's impossible for HiveServer to support concurrent connections using the

[jira] [Commented] (HIVE-2995) Fix broken pdk test dependency on junit

2012-05-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266137#comment-13266137 ] Carl Steinbach commented on HIVE-2995: -- This failure can be easily reproduced on

Re: Hive server concurrent connection

2012-05-01 Thread Carl Steinbach
Hi Benyi, Implementing HiveServer2 is my current priority at work. We expect it to be ready in time for Hive 0.10.0, which should release sometime in the next four months. Thanks. Carl On Tue, May 1, 2012 at 2:36 PM, Benyi Wang bewang.t...@gmail.com wrote: Thanks Carl. This is clear. When

[jira] [Commented] (HIVE-2995) Fix broken pdk test dependency on junit

2012-05-01 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266154#comment-13266154 ] Ashutosh Chauhan commented on HIVE-2995: Since, we want HIVE-2646 on 0.9 also, lets

[jira] [Updated] (HIVE-2986) Create hooks for new test framework

2012-05-01 Thread Kevin Wilfong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wilfong updated HIVE-2986: Resolution: Fixed Assignee: Namit Jain Status: Resolved (was: Patch Available)

Hive-trunk-h0.21 - Build # 1406 - Failure

2012-05-01 Thread Apache Jenkins Server
Changes for Build #1406 No tests ran. The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1406) Status: Failure Check console output at https://builds.apache.org/job/Hive-trunk-h0.21/1406/ to view the results.

[jira] [Commented] (HIVE-2804) Task log retrieval fails on secure cluster

2012-05-01 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266239#comment-13266239 ] Zhenxiao Luo commented on HIVE-2804: When running in CDH4 branch(which is using MR2

[jira] [Commented] (HIVE-2804) Task log retrieval fails on secure cluster

2012-05-01 Thread Zhenxiao Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266267#comment-13266267 ] Zhenxiao Luo commented on HIVE-2804: The bug could be reproduced in a non-secure MR2

[jira] [Created] (HIVE-2996) minor bug in hooks (NPE)

2012-05-01 Thread Namit Jain (JIRA)
Namit Jain created HIVE-2996: Summary: minor bug in hooks (NPE) Key: HIVE-2996 URL: https://issues.apache.org/jira/browse/HIVE-2996 Project: Hive Issue Type: Bug Reporter: Namit Jain

[jira] [Commented] (HIVE-2986) Create hooks for new test framework

2012-05-01 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266273#comment-13266273 ] Phabricator commented on HIVE-2986: --- njain has abandoned the revision HIVE-2986 [jira]

[jira] [Commented] (HIVE-2837) insert into external tables should not be allowed

2012-05-01 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266274#comment-13266274 ] Phabricator commented on HIVE-2837: --- njain has abandoned the revision HIVE-2837 [jira]

[jira] [Updated] (HIVE-2996) minor bug in hooks (NPE)

2012-05-01 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2996: -- Attachment: HIVE-2996.D2991.1.patch njain requested code review of HIVE-2996 [jira] minor bug in hooks

[jira] [Commented] (HIVE-2838) cleanup readentity/writeentity

2012-05-01 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266277#comment-13266277 ] Phabricator commented on HIVE-2838: --- njain has abandoned the revision HIVE-2838 [jira]

[jira] [Commented] (HIVE-2612) support hive table/partitions exists in more than one region

2012-05-01 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266276#comment-13266276 ] Phabricator commented on HIVE-2612: --- njain has abandoned the revision HIVE-2612 [jira]

[jira] [Commented] (HIVE-2602) add support for insert partition overwrite(...) if not exists

2012-05-01 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266278#comment-13266278 ] Phabricator commented on HIVE-2602: --- njain has abandoned the revision HIVE-2602 [jira]

[jira] [Updated] (HIVE-2996) minor bug in hooks (NPE)

2012-05-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-2996: - Status: Patch Available (was: Open) minor bug in hooks (NPE)

[jira] [Commented] (HIVE-2996) minor bug in hooks (NPE)

2012-05-01 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266279#comment-13266279 ] Phabricator commented on HIVE-2996: --- kevinwilfong has accepted the revision HIVE-2996

[jira] [Commented] (HIVE-2990) Remove hadoop-source Ivy resolvers and Ant targets

2012-05-01 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266285#comment-13266285 ] Phabricator commented on HIVE-2990: --- ashutoshc has accepted the revision HIVE-2990 [jira]

[jira] [Resolved] (HIVE-2684) Provide compile + run method for HiveServer interface

2012-05-01 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis resolved HIVE-2684. - Resolution: Duplicate HIVE-2935 has better interface than this. Provide compile + run method

[jira] [Commented] (HIVE-2986) Create hooks for new test framework

2012-05-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266338#comment-13266338 ] Hudson commented on HIVE-2986: -- Integrated in Hive-trunk-h0.21 #1407 (See

Hive-trunk-h0.21 - Build # 1407 - Fixed

2012-05-01 Thread Apache Jenkins Server
Changes for Build #1406 Changes for Build #1407 [kevinwilfong] HIVE-2986 Create the hooks (njain via kevinwilfong) All tests passed The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1407) Status: Fixed Check console output at