[jira] [Commented] (HIVE-10576) add jar command does not work with Windows OS

2015-05-05 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-10576:
--

+1
Thanks Hari!

 add jar command does not work with Windows OS
 -

 Key: HIVE-10576
 URL: https://issues.apache.org/jira/browse/HIVE-10576
 Project: Hive
  Issue Type: Bug
Reporter: Hari Sankar Sivarama Subramaniyan
Assignee: Hari Sankar Sivarama Subramaniyan
 Attachments: HIVE-10576.1.patch, HIVE-10576.2.patch, 
 HIVE-10576.3.patch


 Steps to reproduce this issue in Windows OS:
 hadoop.cmd fs -mkdir -p /tmp/testjars
 hadoop.cmd fs -copyFromLocal hive-hcatalog-core-*.jar  /tmp/testjars
 from hive cli:
 add jar hdfs:///tmp/testjars/hive-hcatalog-core-*.jar;
 add jar D:\hdp\hive-1.2.0.2.3.0.0-1737\hcatalog\share\hcatalog\hive-hcatal
 og-core-1.2.0.2.3.0.0-1737.jar;
 {code}
 hive add jar hdfs:///tmp/testjars/hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar;
 converting to local 
 hdfs:///tmp/testjars/hive-hcatalog-core-1.2.0.2.3.0.0-1737.j
 ar
 Illegal character in opaque part at index 2: 
 C:\Users\hadoopqa\AppData\Local\Tem
 p\cf0c70a4-f8e5-43ae-8c94-aa528f90887d_resources\hive-hcatalog-core-1.2.0.2.3.0.
 0-1737.jar
 Query returned non-zero code: 1, cause: java.net.URISyntaxException: Illegal 
 cha
 racter in opaque part at index 2: 
 C:\Users\hadoopqa\AppData\Local\Temp\cf0c70a4-
 f8e5-43ae-8c94-aa528f90887d_resources\hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar
 hive add jar 
 D:\hdp\hive-1.2.0.2.3.0.0-1737\hcatalog\share\hcatalog\hive-hcatal
 og-core-1.2.0.2.3.0.0-1737.jar;
 Illegal character in opaque part at index 2: 
 D:\hdp\hive-1.2.0.2.3.0.0-1737\hcat
 alog\share\hcatalog\hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar
 Query returned non-zero code: 1, cause: java.net.URISyntaxException: Illegal 
 cha
 racter in opaque part at index 2: 
 D:\hdp\hive-1.2.0.2.3.0.0-1737\hcatalog\share\
 hcatalog\hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-10576) add jar command does not work with Windows OS

2015-05-05 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-10576:




{color:red}Overall{color}: -1 at least one tests failed

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

{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 8895 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.TestSQLStdHiveAccessControllerHS2.testConfigProcessing
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.TestSQLStdHiveAccessControllerHS2.testConfigProcessingCustomSetWhitelistAppend
org.apache.hive.jdbc.TestJdbcWithLocalClusterSpark.testTempTable
org.apache.hive.jdbc.TestSSL.testSSLConnectionWithProperty
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3734/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3734/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3734/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 4 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12730319 - PreCommit-HIVE-TRUNK-Build

 add jar command does not work with Windows OS
 -

 Key: HIVE-10576
 URL: https://issues.apache.org/jira/browse/HIVE-10576
 Project: Hive
  Issue Type: Bug
Reporter: Hari Sankar Sivarama Subramaniyan
Assignee: Hari Sankar Sivarama Subramaniyan
 Attachments: HIVE-10576.1.patch, HIVE-10576.2.patch, 
 HIVE-10576.3.patch


 Steps to reproduce this issue in Windows OS:
 hadoop.cmd fs -mkdir -p /tmp/testjars
 hadoop.cmd fs -copyFromLocal hive-hcatalog-core-*.jar  /tmp/testjars
 from hive cli:
 add jar hdfs:///tmp/testjars/hive-hcatalog-core-*.jar;
 add jar D:\hdp\hive-1.2.0.2.3.0.0-1737\hcatalog\share\hcatalog\hive-hcatal
 og-core-1.2.0.2.3.0.0-1737.jar;
 {code}
 hive add jar hdfs:///tmp/testjars/hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar;
 converting to local 
 hdfs:///tmp/testjars/hive-hcatalog-core-1.2.0.2.3.0.0-1737.j
 ar
 Illegal character in opaque part at index 2: 
 C:\Users\hadoopqa\AppData\Local\Tem
 p\cf0c70a4-f8e5-43ae-8c94-aa528f90887d_resources\hive-hcatalog-core-1.2.0.2.3.0.
 0-1737.jar
 Query returned non-zero code: 1, cause: java.net.URISyntaxException: Illegal 
 cha
 racter in opaque part at index 2: 
 C:\Users\hadoopqa\AppData\Local\Temp\cf0c70a4-
 f8e5-43ae-8c94-aa528f90887d_resources\hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar
 hive add jar 
 D:\hdp\hive-1.2.0.2.3.0.0-1737\hcatalog\share\hcatalog\hive-hcatal
 og-core-1.2.0.2.3.0.0-1737.jar;
 Illegal character in opaque part at index 2: 
 D:\hdp\hive-1.2.0.2.3.0.0-1737\hcat
 alog\share\hcatalog\hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar
 Query returned non-zero code: 1, cause: java.net.URISyntaxException: Illegal 
 cha
 racter in opaque part at index 2: 
 D:\hdp\hive-1.2.0.2.3.0.0-1737\hcatalog\share\
 hcatalog\hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-10576) add jar command does not work with Windows OS

2015-05-05 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-10576:
--

All test failures are unrelated. verified  TestJdbcWithLocalClusterSpark is 
unrelated by running tests locally.


 add jar command does not work with Windows OS
 -

 Key: HIVE-10576
 URL: https://issues.apache.org/jira/browse/HIVE-10576
 Project: Hive
  Issue Type: Bug
Reporter: Hari Sankar Sivarama Subramaniyan
Assignee: Hari Sankar Sivarama Subramaniyan
 Attachments: HIVE-10576.1.patch, HIVE-10576.2.patch, 
 HIVE-10576.3.patch


 Steps to reproduce this issue in Windows OS:
 hadoop.cmd fs -mkdir -p /tmp/testjars
 hadoop.cmd fs -copyFromLocal hive-hcatalog-core-*.jar  /tmp/testjars
 from hive cli:
 add jar hdfs:///tmp/testjars/hive-hcatalog-core-*.jar;
 add jar D:\hdp\hive-1.2.0.2.3.0.0-1737\hcatalog\share\hcatalog\hive-hcatal
 og-core-1.2.0.2.3.0.0-1737.jar;
 {code}
 hive add jar hdfs:///tmp/testjars/hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar;
 converting to local 
 hdfs:///tmp/testjars/hive-hcatalog-core-1.2.0.2.3.0.0-1737.j
 ar
 Illegal character in opaque part at index 2: 
 C:\Users\hadoopqa\AppData\Local\Tem
 p\cf0c70a4-f8e5-43ae-8c94-aa528f90887d_resources\hive-hcatalog-core-1.2.0.2.3.0.
 0-1737.jar
 Query returned non-zero code: 1, cause: java.net.URISyntaxException: Illegal 
 cha
 racter in opaque part at index 2: 
 C:\Users\hadoopqa\AppData\Local\Temp\cf0c70a4-
 f8e5-43ae-8c94-aa528f90887d_resources\hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar
 hive add jar 
 D:\hdp\hive-1.2.0.2.3.0.0-1737\hcatalog\share\hcatalog\hive-hcatal
 og-core-1.2.0.2.3.0.0-1737.jar;
 Illegal character in opaque part at index 2: 
 D:\hdp\hive-1.2.0.2.3.0.0-1737\hcat
 alog\share\hcatalog\hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar
 Query returned non-zero code: 1, cause: java.net.URISyntaxException: Illegal 
 cha
 racter in opaque part at index 2: 
 D:\hdp\hive-1.2.0.2.3.0.0-1737\hcatalog\share\
 hcatalog\hive-hcatalog-core-1.2.0.2.3.0.0-1737.jar
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)