[jira] [Commented] (HIVE-4899) Hive returns non-meanful error message for ill-formed fs.default.name

2013-08-13 Thread Hudson (JIRA)

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

Hudson commented on HIVE-4899:
--

SUCCESS: Integrated in Hive-trunk-h0.21 #2264 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2264/])
HIVE-4899 - Hive returns non-meanful error message for ill-formed 
fs.default.name (Xuefu Zhang, Reviewed By: Ashutosh Chauhan) (brock: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1513229)
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java
* /hive/trunk/ql/src/test/results/clientnegative/fs_default_name1.q.out
* /hive/trunk/ql/src/test/results/clientnegative/fs_default_name2.q.out


 Hive returns non-meanful error message for ill-formed fs.default.name
 -

 Key: HIVE-4899
 URL: https://issues.apache.org/jira/browse/HIVE-4899
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0, 0.11.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Priority: Minor
 Fix For: 0.12.0

 Attachments: HIVE-4899.patch


 For query in test case fs_default_name1.q:
 {code}
 set fs.default.name='http://www.example.com;
 show tables;
 {code}
 The following error message is returned:
 {code}
 FAILED: IllegalArgumentException null
 {code}
 The message is not very meaningful, and has null in it.
 It would be better if we can provide detailed error message.

--
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-4899) Hive returns non-meanful error message for ill-formed fs.default.name

2013-08-12 Thread Hudson (JIRA)

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

Hudson commented on HIVE-4899:
--

FAILURE: Integrated in Hive-trunk-hadoop2-ptest #55 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2-ptest/55/])
HIVE-4899 - Hive returns non-meanful error message for ill-formed 
fs.default.name (Xuefu Zhang, Reviewed By: Ashutosh Chauhan) (brock: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1513229)
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java
* /hive/trunk/ql/src/test/results/clientnegative/fs_default_name1.q.out
* /hive/trunk/ql/src/test/results/clientnegative/fs_default_name2.q.out


 Hive returns non-meanful error message for ill-formed fs.default.name
 -

 Key: HIVE-4899
 URL: https://issues.apache.org/jira/browse/HIVE-4899
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0, 0.11.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Priority: Minor
 Fix For: 0.12.0

 Attachments: HIVE-4899.patch


 For query in test case fs_default_name1.q:
 {code}
 set fs.default.name='http://www.example.com;
 show tables;
 {code}
 The following error message is returned:
 {code}
 FAILED: IllegalArgumentException null
 {code}
 The message is not very meaningful, and has null in it.
 It would be better if we can provide detailed error message.

--
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-4899) Hive returns non-meanful error message for ill-formed fs.default.name

2013-08-12 Thread Hudson (JIRA)

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

Hudson commented on HIVE-4899:
--

FAILURE: Integrated in Hive-trunk-hadoop1-ptest #125 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/125/])
HIVE-4899 - Hive returns non-meanful error message for ill-formed 
fs.default.name (Xuefu Zhang, Reviewed By: Ashutosh Chauhan) (brock: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1513229)
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java
* /hive/trunk/ql/src/test/results/clientnegative/fs_default_name1.q.out
* /hive/trunk/ql/src/test/results/clientnegative/fs_default_name2.q.out


 Hive returns non-meanful error message for ill-formed fs.default.name
 -

 Key: HIVE-4899
 URL: https://issues.apache.org/jira/browse/HIVE-4899
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0, 0.11.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Priority: Minor
 Fix For: 0.12.0

 Attachments: HIVE-4899.patch


 For query in test case fs_default_name1.q:
 {code}
 set fs.default.name='http://www.example.com;
 show tables;
 {code}
 The following error message is returned:
 {code}
 FAILED: IllegalArgumentException null
 {code}
 The message is not very meaningful, and has null in it.
 It would be better if we can provide detailed error message.

--
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-4899) Hive returns non-meanful error message for ill-formed fs.default.name

2013-07-26 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-4899:


+1

 Hive returns non-meanful error message for ill-formed fs.default.name
 -

 Key: HIVE-4899
 URL: https://issues.apache.org/jira/browse/HIVE-4899
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0, 0.11.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Priority: Minor
 Fix For: 0.12.0

 Attachments: HIVE-4899.patch


 For query in test case fs_default_name1.q:
 {code}
 set fs.default.name='http://www.example.com;
 show tables;
 {code}
 The following error message is returned:
 {code}
 FAILED: IllegalArgumentException null
 {code}
 The message is not very meaningful, and has null in it.
 It would be better if we can provide detailed error message.

--
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-4899) Hive returns non-meanful error message for ill-formed fs.default.name

2013-07-20 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-4899:
---



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12593301/HIVE-4899.patch

{color:green}SUCCESS:{color} +1 2646 tests passed

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/104/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/104/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.CleanupPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

 Hive returns non-meanful error message for ill-formed fs.default.name
 -

 Key: HIVE-4899
 URL: https://issues.apache.org/jira/browse/HIVE-4899
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0, 0.11.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Priority: Minor
 Fix For: 0.12.0

 Attachments: HIVE-4899.patch


 For query in test case fs_default_name1.q:
 {code}
 set fs.default.name='http://www.example.com;
 show tables;
 {code}
 The following error message is returned:
 {code}
 FAILED: IllegalArgumentException null
 {code}
 The message is not very meaningful, and has null in it.
 It would be better if we can provide detailed error message.

--
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-4899) Hive returns non-meanful error message for ill-formed fs.default.name

2013-07-19 Thread Xuefu Zhang (JIRA)

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

Xuefu Zhang commented on HIVE-4899:
---

This happens with JDK6. In JDK7, the following is returned:
{code}
FAILED: IllegalArgumentException Illegal character in scheme name at index 0: 
'http://www.example.com
{code}

However, the tests (fs_default_name1/2.q) fail because of the diff.

 Hive returns non-meanful error message for ill-formed fs.default.name
 -

 Key: HIVE-4899
 URL: https://issues.apache.org/jira/browse/HIVE-4899
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0, 0.11.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Priority: Minor

 For query in test case fs_default_name1.q:
 {code}
 set fs.default.name='http://www.example.com;
 show tables;
 {code}
 The following error message is returned:
 {code}
 FAILED: IllegalArgumentException null
 {code}
 The message is not very meaningful, and has null in it.
 It would be better if we can provide detailed error message.

--
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-4899) Hive returns non-meanful error message for ill-formed fs.default.name

2013-07-19 Thread Xuefu Zhang (JIRA)

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

Xuefu Zhang commented on HIVE-4899:
---

Review board link: https://reviews.apache.org/r/12788/.

 Hive returns non-meanful error message for ill-formed fs.default.name
 -

 Key: HIVE-4899
 URL: https://issues.apache.org/jira/browse/HIVE-4899
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 0.10.0, 0.11.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
Priority: Minor
 Attachments: HIVE-4899.patch


 For query in test case fs_default_name1.q:
 {code}
 set fs.default.name='http://www.example.com;
 show tables;
 {code}
 The following error message is returned:
 {code}
 FAILED: IllegalArgumentException null
 {code}
 The message is not very meaningful, and has null in it.
 It would be better if we can provide detailed error message.

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