[jira] [Commented] (HIVE-3722) Create index fails on CLI using remote metastore

2013-01-09 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3722:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-3722 Create index fails on CLI using remote metastore
(Kevin Wilfong via namit) (Revision 1412415)

 Result = ABORTED
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1412415
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHive.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHiveRemote.java


 Create index fails on CLI using remote metastore
 

 Key: HIVE-3722
 URL: https://issues.apache.org/jira/browse/HIVE-3722
 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-3722.1.patch.txt


 If the CLI uses a remote metastore and the user attempts to create an index 
 without a comment, it will fail with a NPE.

--
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-3722) Create index fails on CLI using remote metastore

2012-11-22 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3722:
--

Integrated in Hive-trunk-h0.21 #1811 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1811/])
HIVE-3722 Create index fails on CLI using remote metastore
(Kevin Wilfong via namit) (Revision 1412415)

 Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1412415
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHive.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHiveRemote.java


 Create index fails on CLI using remote metastore
 

 Key: HIVE-3722
 URL: https://issues.apache.org/jira/browse/HIVE-3722
 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-3722.1.patch.txt


 If the CLI uses a remote metastore and the user attempts to create an index 
 without a comment, it will fail with a NPE.

--
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-3722) Create index fails on CLI using remote metastore

2012-11-22 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-3722:


Committed to 0.10 branch as well.

 Create index fails on CLI using remote metastore
 

 Key: HIVE-3722
 URL: https://issues.apache.org/jira/browse/HIVE-3722
 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-3722.1.patch.txt


 If the CLI uses a remote metastore and the user attempts to create an index 
 without a comment, it will fail with a NPE.

--
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-3722) Create index fails on CLI using remote metastore

2012-11-21 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-3722:


Yeah, looks like adding null check is the only possible solution here. +1 
Kevin / Namit, feel free to commit.

 Create index fails on CLI using remote metastore
 

 Key: HIVE-3722
 URL: https://issues.apache.org/jira/browse/HIVE-3722
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.10.0
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-3722.1.patch.txt


 If the CLI uses a remote metastore and the user attempts to create an index 
 without a comment, it will fail with a NPE.

--
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-3722) Create index fails on CLI using remote metastore

2012-11-19 Thread Namit Jain (JIRA)

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

Namit Jain commented on HIVE-3722:
--

+1

 Create index fails on CLI using remote metastore
 

 Key: HIVE-3722
 URL: https://issues.apache.org/jira/browse/HIVE-3722
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.10.0
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-3722.1.patch.txt


 If the CLI uses a remote metastore and the user attempts to create an index 
 without a comment, it will fail with a NPE.

--
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-3722) Create index fails on CLI using remote metastore

2012-11-19 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-3722:


Kevin,
I am not sure if you have looked at the discussion on HIVE-2800 Adding a 
null-check may just be masking an underlying issue. I think it might be 
worthwhile to uncover it, since this thrift nuisance (of null handling) may 
bite us again in future.

 Create index fails on CLI using remote metastore
 

 Key: HIVE-3722
 URL: https://issues.apache.org/jira/browse/HIVE-3722
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.10.0
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-3722.1.patch.txt


 If the CLI uses a remote metastore and the user attempts to create an index 
 without a comment, it will fail with a NPE.

--
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-3722) Create index fails on CLI using remote metastore

2012-11-19 Thread Kevin Wilfong (JIRA)

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

Kevin Wilfong commented on HIVE-3722:
-

Ashutosh, I missed that JIRA.  But based on THRIFT-1625 it sounds like we have 
to add a check to our code.

 Create index fails on CLI using remote metastore
 

 Key: HIVE-3722
 URL: https://issues.apache.org/jira/browse/HIVE-3722
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.10.0
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-3722.1.patch.txt


 If the CLI uses a remote metastore and the user attempts to create an index 
 without a comment, it will fail with a NPE.

--
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