[jira] Updated: (HIVE-1712) Migrating metadata from derby to mysql thrown NullPointerException

2010-11-08 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell updated HIVE-1712: --- Attachment: hive-1712_rebase.patch rebase of patch against trunk r1032602 > Migrating metadata from d

[jira] Updated: (HIVE-1712) Migrating metadata from derby to mysql thrown NullPointerException

2010-11-08 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell updated HIVE-1712: --- Status: Patch Available (was: Open) Patch rebased against trunk r1032602 > Migrating metadata from d

[jira] Commented: (HIVE-1526) Hive should depend on a release version of Thrift

2010-11-08 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929632#action_12929632 ] Pradeep Kamath commented on HIVE-1526: -- Hi Carl - just wondering if you have had a chan

[jira] Commented: (HIVE-1497) support COMMENT clause on CREATE INDEX, and add new commands for SHOW/DESCRIBE indexes

2010-11-08 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929659#action_12929659 ] He Yongqiang commented on HIVE-1497: +/*if (!tbl.isIndexed()) { + console.print

[jira] Updated: (HIVE-1497) support COMMENT clause on CREATE INDEX, and add new commands for SHOW/DESCRIBE indexes

2010-11-08 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-1497: --- Status: Open (was: Patch Available) > support COMMENT clause on CREATE INDEX, and add new commands fo

Hudson build is back to normal : Hive-trunk-h0.20 #416

2010-11-08 Thread Apache Hudson Server
See

[jira] Commented: (HIVE-1497) support COMMENT clause on CREATE INDEX, and add new commands for SHOW/DESCRIBE indexes

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929674#action_12929674 ] John Sichi commented on HIVE-1497: -- Right, we decided to do more details for a single index

retirement of org.apache.hadoop.security.UnixUserGroupInformation in new version of hadoop

2010-11-08 Thread Jinsong Hu
Hi, There: I was trying to compile trunk version of hive with cloudera cdh3b3 distribution and noticed that in org.apache.hadoop.hive.ql Driver.java was using: org.apache.hadoop.security.UnixUserGroupInformation; However, in the cdh3b3 version of hadoop, this class is gone, so Driver.java do

[jira] Commented: (HIVE-1497) support COMMENT clause on CREATE INDEX, and add new commands for SHOW/DESCRIBE indexes

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929742#action_12929742 ] John Sichi commented on HIVE-1497: -- Regarding the output format, none of the other SHOW com

[jira] Commented: (HIVE-1497) support COMMENT clause on CREATE INDEX, and add new commands for SHOW/DESCRIBE indexes

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929763#action_12929763 ] John Sichi commented on HIVE-1497: -- Oops, the followup already exists (HIVE-1764). I'll ed

[jira] Updated: (HIVE-1497) support COMMENT clause on CREATE INDEX, and add new command for SHOW INDEXES

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi updated HIVE-1497: - Summary: support COMMENT clause on CREATE INDEX, and add new command for SHOW INDEXES (was: support COMME

[jira] Created: (HIVE-1776) parallel execution and auto-local mode combine to place plan file in wrong file system

2010-11-08 Thread Joydeep Sen Sarma (JIRA)
parallel execution and auto-local mode combine to place plan file in wrong file system -- Key: HIVE-1776 URL: https://issues.apache.org/jira/browse/HIVE-1776 Project:

[jira] Updated: (HIVE-1746) Support for using ALTER to set IDXPROPERTIES

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi updated HIVE-1746: - Component/s: Indexing Affects Version/s: 0.7.0 Fix Version/s: 0.7.0 > Support for using

[jira] Updated: (HIVE-1501) when generating reentrant INSERT for index rebuild, quote identifiers using backticks

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi updated HIVE-1501: - Status: Open (was: Patch Available) Whitespace nitpicks: * MetaStoreUtils.java no longer has any changes

[jira] Commented: (HIVE-1501) when generating reentrant INSERT for index rebuild, quote identifiers using backticks

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929766#action_12929766 ] John Sichi commented on HIVE-1501: -- * HiveUtils.getUnparsedColumnNamesFromFieldSchema has a

[jira] Commented: (HIVE-1501) when generating reentrant INSERT for index rebuild, quote identifiers using backticks

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929769#action_12929769 ] John Sichi commented on HIVE-1501: -- (Other than those, this one should be ready to go.) >

[jira] Commented: (HIVE-1526) Hive should depend on a release version of Thrift

2010-11-08 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929777#action_12929777 ] Carl Steinbach commented on HIVE-1526: -- @Pradeep: working on it now :) > Hive should d

[jira] Updated: (HIVE-1746) Support for using ALTER to set IDXPROPERTIES

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi updated HIVE-1746: - Status: Open (was: Patch Available) In DDLTask: * Eliminate System.out.println calls * Instead of duplic

Re: retirement of org.apache.hadoop.security.UnixUserGroupInformation in new version of hadoop

2010-11-08 Thread Vinithra Varadharajan
Hi Jimmy, cdh3b3 Hadoop includes the patches written by Yahoo! to introduce authentication based on Kerberos. These patches include removal of UnixUserGroupInformation. cdh3b3's Hive release includes patches to Driver.java to not use UnixUserGroupInformation and instead make calls to a shim layer

Re: retirement of org.apache.hadoop.security.UnixUserGroupInformation in new version of hadoop

2010-11-08 Thread Jinsong Hu
I am very interested in hive_hbase-handler in 0.6 version of hive. I have compiled the hive trunk's hive_hbase-handler and got it working with cdh3b2's hbase after some minor code change. However, in my testing, I found that cdh3b2's hbase is not stable enough. I tested cdh3b3's hbase and I f

[jira] Created: (HIVE-1777) Outdated comments for GenericUDTF.close()

2010-11-08 Thread Paul Yang (JIRA)
Outdated comments for GenericUDTF.close() - Key: HIVE-1777 URL: https://issues.apache.org/jira/browse/HIVE-1777 Project: Hive Issue Type: Bug Affects Versions: 0.7.0 Reporter: Paul Yang

[jira] Updated: (HIVE-1777) Outdated comments for GenericUDTF.close()

2010-11-08 Thread Paul Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Yang updated HIVE-1777: Status: Patch Available (was: Open) > Outdated comments for GenericUDTF.close() > -

[jira] Updated: (HIVE-1777) Outdated comments for GenericUDTF.close()

2010-11-08 Thread Paul Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Yang updated HIVE-1777: Attachment: HIVE-1777.1.patch > Outdated comments for GenericUDTF.close() >

[jira] Updated: (HIVE-1777) Outdated comments for GenericUDTF.close()

2010-11-08 Thread Paul Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Yang updated HIVE-1777: Attachment: (was: HIVE-1777.1.patch) > Outdated comments for GenericUDTF.close() > -

[jira] Updated: (HIVE-1777) Outdated comments for GenericUDTF.close()

2010-11-08 Thread Paul Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Yang updated HIVE-1777: Attachment: HIVE-1777.1.patch > Outdated comments for GenericUDTF.close() >

[jira] Updated: (HIVE-1777) Outdated comments for GenericUDTF.close()

2010-11-08 Thread Paul Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Yang updated HIVE-1777: Component/s: Query Processor > Outdated comments for GenericUDTF.close() > -

Re: retirement of org.apache.hadoop.security.UnixUserGroupInformation in new version of hadoop

2010-11-08 Thread Vinithra Varadharajan
Jimmy, The patch that you need to make hive compile with Hadoop 0.20S is HIVE-1264, which has been committed to Hive trunk. Is your Hive repo up to date? If you'd like to apply patches of cdh3b3 Hive to Hive trunk, you can find them in cdh3b3's hive tarball in hive-0.5.0+32/src/cloudera/patches.

[jira] Created: (HIVE-1778) simultaneously launched queries collide on hive intermediate directories

2010-11-08 Thread Joydeep Sen Sarma (JIRA)
simultaneously launched queries collide on hive intermediate directories Key: HIVE-1778 URL: https://issues.apache.org/jira/browse/HIVE-1778 Project: Hive Issue Type: B

[jira] Updated: (HIVE-1771) ROUND(infinity) chokes

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi updated HIVE-1771: - Attachment: HIVE-1771.1.patch This patch fixes the two-arg version, but leaves the one-arg version as is.

[jira] Updated: (HIVE-1771) ROUND(infinity) chokes

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi updated HIVE-1771: - Status: Patch Available (was: Open) > ROUND(infinity) chokes > -- > >

[jira] Updated: (HIVE-1743) Group-by to determine equals of Keys in reverse order

2010-11-08 Thread Siying Dong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siying Dong updated HIVE-1743: -- Attachment: HIVE-1743.1.patch Use revers order to compare list of keys. Also a couple of minor bugs in

[jira] Updated: (HIVE-1754) Remove JDBM component from Map Join

2010-11-08 Thread Liyin Tang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liyin Tang updated HIVE-1754: - Attachment: Hive-1754_3.patch Fix a bug when join value is null Also fix the hive-1775 > Remove JDBM comp

[jira] Commented: (HIVE-1775) Assertation on inputObjInspectors.length in Groupy operator

2010-11-08 Thread Liyin Tang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929869#action_12929869 ] Liyin Tang commented on HIVE-1775: -- resolved in patch hive-1754 > Assertation on inputObjI

Review Request: HIVE-1771: ROUND(infinity) chokes

2010-11-08 Thread John Sichi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53/ --- Review request for hive. Summary --- Review request from jvs. Diffs -

[jira] Commented: (HIVE-1771) ROUND(infinity) chokes

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929887#action_12929887 ] John Sichi commented on HIVE-1771: -- https://reviews.apache.org/r/53/diff/#index_header > R

[ANNOUNCE] New Hive Committer - Amareshwari Sriramadasu

2010-11-08 Thread Namit Jain
Hi Folks, The Hive PMC has passed the vote to make Amareshwari Sriramadasu a new committer on the Apache Hive project. Following is a list of the contributions that Amareshwari has made to the project: http://bit.ly/c3z0ty Congratulations Amareshwari. Please send over your CLA to Apache. Than

[jira] Commented: (HIVE-78) Authorization infrastructure for Hive

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929888#action_12929888 ] John Sichi commented on HIVE-78: https://reviews.apache.org/r/55/diff/#index_header > Authori

Review Request: HIVE-78: Authorization infrastructure for Hive

2010-11-08 Thread John Sichi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55/ --- Review request for hive. Summary --- Review for patch without generated thrif

[jira] Commented: (HIVE-78) Authorization infrastructure for Hive

2010-11-08 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929896#action_12929896 ] John Sichi commented on HIVE-78: It looks like HIVE-78.1.nothrift.patch still has a bunch of t

Re: Review Request: HIVE-1771: ROUND(infinity) chokes

2010-11-08 Thread John Sichi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53/ --- (Updated 2010-11-08 18:36:25.984539) Review request for hive. Summary --- R

[jira] Commented: (HIVE-1538) FilterOperator is applied twice with ppd on.

2010-11-08 Thread Amareshwari Sriramadasu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929976#action_12929976 ] Amareshwari Sriramadasu commented on HIVE-1538: --- There are a couple of issues