[jira] [Commented] (HIVE-3069) Drop partition problem

2012-06-01 Thread wd (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287202#comment-13287202 ] wd commented on HIVE-3069: -- Yes。 I've searched before posting, but didn't see it. Sorry for this

[jira] [Resolved] (HIVE-3069) Drop partition problem

2012-06-01 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan resolved HIVE-3069. Resolution: Duplicate Fix Version/s: 0.10.0 Drop partition problem

Re: Behavior of Hive 2837: insert into external tables should not be allowed

2012-06-01 Thread Edward Capriolo
I am a bit confused by this feature too especialyl since hive now has a lock table function. Changing existing semantics would be bad. Different storage handlers actually treat external differently as well. On 6/1/12, Mark Grover grover.markgro...@gmail.com wrote: Hi folks, I have a question

Re: Behavior of Hive 2837: insert into external tables should not be allowed

2012-06-01 Thread Edward Capriolo
Well now hive has a property hive.insert.into.external.tables which is true by default. So the default behaviour/semantics is unchange unless the switch is thrown. That is a fair compromise all be it semi confusing when there is already two other ways to prevent someone from editing the table

Re: Behavior of Hive 2837: insert into external tables should not be allowed

2012-06-01 Thread Ashutosh Chauhan
Hi Mark, I understand your concern w.r.t backward compatibility. But as Ed pointed out there is a config variable and by default semantic is unchanged so you can continue to insert into your external table. I have a question though. Why are you creating all your tables as external tables ? Why

Re: Behavior of Hive 2837: insert into external tables should not be allowed

2012-06-01 Thread Mark Grover
Thanks, Ashutosh and Ed. Historically, I didn't have much reason choose managed over external tables or vice-versa since the semantics were very similar. I chose external because it allowed me a better handle on the table metadata. For example, if a new column got added to the file, I could

[jira] [Commented] (HIVE-3057) metastore.HiveMetaStore$HMSHandler should set the thread local raw store to null in shutdown()

2012-06-01 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287487#comment-13287487 ] Travis Crawford commented on HIVE-3057: --- Looking...

[jira] [Commented] (HIVE-3057) metastore.HiveMetaStore$HMSHandler should set the thread local raw store to null in shutdown()

2012-06-01 Thread Travis Crawford (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287497#comment-13287497 ] Travis Crawford commented on HIVE-3057: --- Looking at the Jenkins test report we see

Hive-trunk-h0.21 - Build # 1460 - Still Failing

2012-06-01 Thread Apache Jenkins Server
Changes for Build #1458 Changes for Build #1459 [kevinwilfong] HIVE-3063. drop partition for non-string columns is failing (njain via kevinwilfong) [hashutosh] HIVE-3052 : TestHadoop20SAuthBridge always uses the same port (Navis via Ashutosh Chauhan) [hashutosh] HIVE-3057:

[jira] [Commented] (HIVE-3057) metastore.HiveMetaStore$HMSHandler should set the thread local raw store to null in shutdown()

2012-06-01 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287501#comment-13287501 ] Ashutosh Chauhan commented on HIVE-3057: Yeah..this one is a flaky test, which

script_broken_pipe1 test failures

2012-06-01 Thread Travis Crawford
Hey hive gurus - Jenkins recently posted to HIVE-3057 about a failed build, and looking into the issue I discovered script_broken_pipe1.q has been causing test failures for quite some time. In fact, the oldest build at https://builds.apache.org/job/Hive-trunk-h0.21/ failed due to this issue.

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

2012-06-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/34/ -- [...truncated 10118 lines...] [echo] Project: odbc [copy] Warning: https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/odbc/src/conf

not able to commit

2012-06-01 Thread Namit Jain
There seems to be some problems with my apache account. When I try to reset my password from http://people.apache.org/~joes/jira-hacked.txt And visit https://issues.apache.org/jira/secure/ForgotPassword!default.jspa, I am getting a bad page. Is anyone else running into the same issue ?

[jira] [Updated] (HIVE-3076) drop partition does not work for non-partition columns

2012-06-01 Thread Kevin Wilfong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wilfong updated HIVE-3076: Resolution: Fixed Fix Version/s: 0.10.0 Status: Resolved (was: Patch Available)

Hive List Bucketing - Feature Review

2012-06-01 Thread Gang Liu
Dear all, Please review the proposal and provide your comments: https://cwiki.apache.org/Hive/listbucketing.html Thanks Tim

[jira] [Created] (HIVE-3078) Add inputs/outputs for create table, create view and so forth

2012-06-01 Thread Shuai Ding (JIRA)
Shuai Ding created HIVE-3078: Summary: Add inputs/outputs for create table, create view and so forth Key: HIVE-3078 URL: https://issues.apache.org/jira/browse/HIVE-3078 Project: Hive Issue

[jira] [Updated] (HIVE-3066) Add the option -database DATABASE in hive cli to specify a default database to use for the cli session.

2012-06-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-3066: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287616#comment-13287616 ] Namit Jain commented on HIVE-2989: -- +1 Addressed all the comments on the wiki, and the

[jira] [Updated] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhushan Mandhani updated HIVE-2989: --- Affects Version/s: (was: 0.8.1) 0.10.0 Status: Patch

[jira] [Updated] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-2989: - Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287643#comment-13287643 ] Carl Steinbach commented on HIVE-2989: -- -1. This patch was committed two minutes after

[jira] [Created] (HIVE-3079) Revert HIVE-2989

2012-06-01 Thread Carl Steinbach (JIRA)
Carl Steinbach created HIVE-3079: Summary: Revert HIVE-2989 Key: HIVE-3079 URL: https://issues.apache.org/jira/browse/HIVE-3079 Project: Hive Issue Type: Bug Reporter: Carl

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287646#comment-13287646 ] Carl Steinbach commented on HIVE-2989: -- @Namit: I filed HIVE-3079 and assigned the

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287650#comment-13287650 ] Namit Jain commented on HIVE-2989: -- @Carl, the patch was available for a long time.

[jira] [Updated] (HIVE-3079) Revert HIVE-2989

2012-06-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-3079: - Attachment: HIVE-3079.1.patch.txt Revert HIVE-2989 Key:

Review Request: HIVE-3079. Revert HIVE-2979

2012-06-01 Thread Carl Steinbach
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5331/ --- Review request for hive and Ashutosh Chauhan. Summary --- This patch

[jira] [Assigned] (HIVE-3079) Revert HIVE-2989

2012-06-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach reassigned HIVE-3079: Assignee: Carl Steinbach (was: Namit Jain) Revert HIVE-2989

[jira] [Work started] (HIVE-3079) Revert HIVE-2989

2012-06-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-3079 started by Carl Steinbach. Revert HIVE-2989 Key: HIVE-3079 URL:

[jira] [Updated] (HIVE-3079) Revert HIVE-2989

2012-06-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-3079: - Status: Patch Available (was: In Progress) Review request: https://reviews.apache.org/r/5331/

[jira] [Reopened] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhushan Mandhani reopened HIVE-2989: Reopening for further comments if any. Adding Table Links to Hive

[jira] [Updated] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhushan Mandhani updated HIVE-2989: --- Attachment: HIVE-2989.6.patch.txt Adding Table Links to Hive --

[jira] [Updated] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhushan Mandhani updated HIVE-2989: --- Status: Patch Available (was: Reopened) Adding Table Links to Hive

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Bhushan Mandhani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287662#comment-13287662 ] Bhushan Mandhani commented on HIVE-2989: Please review promptly.

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287668#comment-13287668 ] Carl Steinbach commented on HIVE-2989: -- @Namit: Please +1 HIVE-3079. I will handle

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287682#comment-13287682 ] Edward Capriolo commented on HIVE-2989: --- Also this brings to light a rather unfair

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

2012-06-01 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287683#comment-13287683 ] Edward Capriolo commented on HIVE-2989: --- *and un reviewed for months.

[jira] [Commented] (HIVE-3079) Revert HIVE-2989

2012-06-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287727#comment-13287727 ] Namit Jain commented on HIVE-3079: -- +1 Can you run the tests ? Revert

[jira] [Commented] (HIVE-3076) drop partition does not work for non-partition columns

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

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

2012-06-01 Thread Apache Jenkins Server
Changes for Build #1458 Changes for Build #1459 [kevinwilfong] HIVE-3063. drop partition for non-string columns is failing (njain via kevinwilfong) [hashutosh] HIVE-3052 : TestHadoop20SAuthBridge always uses the same port (Navis via Ashutosh Chauhan) [hashutosh] HIVE-3057:

[jira] [Commented] (HIVE-3073) Hive List Bucketing - DML support (single column/manual load)

2012-06-01 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287757#comment-13287757 ] Gang Tim Liu commented on HIVE-3073: Hi Carl, yes, i have sent out email to dev@. thank

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-01 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287775#comment-13287775 ] Jakob Homan commented on HIVE-895: -- The problem is that the tests in ql load up the serde

[jira] [Commented] (HIVE-3079) Revert HIVE-2989

2012-06-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287778#comment-13287778 ] Carl Steinbach commented on HIVE-3079: -- Running tests. Revert

[jira] [Resolved] (HIVE-2172) Hive CLI should let you specify database on the command line

2012-06-01 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan resolved HIVE-2172. --- Resolution: Duplicate Hive CLI should let you specify database on the command line

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-01 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287794#comment-13287794 ] Ashutosh Chauhan commented on HIVE-895: --- Yup, HIVE-3035 needs to be fixed.

[jira] [Updated] (HIVE-3008) Memory leak in TUGIContainingTransport

2012-06-01 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-3008: --- Status: Patch Available (was: Open) Ready for review. Memory leak in

[jira] [Commented] (HIVE-3074) Create a new API which gets a new empty partition object.

2012-06-01 Thread Nadeem Moidu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287812#comment-13287812 ] Nadeem Moidu commented on HIVE-3074: https://reviews.facebook.net/D3477

[jira] [Updated] (HIVE-3074) Create a new API which gets a new empty partition object.

2012-06-01 Thread Nadeem Moidu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nadeem Moidu updated HIVE-3074: --- Assignee: Nadeem Moidu Status: Patch Available (was: Open) Create a new API which gets a

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-01 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287818#comment-13287818 ] Jakob Homan commented on HIVE-895: -- Yeah, that should get fixed, but the bigger problem is

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-06-01 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-895: - Attachment: hive-895.patch.1.txt avro_sanity_test.q had a different comment i patched it for you

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-01 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287834#comment-13287834 ] Edward Capriolo commented on HIVE-895: -- +1 committed. Thank you Jakob. nice

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-06-01 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-895: - Affects Version/s: 0.9.0 Fix Version/s: 0.10.0 Add SerDe for Avro serialized data

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-06-01 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-895: - Resolution: Fixed Fix Version/s: (was: 0.10.0) 0.9.1

[jira] [Assigned] (HIVE-3035) Modify clean target to remove ~/.ivy2/local/org.apache.hive ~/.ivy2/cache/org.apache.hive

2012-06-01 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo reassigned HIVE-3035: - Assignee: Edward Capriolo Modify clean target to remove

[jira] [Commented] (HIVE-3074) Create a new API which gets a new empty partition object.

2012-06-01 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287836#comment-13287836 ] Edward Capriolo commented on HIVE-3074: --- Q. Why would one want an empty partition?

[jira] [Commented] (HIVE-3066) Add the option -database DATABASE in hive cli to specify a default database to use for the cli session.

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

[jira] [Commented] (HIVE-2989) Adding Table Links to Hive

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

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

2012-06-01 Thread Apache Jenkins Server
Changes for Build #1462 [namit] HIVE-2989 Adding Table Links to Hive (Bhushan Mandhani via namit) [namit] HIVE-3066 Add the option -database DATABASE in hive cli to specify a default database to use for the cli session. (herman via namit) 1 tests failed. REGRESSION: