[jira] [Created] (HIVE-3611) Hive JDBC doesn't support BINARY column

2012-10-24 Thread Viji (JIRA)
Viji created HIVE-3611:
--

 Summary: Hive JDBC doesn't support BINARY column
 Key: HIVE-3611
 URL: https://issues.apache.org/jira/browse/HIVE-3611
 Project: Hive
  Issue Type: Improvement
  Components: JDBC
Affects Versions: 0.9.0
Reporter: Viji


Similar to HIVE-2957, the JDBC HiveDriver should also support BINARY type 
columns.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3563) Drop database cascade fails when there are indexes on any tables

2012-10-24 Thread Prasad Mujumdar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasad Mujumdar updated HIVE-3563:
--

Attachment: (was: HIVE-3563-1.patch)

 Drop database cascade fails when there are indexes on any tables
 

 Key: HIVE-3563
 URL: https://issues.apache.org/jira/browse/HIVE-3563
 Project: Hive
  Issue Type: Bug
  Components: Indexing, Metastore
Affects Versions: 0.9.0
Reporter: Prasad Mujumdar
Assignee: Prasad Mujumdar
 Attachments: HIVE-3563-3.patch


 Drop database cascade fails if any of the table has index. 
 create database db2;
 use db2;
 create table tab1 (id int, name string);
 create index idx1 on table tab1(id) as  'COMPACT' with DEFERRED REBUILD;
 drop database db2 cascade;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3563) Drop database cascade fails when there are indexes on any tables

2012-10-24 Thread Prasad Mujumdar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasad Mujumdar updated HIVE-3563:
--

Attachment: HIVE-3563-3.patch

 Drop database cascade fails when there are indexes on any tables
 

 Key: HIVE-3563
 URL: https://issues.apache.org/jira/browse/HIVE-3563
 Project: Hive
  Issue Type: Bug
  Components: Indexing, Metastore
Affects Versions: 0.9.0
Reporter: Prasad Mujumdar
Assignee: Prasad Mujumdar
 Attachments: HIVE-3563-3.patch


 Drop database cascade fails if any of the table has index. 
 create database db2;
 use db2;
 create table tab1 (id int, name string);
 create index idx1 on table tab1(id) as  'COMPACT' with DEFERRED REBUILD;
 drop database db2 cascade;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3563) Drop database cascade fails when there are indexes on any tables

2012-10-24 Thread Prasad Mujumdar (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483327#comment-13483327
 ] 

Prasad Mujumdar commented on HIVE-3563:
---

Attached the latest patch 

 Drop database cascade fails when there are indexes on any tables
 

 Key: HIVE-3563
 URL: https://issues.apache.org/jira/browse/HIVE-3563
 Project: Hive
  Issue Type: Bug
  Components: Indexing, Metastore
Affects Versions: 0.9.0
Reporter: Prasad Mujumdar
Assignee: Prasad Mujumdar
 Attachments: HIVE-3563-3.patch


 Drop database cascade fails if any of the table has index. 
 create database db2;
 use db2;
 create table tab1 (id int, name string);
 create index idx1 on table tab1(id) as  'COMPACT' with DEFERRED REBUILD;
 drop database db2 cascade;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3563) Drop database cascade fails when there are indexes on any tables

2012-10-24 Thread Prasad Mujumdar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasad Mujumdar updated HIVE-3563:
--

Attachment: (was: HIVE-3563-2.patch)

 Drop database cascade fails when there are indexes on any tables
 

 Key: HIVE-3563
 URL: https://issues.apache.org/jira/browse/HIVE-3563
 Project: Hive
  Issue Type: Bug
  Components: Indexing, Metastore
Affects Versions: 0.9.0
Reporter: Prasad Mujumdar
Assignee: Prasad Mujumdar
 Attachments: HIVE-3563-3.patch


 Drop database cascade fails if any of the table has index. 
 create database db2;
 use db2;
 create table tab1 (id int, name string);
 create index idx1 on table tab1(id) as  'COMPACT' with DEFERRED REBUILD;
 drop database db2 cascade;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2012-10-24 Thread Apache Jenkins Server
Changes for Build #1747

Changes for Build #1748
[namit] HIVE-3544 union involving double column with a map join subquery will 
fail or give wrong results
(Kevin Wilfong via namit)

[cws] HIVE-3590. TCP KeepAlive and connection timeout for the HiveServer 
(Esteban Gutierrez via cws)


Changes for Build #1749

Changes for Build #1750
[ecapriolo] HIVE-3599 missing return of compression codec to pool (Owen 
O'Malley via egc)


Changes for Build #1751

Changes for Build #1752

Changes for Build #1753

Changes for Build #1754



No tests ran.

The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1754)

Status: Still Failing

Check console output at https://builds.apache.org/job/Hive-trunk-h0.21/1754/ to 
view the results.

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

2012-10-24 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/

--
[...truncated 10606 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
 does not exist.

ivy-resolve-test:
 [echo] Project: odbc

ivy-retrieve-test:
 [echo] Project: odbc

compile-test:
 [echo] Project: odbc

create-dirs:
 [echo] Project: serde
 [copy] Warning: 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/serde/src/test/resources
 does not exist.

init:
 [echo] Project: serde

ivy-init-settings:
 [echo] Project: serde

ivy-resolve:
 [echo] Project: serde
[ivy:resolve] :: loading settings :: file = 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/ivy/ivysettings.xml
[ivy:report] Processing 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/artifact/hive/build/ivy/resolution-cache/org.apache.hive-hive-serde-default.xml
 to 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/artifact/hive/build/ivy/report/org.apache.hive-hive-serde-default.html

ivy-retrieve:
 [echo] Project: serde

dynamic-serde:

compile:
 [echo] Project: serde

ivy-resolve-test:
 [echo] Project: serde

ivy-retrieve-test:
 [echo] Project: serde

compile-test:
 [echo] Project: serde
[javac] Compiling 26 source files to 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/artifact/hive/build/serde/test/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

create-dirs:
 [echo] Project: service
 [copy] Warning: 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/service/src/test/resources
 does not exist.

init:
 [echo] Project: service

ivy-init-settings:
 [echo] Project: service

ivy-resolve:
 [echo] Project: service
[ivy:resolve] :: loading settings :: file = 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/ivy/ivysettings.xml
[ivy:report] Processing 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/artifact/hive/build/ivy/resolution-cache/org.apache.hive-hive-service-default.xml
 to 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/artifact/hive/build/ivy/report/org.apache.hive-hive-service-default.html

ivy-retrieve:
 [echo] Project: service

compile:
 [echo] Project: service

ivy-resolve-test:
 [echo] Project: service

ivy-retrieve-test:
 [echo] Project: service

compile-test:
 [echo] Project: service
[javac] Compiling 2 source files to 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/artifact/hive/build/service/test/classes

test:
 [echo] Project: hive

test-shims:
 [echo] Project: hive

test-conditions:
 [echo] Project: shims

gen-test:
 [echo] Project: shims

create-dirs:
 [echo] Project: shims
 [copy] Warning: 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/shims/src/test/resources
 does not exist.

init:
 [echo] Project: shims

ivy-init-settings:
 [echo] Project: shims

ivy-resolve:
 [echo] Project: shims
[ivy:resolve] :: loading settings :: file = 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/ivy/ivysettings.xml
[ivy:report] Processing 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/artifact/hive/build/ivy/resolution-cache/org.apache.hive-hive-shims-default.xml
 to 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/artifact/hive/build/ivy/report/org.apache.hive-hive-shims-default.html

ivy-retrieve:
 [echo] Project: shims

compile:
 [echo] Project: shims
 [echo] Building shims 0.20

build_shims:
 [echo] Project: shims
 [echo] Compiling 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/shims/src/common/java;/home/jenkins/jenkins-slave/workspace/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/hive/shims/src/0.20/java
 against hadoop 0.20.2 
(https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/177/artifact/hive/build/hadoopcore/hadoop-0.20.2)

ivy-init-settings:
 [echo] Project: shims

ivy-resolve-hadoop-shim:
 [echo] Project: shims
[ivy:resolve] :: loading settings :: file = 
https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/ivy/ivysettings.xml

ivy-retrieve-hadoop-shim:
 [echo] Project: shims
 [echo] Building shims 0.20S

build_shims:
 [echo] Project: shims
 [echo] Compiling 

[jira] [Updated] (HIVE-3152) Disallow certain character patterns in partition names

2012-10-24 Thread Kevin Wilfong (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Wilfong updated HIVE-3152:


   Resolution: Fixed
Fix Version/s: 0.10.0
   Status: Resolved  (was: Patch Available)

Committed. Thanks Ivan.

 Disallow certain character patterns in partition names
 --

 Key: HIVE-3152
 URL: https://issues.apache.org/jira/browse/HIVE-3152
 Project: Hive
  Issue Type: New Feature
  Components: Metastore
Reporter: Andrew Poland
Assignee: Ivan Gorbachev
Priority: Minor
  Labels: api-addition, configuration-addition
 Fix For: 0.10.0

 Attachments: jira-3152.0.patch, jira-3152.1.patch, jira-3152.2.patch


 New event listener to allow metastore to reject a partition name if it 
 contains undesired character patterns such as unicode and commas.
 Match pattern is implemented as a regular expression
 Modifies append_partition to call a new MetaStorePreventListener 
 implementation, PreAppendPartitionEvent.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3152) Disallow certain character patterns in partition names

2012-10-24 Thread Kevin Wilfong (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Wilfong updated HIVE-3152:


Affects Version/s: 0.10.0

 Disallow certain character patterns in partition names
 --

 Key: HIVE-3152
 URL: https://issues.apache.org/jira/browse/HIVE-3152
 Project: Hive
  Issue Type: New Feature
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Andrew Poland
Assignee: Ivan Gorbachev
Priority: Minor
  Labels: api-addition, configuration-addition
 Fix For: 0.10.0

 Attachments: jira-3152.0.patch, jira-3152.1.patch, jira-3152.2.patch


 New event listener to allow metastore to reject a partition name if it 
 contains undesired character patterns such as unicode and commas.
 Match pattern is implemented as a regular expression
 Modifies append_partition to call a new MetaStorePreventListener 
 implementation, PreAppendPartitionEvent.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HIVE-3612) RetryingHMSHandler should retry on MetaExceptions if the cause was a JDOException

2012-10-24 Thread Kevin Wilfong (JIRA)
Kevin Wilfong created HIVE-3612:
---

 Summary: RetryingHMSHandler should retry on MetaExceptions if the 
cause was a JDOException
 Key: HIVE-3612
 URL: https://issues.apache.org/jira/browse/HIVE-3612
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong


The RetryingHMSHandler would be much more effective if it retried on 
MetaExceptions wrapped around JDOExceptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3433) Implement CUBE and ROLLUP operators in Hive

2012-10-24 Thread Kevin Wilfong (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483479#comment-13483479
 ] 

Kevin Wilfong commented on HIVE-3433:
-

+1 Looks good.

 Implement CUBE and ROLLUP operators in Hive
 ---

 Key: HIVE-3433
 URL: https://issues.apache.org/jira/browse/HIVE-3433
 Project: Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Sambavi Muthukrishnan
Assignee: Namit Jain
 Attachments: hive.3433.1.patch, hive.3433.2.patch, hive.3433.3.patch, 
 hive-3433.4.patch, hive-3433.5.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3524) Storing certain Exception objects thrown in HiveMetaStore.java in MetaStoreEndFunctionContext

2012-10-24 Thread Kevin Wilfong (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Wilfong updated HIVE-3524:


Status: Open  (was: Patch Available)

 Storing certain Exception objects thrown in HiveMetaStore.java in 
 MetaStoreEndFunctionContext
 -

 Key: HIVE-3524
 URL: https://issues.apache.org/jira/browse/HIVE-3524
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Maheshwaran Srinivasan
Assignee: Maheshwaran Srinivasan
Priority: Minor
 Fix For: 0.10.0

   Original Estimate: 168h
  Remaining Estimate: 168h

 Idea is to store exception objects thrown in the scope of the public 
 functions of HiveMetaStore.java. Exception objects will be stored in 
 MetaStoreEndFunctionContext. These could then be optionally processed to 
 gather interesting statistics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3524) Storing certain Exception objects thrown in HiveMetaStore.java in MetaStoreEndFunctionContext

2012-10-24 Thread Kevin Wilfong (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483481#comment-13483481
 ] 

Kevin Wilfong commented on HIVE-3524:
-

[~mahesh25] Could you update the diff (run svn up/git rebase) and resolve 
conflicts.  Also, can you attach the patch to the JIRA.

 Storing certain Exception objects thrown in HiveMetaStore.java in 
 MetaStoreEndFunctionContext
 -

 Key: HIVE-3524
 URL: https://issues.apache.org/jira/browse/HIVE-3524
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Maheshwaran Srinivasan
Assignee: Maheshwaran Srinivasan
Priority: Minor
 Fix For: 0.10.0

   Original Estimate: 168h
  Remaining Estimate: 168h

 Idea is to store exception objects thrown in the scope of the public 
 functions of HiveMetaStore.java. Exception objects will be stored in 
 MetaStoreEndFunctionContext. These could then be optionally processed to 
 gather interesting statistics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (HIVE-3612) RetryingHMSHandler should retry on MetaExceptions if the cause was a JDOException

2012-10-24 Thread Kevin Wilfong (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Wilfong reassigned HIVE-3612:
---

Assignee: Jean Xu  (was: Kevin Wilfong)

 RetryingHMSHandler should retry on MetaExceptions if the cause was a 
 JDOException
 -

 Key: HIVE-3612
 URL: https://issues.apache.org/jira/browse/HIVE-3612
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Kevin Wilfong
Assignee: Jean Xu

 The RetryingHMSHandler would be much more effective if it retried on 
 MetaExceptions wrapped around JDOExceptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3554) Hive List Bucketing - Query logic

2012-10-24 Thread Gang Tim Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gang Tim Liu updated HIVE-3554:
---

Attachment: HIVE-3554.patch.7

 Hive List Bucketing - Query logic
 -

 Key: HIVE-3554
 URL: https://issues.apache.org/jira/browse/HIVE-3554
 Project: Hive
  Issue Type: New Feature
Reporter: Gang Tim Liu
Assignee: Gang Tim Liu
 Attachments: HIVE-3554.patch.1, HIVE-3554.patch.2, HIVE-3554.patch.3, 
 HIVE-3554.patch.4, HIVE-3554.patch.5, HIVE-3554.patch.7


 This is part of efforts for list bucketing feature: 
 https://cwiki.apache.org/Hive/listbucketing.html
 This patch includes:
 1. Query logic: hive chooses right sub-directory instead of partition 
 directory.
 2. alter table grammar which is required to support query logic
 This patch doesn't include list bucketing DML. Main reasons:
 1. risk. w/o DML, this patch won't impact any existing hive regression 
 features since no touch on any data manipulation so that very low risk.
 2. manageability. w/ DML, patch is getting bigger and hard to review. 
 Removing DML, it's easy to review.
 We still disable hive feature by default since DML is not in yet.
 DML will be in follow-up patch. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3524) Storing certain Exception objects thrown in HiveMetaStore.java in MetaStoreEndFunctionContext

2012-10-24 Thread Maheshwaran Srinivasan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maheshwaran Srinivasan updated HIVE-3524:
-

Attachment: HIVE-3524.1.patch.txt

Please review the code at:
https://reviews.facebook.net/D5937

 Storing certain Exception objects thrown in HiveMetaStore.java in 
 MetaStoreEndFunctionContext
 -

 Key: HIVE-3524
 URL: https://issues.apache.org/jira/browse/HIVE-3524
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Maheshwaran Srinivasan
Assignee: Maheshwaran Srinivasan
Priority: Minor
 Fix For: 0.10.0

 Attachments: HIVE-3524.1.patch.txt

   Original Estimate: 168h
  Remaining Estimate: 168h

 Idea is to store exception objects thrown in the scope of the public 
 functions of HiveMetaStore.java. Exception objects will be stored in 
 MetaStoreEndFunctionContext. These could then be optionally processed to 
 gather interesting statistics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3433) Implement CUBE and ROLLUP operators in Hive

2012-10-24 Thread Ivan Gorbachev (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Gorbachev updated HIVE-3433:
-

Attachment: hive-3433.6.patch

 Implement CUBE and ROLLUP operators in Hive
 ---

 Key: HIVE-3433
 URL: https://issues.apache.org/jira/browse/HIVE-3433
 Project: Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Sambavi Muthukrishnan
Assignee: Namit Jain
 Attachments: hive.3433.1.patch, hive.3433.2.patch, hive.3433.3.patch, 
 hive-3433.4.patch, hive-3433.5.patch, hive-3433.6.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3612) RetryingHMSHandler should retry on MetaExceptions if the cause was a JDOException

2012-10-24 Thread Jean Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean Xu updated HIVE-3612:
--

Release Note: https://reviews.facebook.net/D6171
  Status: Patch Available  (was: Open)

https://reviews.facebook.net/D6171

 RetryingHMSHandler should retry on MetaExceptions if the cause was a 
 JDOException
 -

 Key: HIVE-3612
 URL: https://issues.apache.org/jira/browse/HIVE-3612
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Kevin Wilfong
Assignee: Jean Xu

 The RetryingHMSHandler would be much more effective if it retried on 
 MetaExceptions wrapped around JDOExceptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3471) Implement grouping sets in hive

2012-10-24 Thread Ivan Gorbachev (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Gorbachev updated HIVE-3471:
-

Summary: Implement grouping sets in hive  (was: Implement grouping 
sets/grouping_id in hive)

 Implement grouping sets in hive
 ---

 Key: HIVE-3471
 URL: https://issues.apache.org/jira/browse/HIVE-3471
 Project: Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Namit Jain
Assignee: Ivan Gorbachev



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HIVE-3613) Implement grouping_id function

2012-10-24 Thread Ivan Gorbachev (JIRA)
Ivan Gorbachev created HIVE-3613:


 Summary: Implement grouping_id function
 Key: HIVE-3613
 URL: https://issues.apache.org/jira/browse/HIVE-3613
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Reporter: Ivan Gorbachev
Assignee: Ivan Gorbachev




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3613) Implement grouping_id function

2012-10-24 Thread Ivan Gorbachev (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483654#comment-13483654
 ] 

Ivan Gorbachev commented on HIVE-3613:
--

https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation,+Cube,+Grouping+and+Rollup

 Implement grouping_id function
 --

 Key: HIVE-3613
 URL: https://issues.apache.org/jira/browse/HIVE-3613
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Reporter: Ivan Gorbachev
Assignee: Ivan Gorbachev



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Jenkins build is back to normal : Hive-0.9.1-SNAPSHOT-h0.21 #177

2012-10-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21/177/



[jira] [Commented] (HIVE-3524) Storing certain Exception objects thrown in HiveMetaStore.java in MetaStoreEndFunctionContext

2012-10-24 Thread Kevin Wilfong (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483667#comment-13483667
 ] 

Kevin Wilfong commented on HIVE-3524:
-

I still can't apply the patch, can you update it and repost?

 Storing certain Exception objects thrown in HiveMetaStore.java in 
 MetaStoreEndFunctionContext
 -

 Key: HIVE-3524
 URL: https://issues.apache.org/jira/browse/HIVE-3524
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Maheshwaran Srinivasan
Assignee: Maheshwaran Srinivasan
Priority: Minor
 Fix For: 0.10.0

 Attachments: HIVE-3524.1.patch.txt

   Original Estimate: 168h
  Remaining Estimate: 168h

 Idea is to store exception objects thrown in the scope of the public 
 functions of HiveMetaStore.java. Exception objects will be stored in 
 MetaStoreEndFunctionContext. These could then be optionally processed to 
 gather interesting statistics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3524) Storing certain Exception objects thrown in HiveMetaStore.java in MetaStoreEndFunctionContext

2012-10-24 Thread Kevin Wilfong (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483668#comment-13483668
 ] 

Kevin Wilfong commented on HIVE-3524:
-

Hit the Submit Patch button when you are ready for it to be reviewed.

 Storing certain Exception objects thrown in HiveMetaStore.java in 
 MetaStoreEndFunctionContext
 -

 Key: HIVE-3524
 URL: https://issues.apache.org/jira/browse/HIVE-3524
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Maheshwaran Srinivasan
Assignee: Maheshwaran Srinivasan
Priority: Minor
 Fix For: 0.10.0

 Attachments: HIVE-3524.1.patch.txt

   Original Estimate: 168h
  Remaining Estimate: 168h

 Idea is to store exception objects thrown in the scope of the public 
 functions of HiveMetaStore.java. Exception objects will be stored in 
 MetaStoreEndFunctionContext. These could then be optionally processed to 
 gather interesting statistics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3152) Disallow certain character patterns in partition names

2012-10-24 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483754#comment-13483754
 ] 

Hudson commented on HIVE-3152:
--

Integrated in Hive-trunk-h0.21 #1755 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1755/])
HIVE-3152. Disallow certain character patterns in partition names. (Ivan 
Gorbachev via kevinwilfong) (Revision 1401784)

 Result = FAILURE
kevinwilfong : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1401784
Files : 
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* /hive/trunk/conf/hive-default.xml.template
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreEventListener.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/PartitionNameWhitelistPreEventListener.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/AddPartitionEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/AlterPartitionEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/AlterTableEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/CreateDatabaseEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/CreateTableEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/DropDatabaseEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/DropPartitionEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/DropTableEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/ListenerEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/LoadPartitionDoneEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/PreCreateTableEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/PreDropDatabaseEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/PreDropTableEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/PreEventContext.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/PreLoadPartitionDoneEvent.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/DummyListener.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMetaStoreEventListener.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestPartitionNameWhitelistPreEventHook.java
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/MetaDataExportListener.java
* /hive/trunk/ql/src/test/queries/clientnegative/add_partition_with_whitelist.q
* 
/hive/trunk/ql/src/test/queries/clientnegative/dynamic_partitions_with_whitelist.q
* /hive/trunk/ql/src/test/queries/clientpositive/add_partition_no_whitelist.q
* /hive/trunk/ql/src/test/queries/clientpositive/add_partition_with_whitelist.q
* 
/hive/trunk/ql/src/test/results/clientnegative/add_partition_with_whitelist.q.out
* 
/hive/trunk/ql/src/test/results/clientnegative/dynamic_partitions_with_whitelist.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/add_partition_no_whitelist.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/add_partition_with_whitelist.q.out


 Disallow certain character patterns in partition names
 --

 Key: HIVE-3152
 URL: https://issues.apache.org/jira/browse/HIVE-3152
 Project: Hive
  Issue Type: New Feature
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Andrew Poland
Assignee: Ivan Gorbachev
Priority: Minor
  Labels: api-addition, configuration-addition
 Fix For: 0.10.0

 Attachments: jira-3152.0.patch, jira-3152.1.patch, jira-3152.2.patch


 New event listener to allow metastore to reject a partition name if it 
 contains undesired character patterns such as unicode and commas.
 Match pattern is implemented as a regular expression
 Modifies append_partition to call a new MetaStorePreventListener 
 implementation, PreAppendPartitionEvent.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2012-10-24 Thread Apache Jenkins Server
Changes for Build #1747

Changes for Build #1748
[namit] HIVE-3544 union involving double column with a map join subquery will 
fail or give wrong results
(Kevin Wilfong via namit)

[cws] HIVE-3590. TCP KeepAlive and connection timeout for the HiveServer 
(Esteban Gutierrez via cws)


Changes for Build #1749

Changes for Build #1750
[ecapriolo] HIVE-3599 missing return of compression codec to pool (Owen 
O'Malley via egc)


Changes for Build #1751

Changes for Build #1752

Changes for Build #1753

Changes for Build #1754

Changes for Build #1755
[kevinwilfong] HIVE-3152. Disallow certain character patterns in partition 
names. (Ivan Gorbachev via kevinwilfong)




7 tests failed.
REGRESSION:  
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_stats_aggregator_error_1

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.
at 
net.sf.antcontrib.logic.ForTask.doSequentialIteration(ForTask.java:259)
at net.sf.antcontrib.logic.ForTask.doToken(ForTask.java:268)
at net.sf.antcontrib.logic.ForTask.doTheTasks(ForTask.java:324)
at net.sf.antcontrib.logic.ForTask.execute(ForTask.java:244)


FAILED:  
org.apache.hadoop.hive.ql.exec.TestStatsPublisherEnhanced.testStatsPublisherOneStat

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertTrue(Assert.java:27)
at 
org.apache.hadoop.hive.ql.exec.TestStatsPublisherEnhanced.testStatsPublisherOneStat(TestStatsPublisherEnhanced.java:81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785)


FAILED:  
org.apache.hadoop.hive.ql.exec.TestStatsPublisherEnhanced.testStatsPublisher

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertTrue(Assert.java:27)
at 
org.apache.hadoop.hive.ql.exec.TestStatsPublisherEnhanced.testStatsPublisher(TestStatsPublisherEnhanced.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785)


FAILED:  

[jira] [Created] (HIVE-3614) TestParse_Union is failing on trunk

2012-10-24 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-3614:
--

 Summary: TestParse_Union is failing on trunk
 Key: HIVE-3614
 URL: https://issues.apache.org/jira/browse/HIVE-3614
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.10.0
Reporter: Ashutosh Chauhan


Test is generating output different then expected and thus failing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3614) TestParse_Union is failing on trunk

2012-10-24 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483773#comment-13483773
 ] 

Ashutosh Chauhan commented on HIVE-3614:


Test failed for the first time in 
https://builds.apache.org/job/Hive-trunk-h0.21/1748/ So, looks like HIVE-3544 
might have caused it.

 TestParse_Union is failing on trunk
 ---

 Key: HIVE-3614
 URL: https://issues.apache.org/jira/browse/HIVE-3614
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.10.0
Reporter: Ashutosh Chauhan

 Test is generating output different then expected and thus failing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3544) union involving double column with a map join subquery will fail or give wrong results

2012-10-24 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-3544:
---

Fix Version/s: 0.10.0

 union involving double column with a map join subquery will fail or give 
 wrong results
 --

 Key: HIVE-3544
 URL: https://issues.apache.org/jira/browse/HIVE-3544
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.10.0
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Fix For: 0.10.0

 Attachments: HIVE-3544.1.patch.txt, HIVE-3544.2.patch.txt, 
 HIVE-3544.3.patch.txt, HIVE-3544.4.patch.txt


 The following query fails:
 select * from (select cast(a.key as bigint) as key from src a join src b on 
 a.key = b.key union all select cast(key as double) as key from src)a
 The following query gives wrong results:
 select * from (select cast(a.key as bigint) as key, cast(b.key as double) as 
 value from src a join src b on a.key = b.key union all select cast(key as 
 double) as key, cast(key as string) as value from src)a
 But the following query runs fine:
 select * from (select cast(a.key as bigint) as key from src a union all 
 select cast(key as double) as key from src)a

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HIVE-3615) TestNegativeCliDriver_script_broken_pipe1 is failing on trunk.

2012-10-24 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-3615:
--

 Summary: TestNegativeCliDriver_script_broken_pipe1 is failing on 
trunk.
 Key: HIVE-3615
 URL: https://issues.apache.org/jira/browse/HIVE-3615
 Project: Hive
  Issue Type: Bug
  Components: Tests
Affects Versions: 0.10.0
Reporter: Ashutosh Chauhan


This test is failing for a long time.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3519) partition to directory comparison in CombineHiveInputFormat needs to accept partitions dir without scheme

2012-10-24 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483777#comment-13483777
 ] 

Ashutosh Chauhan commented on HIVE-3519:


Patch committed to trunk. Thanks, Thejas!

 partition to directory comparison in CombineHiveInputFormat needs to accept 
 partitions dir without scheme
 -

 Key: HIVE-3519
 URL: https://issues.apache.org/jira/browse/HIVE-3519
 Project: Hive
  Issue Type: Bug
Reporter: Thejas M Nair
Assignee: Thejas M Nair
 Fix For: 0.10.0

 Attachments: HIVE-3519.1.patch, HIVE-3519.2.patch


 TestSymlinkTextInputFormat.testCombine throws following exception. The test 
 case is just printing out the stacktrace when that happens instead of failing.
 {code}
 java.io.IOException: cannot find dir = 
 file:/Users/thejas/hive-trunk/ql/TestSymlinkTextInputFormat/datadir1/combinefile1_1
  in pathToPartitionInfo: 
 [/Users/thejas/hive-trunk/ql/TestSymlinkTextInputFormat/datadir2/combinefile2_1,
  
 /Users/thejas/hive-trunk/ql/TestSymlinkTextInputFormat/datadir1/combinefile1_1]
 at 
 org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getPartitionDescFromPathRecursively(HiveFileFormatUtils.java:288)
 at 
 org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getPartitionDescFromPathRecursively(HiveFileFormatUtils.java:256)
 at 
 org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.getSplits(CombineHiveInputFormat.java:289)
 at 
 org.apache.hadoop.hive.ql.io.TestSymlinkTextInputFormat.testCombine(TestSymlinkTextInputFormat.java:186)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at junit.framework.TestCase.runTest(TestCase.java:168)
 at junit.framework.TestCase.runBare(TestCase.java:134)
 at junit.framework.TestResult$1.protect(TestResult.java:110)
 at junit.framework.TestResult.runProtected(TestResult.java:128)
 at junit.framework.TestResult.run(TestResult.java:113)
 at junit.framework.TestCase.run(TestCase.java:124)
 at junit.framework.TestSuite.runTest(TestSuite.java:232)
 at junit.framework.TestSuite.run(TestSuite.java:227)
 at 
 org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:520)
 at 
 org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1060)
 at 
 org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:911)
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HIVE-3616) Use Paths consistently

2012-10-24 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-3616:
--

 Summary: Use Paths consistently
 Key: HIVE-3616
 URL: https://issues.apache.org/jira/browse/HIVE-3616
 Project: Hive
  Issue Type: New Feature
  Components: Diagnosability
Reporter: Ashutosh Chauhan


Currently, we interchangeably use Path, Uri and Strings in various parts of 
codebases. This may results in subtle bugs. We should consistently use Path in 
the codebase. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3524) Storing certain Exception objects thrown in HiveMetaStore.java in MetaStoreEndFunctionContext

2012-10-24 Thread Maheshwaran Srinivasan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maheshwaran Srinivasan updated HIVE-3524:
-

Attachment: HIVE-3524.2.patch.txt

Please review the diff

 Storing certain Exception objects thrown in HiveMetaStore.java in 
 MetaStoreEndFunctionContext
 -

 Key: HIVE-3524
 URL: https://issues.apache.org/jira/browse/HIVE-3524
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Maheshwaran Srinivasan
Assignee: Maheshwaran Srinivasan
Priority: Minor
 Fix For: 0.10.0

 Attachments: HIVE-3524.1.patch.txt, HIVE-3524.2.patch.txt

   Original Estimate: 168h
  Remaining Estimate: 168h

 Idea is to store exception objects thrown in the scope of the public 
 functions of HiveMetaStore.java. Exception objects will be stored in 
 MetaStoreEndFunctionContext. These could then be optionally processed to 
 gather interesting statistics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3524) Storing certain Exception objects thrown in HiveMetaStore.java in MetaStoreEndFunctionContext

2012-10-24 Thread Maheshwaran Srinivasan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maheshwaran Srinivasan updated HIVE-3524:
-

Attachment: HIVE-3524.3.patch.txt

Please review my diff

 Storing certain Exception objects thrown in HiveMetaStore.java in 
 MetaStoreEndFunctionContext
 -

 Key: HIVE-3524
 URL: https://issues.apache.org/jira/browse/HIVE-3524
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Affects Versions: 0.10.0
Reporter: Maheshwaran Srinivasan
Assignee: Maheshwaran Srinivasan
Priority: Minor
 Fix For: 0.10.0

 Attachments: HIVE-3524.1.patch.txt, HIVE-3524.2.patch.txt, 
 HIVE-3524.3.patch.txt

   Original Estimate: 168h
  Remaining Estimate: 168h

 Idea is to store exception objects thrown in the scope of the public 
 functions of HiveMetaStore.java. Exception objects will be stored in 
 MetaStoreEndFunctionContext. These could then be optionally processed to 
 gather interesting statistics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-3614) TestParse_Union is failing on trunk

2012-10-24 Thread Navis (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483818#comment-13483818
 ] 

Navis commented on HIVE-3614:
-

I think the parse result for 'union.q' is made by running it solely, which 
making operator ids started from 0. Would this be a good time to update all of 
parse results to have 0-started ids by resetting it before each test?

 TestParse_Union is failing on trunk
 ---

 Key: HIVE-3614
 URL: https://issues.apache.org/jira/browse/HIVE-3614
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.10.0
Reporter: Ashutosh Chauhan

 Test is generating output different then expected and thus failing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira