[jira] [Updated] (HIVE-2723) should throw Ambiguous column reference key Exception in particular join condition

2012-01-17 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2723: -- Attachment: HIVE-2723.D1275.1.patch navis requested code review of HIVE-2723 [jira] should throw

scripe_pipe.q (TestCliDriver) FAILED in open JDK

2012-01-17 Thread Bing Li
Hi, Devs When I ran UT of *hive-0.8.0*, script_pipe.q failed as: [junit] Running org.apache.hadoop.hive.cli.TestCliDriver [junit] Begin query: *script_pipe.q* [junit] *java.io.IOException: No such file or directory* [junit] at java.io.FileOutputStream.writeBytes(Native Method)

Re: scripe_pipe.q (TestCliDriver) FAILED in open JDK

2012-01-17 Thread Bing Li
Updated == If there are *TWO columns* in table *src*, which are key and value: SELECT TRANSFORM(*key, value*) USING 'head -n 1' as a,b,c,d FROM src; // * PASS* SELECT TRANSFORM(*key, value, key, value*) USING 'head -n 1' as a,b,c,d FROM src; //* FAILED* 2012/1/17 Bing Li

[jira] [Commented] (HIVE-896) Add LEAD/LAG/FIRST/LAST analytical windowing functions to Hive.

2012-01-17 Thread Jeff Hammerbacher (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187738#comment-13187738 ] Jeff Hammerbacher commented on HIVE-896: Guy who appears to be from SAP has posted

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread He Yongqiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187872#comment-13187872 ] He Yongqiang commented on HIVE-2719: I am planning to revert changes that cause the

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187880#comment-13187880 ] Carl Steinbach commented on HIVE-2719: -- @Yongqiang: I think this proves that the diffs

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread He Yongqiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187894#comment-13187894 ] He Yongqiang commented on HIVE-2719: @Carl, i am trying to revert Hive-2589 locally to

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread He Yongqiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187895#comment-13187895 ] He Yongqiang commented on HIVE-2719: after reverting HIVE-2589, i am still getting

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Thomas Weise (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187901#comment-13187901 ] Thomas Weise commented on HIVE-2719: I observed inconsistent results before r1230390.

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187903#comment-13187903 ] Carl Steinbach commented on HIVE-2719: -- @Yongqiang: I'd like to get this fixed too. I

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread He Yongqiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187911#comment-13187911 ] He Yongqiang commented on HIVE-2719: sure, let's get it fixed today. Thanks Carl!

[jira] [Updated] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread He Yongqiang (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-2719: --- Attachment: HIVE-2719-revert.hive-2589.1.patch Fix test failures caused by HIVE-2589

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread He Yongqiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187918#comment-13187918 ] He Yongqiang commented on HIVE-2719: https://reviews.facebook.net/D1281

[jira] [Updated] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2719: -- Attachment: HIVE-2719.D1281.1.patch heyongqiang requested code review of HIVE-2719 [jira] Fix test

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

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

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187932#comment-13187932 ] Carl Steinbach commented on HIVE-2719: -- @Yongqiang: I'm running the tests now.

[jira] [Assigned] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Carl Steinbach (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach reassigned HIVE-2719: Assignee: He Yongqiang (was: Ashutosh Chauhan) Fix test failures caused by HIVE-2589

Hive-0.8.1-SNAPSHOT-h0.21 - Build # 164 - Fixed

2012-01-17 Thread Apache Jenkins Server
Changes for Build #163 Changes for Build #164 All tests passed The Apache Jenkins build system has built Hive-0.8.1-SNAPSHOT-h0.21 (build #164) Status: Fixed Check console output at https://builds.apache.org/job/Hive-0.8.1-SNAPSHOT-h0.21/164/ to view the results.

[jira] [Commented] (HIVE-2656) Add a command line flag to specify a jar whence to load UDFs

2012-01-17 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188019#comment-13188019 ] Phabricator commented on HIVE-2656: --- jsichi has commented on the revision HIVE-2656

[jira] [Updated] (HIVE-2715) Upgrade Thrift dependency to 0.9.0

2012-01-17 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2715: - Fix Version/s: (was: 0.8.1) Summary: Upgrade Thrift dependency to 0.9.0 (was:

[jira] [Commented] (HIVE-2715) Upgrade Thrift dependency to 0.9.0

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188099#comment-13188099 ] Carl Steinbach commented on HIVE-2715: -- Also, Hive 0.8.0 depends on Thrift 0.7.0, not

[jira] [Updated] (HIVE-2697) Ant compile-test target should be triggered from subprojects, not from top-level targets

2012-01-17 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2697: - Fix Version/s: (was: 0.8.1) Ant compile-test target should be triggered from

[jira] [Updated] (HIVE-2712) Make ZooKeeper token store ACL configurable

2012-01-17 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2712: - Affects Version/s: 0.8.1 Fix Version/s: (was: 0.8.1) Make ZooKeeper token store

[jira] [Updated] (HIVE-2708) Hive MR local jobs fail on Hadoop 0.23

2012-01-17 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2708: - Fix Version/s: (was: 0.8.1) Hive MR local jobs fail on Hadoop 0.23

[jira] [Commented] (HIVE-2676) The row count that loaded to a table may not right

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188104#comment-13188104 ] Carl Steinbach commented on HIVE-2676: -- @binlijin: Is this patch ready for review?

[jira] [Updated] (HIVE-2676) The row count that loaded to a table may not right

2012-01-17 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2676: - Fix Version/s: (was: 0.8.1) The row count that loaded to a table may not right

[jira] [Updated] (HIVE-2673) Eclipse launch configurations fail due to unsatisfied builtins JAR dependency

2012-01-17 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2673: - Fix Version/s: (was: 0.8.1) Eclipse launch configurations fail due to unsatisfied

Hive 0.8.1 RC0 on Friday

2012-01-17 Thread Carl Steinbach
Hi, I plan to start cutting release candidates for Hive 0.8.1 on Friday (1/20). The primary driver for 0.8.1 is the Apache Bigtop project which needs a Hive 0.8 release artifact by the end of the month that includes HIVE-2631 and HIVE-2629. Please email me in advance if you want to backport any

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Ashutosh Chauhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188108#comment-13188108 ] Ashutosh Chauhan commented on HIVE-2719: Looks like HIVE-2589 was not the cause of

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Ashutosh Chauhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188109#comment-13188109 ] Ashutosh Chauhan commented on HIVE-2719: Here is the permalink

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Ashutosh Chauhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188113#comment-13188113 ] Ashutosh Chauhan commented on HIVE-2719: Even

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread He Yongqiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188125#comment-13188125 ] He Yongqiang commented on HIVE-2719: I just finished a full test run against revision

multi-cluster support in hive

2012-01-17 Thread yongqiang he
Hi hive-dev, We are planning to make hive run across multiple data centers (physical clusters). We prefer to use hive metastore to provide a unified namespace. Tables/partitions can exist in more than one cluster. And one cluster is defined as a primary cluster. A primary cluster is a table level

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188134#comment-13188134 ] Carl Steinbach commented on HIVE-2719: -- @Ashutosh: Build #3 was against revision

multi-cluster support in hive

2012-01-17 Thread yongqiang he
Hi hive-dev, We are planning to make hive run across multiple data centers (physical clusters). We prefer to use hive metastore to provide a unified namespace. Tables/partitions can exist in more than one cluster. And one cluster is defined as a primary cluster. A primary cluster is a table level

[jira] [Created] (HIVE-2724) Remove unused lib/log4j-1.2.15.jar

2012-01-17 Thread Andrew Bayer (Created) (JIRA)
Remove unused lib/log4j-1.2.15.jar -- Key: HIVE-2724 URL: https://issues.apache.org/jira/browse/HIVE-2724 Project: Hive Issue Type: Bug Components: Build Infrastructure Affects Versions: 0.8.0

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

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188156#comment-13188156 ] Carl Steinbach commented on HIVE-2612: -- This is a big feature to implement. I really

[jira] [Updated] (HIVE-2724) Remove unused lib/log4j-1.2.15.jar

2012-01-17 Thread Andrew Bayer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer updated HIVE-2724: --- Attachment: HIVE-2724.diff.txt Removes lib/log4j-1.2.15.jar. Remove unused

[jira] [Updated] (HIVE-2724) Remove unused lib/log4j-1.2.15.jar

2012-01-17 Thread Andrew Bayer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer updated HIVE-2724: --- Status: Patch Available (was: Open) Remove unused lib/log4j-1.2.15.jar

[jira] [Commented] (HIVE-2724) Remove unused lib/log4j-1.2.15.jar

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188166#comment-13188166 ] Carl Steinbach commented on HIVE-2724: -- +1. Will commit if tests pass.

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

2012-01-17 Thread He Yongqiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188173#comment-13188173 ] He Yongqiang commented on HIVE-2612: yeah. sure. internally we actually had some

Re: multi-cluster support in hive

2012-01-17 Thread Carl Steinbach
Discussion on this topic has moved over to the JIRA ticket: https://issues.apache.org/jira/browse/HIVE-2612 On Tue, Jan 17, 2012 at 4:01 PM, yongqiang he heyongqiang...@gmail.comwrote: Hi hive-dev, We are planning to make hive run across multiple data centers (physical clusters). We prefer

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread He Yongqiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188180#comment-13188180 ] He Yongqiang commented on HIVE-2719: @Carl, how is the test running?

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

2012-01-17 Thread Steven Wong (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188183#comment-13188183 ] Steven Wong commented on HIVE-2612: --- Yongqiang, please clarify what you mean by option 3.

[jira] [Commented] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188186#comment-13188186 ] Carl Steinbach commented on HIVE-2719: -- Tests are still running, but I see that

[jira] [Updated] (HIVE-2612) support hive table/partitions coexistes in more than one clusters

2012-01-17 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2612: - Component/s: Metastore support hive table/partitions coexistes in more than one clusters

[jira] [Updated] (HIVE-2707) Ant's untar task can't handle symlinks

2012-01-17 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2707: -- Attachment: HIVE-2707.D1287.1.patch cwsteinbach requested code review of HIVE-2707 [jira] Ant's untar

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

2012-01-17 Thread He Yongqiang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188220#comment-13188220 ] He Yongqiang commented on HIVE-2612: yes. Your understanding is correct. db1.foo is the

Re: Hive 0.8.1 RC0 on Friday

2012-01-17 Thread yongqiang he
https://issues.apache.org/jira/browse/HIVE-2718 should be included. Thanks Yongqiang On Tue, Jan 17, 2012 at 3:00 PM, Carl Steinbach c...@cloudera.com wrote: Hi, I plan to start cutting release candidates for Hive 0.8.1 on Friday (1/20). The primary driver for 0.8.1 is the Apache Bigtop

[jira] [Updated] (HIVE-2720) Merge MetaStoreListener and HiveMetaHook interfaces

2012-01-17 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2720: -- Attachment: HIVE-2720.D1299.1.patch enis requested code review of HIVE-2720 [jira] Merge

[jira] [Updated] (HIVE-2709) Semantic Analysis failed for GroupBy query with aliase.

2012-01-17 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2709: -- Attachment: HIVE-2709.D1305.1.patch navis requested code review of HIVE-2709 [jira] Semantic Analysis

[jira] [Updated] (HIVE-2720) Merge MetaStoreListener and HiveMetaHook interfaces

2012-01-17 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2720: -- Attachment: HIVE-2720.D1299.2.patch enis updated the revision HIVE-2720 [jira] Merge MetaStoreListener

[jira] [Commented] (HIVE-2720) Merge MetaStoreListener and HiveMetaHook interfaces

2012-01-17 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188252#comment-13188252 ] Phabricator commented on HIVE-2720: --- enis has commented on the revision HIVE-2720 [jira]

[jira] [Commented] (HIVE-2720) Merge MetaStoreListener and HiveMetaHook interfaces

2012-01-17 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188253#comment-13188253 ] Phabricator commented on HIVE-2720: --- enis has added reviewers to the revision HIVE-2720

[jira] [Commented] (HIVE-2372) java.io.IOException: error=7, Argument list too long

2012-01-17 Thread Siying Dong (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188263#comment-13188263 ] Siying Dong commented on HIVE-2372: --- is there anyone still working on this?

Re: Hive 0.8.1 RC0 on Friday

2012-01-17 Thread Amareshwari Sri Ramadasu
Hi, We at Yahoo! want to roll out 0.8.1, with Hcatalog as metastore on Hadoop 23 clusters. We would want following jiras to be committed to 0.8.1 HIVE-2616 https://issues.apache.org/jira/browse/HIVE-2616 : Passing user identity from metastore client to server in non-secure mode HIVE-2629

[jira] [Updated] (HIVE-2616) Passing user identity from metastore client to server in non-secure mode

2012-01-17 Thread Amareshwari Sriramadasu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu updated HIVE-2616: -- Fix Version/s: 0.8.1 Would like to commit this to branch-0.8. Patch applies as

[jira] [Commented] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

2012-01-17 Thread Amareshwari Sriramadasu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188302#comment-13188302 ] Amareshwari Sriramadasu commented on HIVE-2629: --- bq. @Amareshwari: Are you

[jira] [Resolved] (HIVE-2719) Fix test failures caused by HIVE-2589

2012-01-17 Thread Carl Steinbach (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach resolved HIVE-2719. -- Resolution: Fixed Hadoop Flags: Reviewed Committed to trunk. Thanks Yongqiang!

[jira] [Commented] (HIVE-2616) Passing user identity from metastore client to server in non-secure mode

2012-01-17 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188313#comment-13188313 ] Carl Steinbach commented on HIVE-2616: -- +1 Passing user identity

Re: Hive 0.8.1 RC0 on Friday

2012-01-17 Thread Carl Steinbach
I'm fine with backporting all three patches as long as they're in by Friday. Amareshwari, can you handle doing the backports? Thanks. Carl On Tue, Jan 17, 2012 at 10:12 PM, Amareshwari Sri Ramadasu amar...@yahoo-inc.com wrote: Hi, We at Yahoo! want to roll out 0.8.1, with Hcatalog as

Re: Hive 0.8.1 RC0 on Friday

2012-01-17 Thread Amareshwari Sri Ramadasu
Yes. I can handle the backports. I could not figure out the problem with HIVE-2708. If I can do HIVE-2708 by Friday, we can have. Or we can have in it 0.8.2, if there is another release. Thanks Amareshwari On 1/18/12 12:47 PM, Carl Steinbach c...@cloudera.com wrote: I'm fine with backporting

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

2012-01-17 Thread Steven Wong (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188322#comment-13188322 ] Steven Wong commented on HIVE-2612: --- Won't that conflict with authorization?

Re: Hive 0.8.1 RC0 on Friday

2012-01-17 Thread Carl Steinbach
Sounds good. We can definitely do an 0.8.2 release if one is needed. Thanks. Carl On Tue, Jan 17, 2012 at 11:21 PM, Amareshwari Sri Ramadasu amar...@yahoo-inc.com wrote: Yes. I can handle the backports. I could not figure out the problem with HIVE-2708. If I can do HIVE-2708 by Friday, we