[jira] [Commented] (HIVE-4510) HS2 doesn't nest exceptions properly (fun debug times)

2013-06-03 Thread Hudson (JIRA)

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

Hudson commented on HIVE-4510:
--

Integrated in Hive-trunk-hadoop2 #223 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/223/])
HIVE-4510 : HS2 doesn't nest exceptions properly (fun debug times) (Thejas 
Nair via Ashutosh Chauhan) (Revision 1488740)

 Result = ABORTED
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1488740
Files : 
* /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveBaseResultSet.java
* /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java
* /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java
* /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java
* 
/hive/trunk/service/src/java/org/apache/hive/service/cli/operation/HiveCommandOperation.java
* 
/hive/trunk/service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java


 HS2 doesn't nest exceptions properly (fun debug times)
 --

 Key: HIVE-4510
 URL: https://issues.apache.org/jira/browse/HIVE-4510
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2, JDBC
Reporter: Gunther Hagleitner
Assignee: Thejas M Nair
 Fix For: 0.12.0

 Attachments: HIVE-4510.1.patch, HIVE-4510.2.patch


 In SQLOperation.java lines 97 + 113 for instance, we catch errors and throw a 
 new HiveSQLException, but we don't wrap the original exception.

--
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-4510) HS2 doesn't nest exceptions properly (fun debug times)

2013-06-03 Thread Hudson (JIRA)

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

Hudson commented on HIVE-4510:
--

Integrated in Hive-trunk-h0.21 #2126 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2126/])
HIVE-4510 : HS2 doesn't nest exceptions properly (fun debug times) (Thejas 
Nair via Ashutosh Chauhan) (Revision 1488740)

 Result = FAILURE
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1488740
Files : 
* /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveBaseResultSet.java
* /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java
* /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java
* /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java
* 
/hive/trunk/service/src/java/org/apache/hive/service/cli/operation/HiveCommandOperation.java
* 
/hive/trunk/service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java


 HS2 doesn't nest exceptions properly (fun debug times)
 --

 Key: HIVE-4510
 URL: https://issues.apache.org/jira/browse/HIVE-4510
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2, JDBC
Reporter: Gunther Hagleitner
Assignee: Thejas M Nair
 Fix For: 0.12.0

 Attachments: HIVE-4510.1.patch, HIVE-4510.2.patch


 In SQLOperation.java lines 97 + 113 for instance, we catch errors and throw a 
 new HiveSQLException, but we don't wrap the original exception.

--
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-4510) HS2 doesn't nest exceptions properly (fun debug times)

2013-05-17 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-4510:
-

I ran the full unit test suite, and it passed. [~cwsteinbach] can you please 
commit ?


 HS2 doesn't nest exceptions properly (fun debug times)
 --

 Key: HIVE-4510
 URL: https://issues.apache.org/jira/browse/HIVE-4510
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2, JDBC
Reporter: Gunther Hagleitner
Assignee: Thejas M Nair
 Attachments: HIVE-4510.1.patch, HIVE-4510.2.patch


 In SQLOperation.java lines 97 + 113 for instance, we catch errors and throw a 
 new HiveSQLException, but we don't wrap the original exception.

--
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-4510) HS2 doesn't nest exceptions properly (fun debug times)

2013-05-17 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-4510:
-

Should we commit this to 0.11 branch as well? It really helps debug problems, 
and it is a unlikely to cause stability issues.


 HS2 doesn't nest exceptions properly (fun debug times)
 --

 Key: HIVE-4510
 URL: https://issues.apache.org/jira/browse/HIVE-4510
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2, JDBC
Reporter: Gunther Hagleitner
Assignee: Thejas M Nair
 Attachments: HIVE-4510.1.patch, HIVE-4510.2.patch


 In SQLOperation.java lines 97 + 113 for instance, we catch errors and throw a 
 new HiveSQLException, but we don't wrap the original exception.

--
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-4510) HS2 doesn't nest exceptions properly (fun debug times)

2013-05-13 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-4510:
-

I am running the full hive unit test suite on this patch. I will update when it 
is done.


 HS2 doesn't nest exceptions properly (fun debug times)
 --

 Key: HIVE-4510
 URL: https://issues.apache.org/jira/browse/HIVE-4510
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2, JDBC
Reporter: Gunther Hagleitner
Assignee: Thejas M Nair
 Attachments: HIVE-4510.1.patch, HIVE-4510.2.patch


 In SQLOperation.java lines 97 + 113 for instance, we catch errors and throw a 
 new HiveSQLException, but we don't wrap the original exception.

--
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-4510) HS2 doesn't nest exceptions properly (fun debug times)

2013-05-07 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-4510:
--

+1

 HS2 doesn't nest exceptions properly (fun debug times)
 --

 Key: HIVE-4510
 URL: https://issues.apache.org/jira/browse/HIVE-4510
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2, JDBC
Reporter: Gunther Hagleitner
Assignee: Thejas M Nair
 Attachments: HIVE-4510.1.patch, HIVE-4510.2.patch


 In SQLOperation.java lines 97 + 113 for instance, we catch errors and throw a 
 new HiveSQLException, but we don't wrap the original exception.

--
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-4510) HS2 doesn't nest exceptions properly (fun debug times)

2013-05-07 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-4510:
--

I will commit this if someone else runs the tests and gives me a green light. 
Thanks.

 HS2 doesn't nest exceptions properly (fun debug times)
 --

 Key: HIVE-4510
 URL: https://issues.apache.org/jira/browse/HIVE-4510
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2, JDBC
Reporter: Gunther Hagleitner
Assignee: Thejas M Nair
 Attachments: HIVE-4510.1.patch, HIVE-4510.2.patch


 In SQLOperation.java lines 97 + 113 for instance, we catch errors and throw a 
 new HiveSQLException, but we don't wrap the original exception.

--
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-4510) HS2 doesn't nest exceptions properly (fun debug times)

2013-05-06 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-4510:
--

The same problem occurs in HiveCommandOperation.java, line 113.

 HS2 doesn't nest exceptions properly (fun debug times)
 --

 Key: HIVE-4510
 URL: https://issues.apache.org/jira/browse/HIVE-4510
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Thejas M Nair
 Attachments: HIVE-4510.1.patch


 In SQLOperation.java lines 97 + 113 for instance, we catch errors and throw a 
 new HiveSQLException, but we don't wrap the original exception.

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