[jira] [Commented] (HIVE-3515) metadata_export_drop.q causes failure of other tests

2013-01-09 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3515:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-3515 metadata_export_drop.q causes failure of other tests
(Ivan Gorbachev via namit) (Revision 1391848)

 Result = ABORTED
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1391848
Files : 
* /hive/trunk/ql/src/test/queries/clientpositive/metadata_export_drop.q


 metadata_export_drop.q causes failure of other tests
 

 Key: HIVE-3515
 URL: https://issues.apache.org/jira/browse/HIVE-3515
 Project: Hive
  Issue Type: Bug
  Components: Tests
Reporter: Ivan Gorbachev
Assignee: Ivan Gorbachev
 Fix For: 0.10.0

 Attachments: jira-3515.1.patch


 metadata_export_drop.q causes failure of other tests on cleanup stage.
 {quote}
 Exception: java.lang.IllegalArgumentException: java.net.URISyntaxException: 
 Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
 org.apache.hadoop.hive.ql.metadata.HiveException: 
 java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative 
 path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:845)
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:821)
   at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:445)
   at org.apache.hadoop.hive.ql.QTestUtil.shutdown(QTestUtil.java:300)
   at 
 org.apache.hadoop.hive.cli.TestCliDriver.tearDown(TestCliDriver.java:87)
   at junit.framework.TestCase.runBare(TestCase.java:140)
   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.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
   at 
 org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
 Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: 
 Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at org.apache.hadoop.fs.Path.initialize(Path.java:140)
   at org.apache.hadoop.fs.Path.init(Path.java:132)
   at 
 org.apache.hadoop.fs.ProxyFileSystem.swizzleParamPath(ProxyFileSystem.java:56)
   at org.apache.hadoop.fs.ProxyFileSystem.mkdirs(ProxyFileSystem.java:214)
   at 
 org.apache.hadoop.fs.FilterFileSystem.mkdirs(FilterFileSystem.java:183)
   at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:1120)
   at 
 org.apache.hadoop.hive.ql.parse.MetaDataExportListener.export_meta_data(MetaDataExportListener.java:81)
   at 
 org.apache.hadoop.hive.ql.parse.MetaDataExportListener.onEvent(MetaDataExportListener.java:106)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table_core(HiveMetaStore.java:1024)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table(HiveMetaStore.java:1185)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStoreClient.dropTable(HiveMetaStoreClient.java:566)
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:839)
   ... 17 more
 Caused by: java.net.URISyntaxException: Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at java.net.URI.checkPath(URI.java:1787)
   at java.net.URI.init(URI.java:735)
   at org.apache.hadoop.fs.Path.initialize(Path.java:137)
   ... 28 more
 {quote}

--
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-3515) metadata_export_drop.q causes failure of other tests

2012-10-01 Thread Ivan Gorbachev (JIRA)

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

Ivan Gorbachev commented on HIVE-3515:
--

{quote}Can you file a new jira to track that, and give this usecase.{quote}
Created - https://issues.apache.org/jira/browse/HIVE-3518


[~namit], can you accept this diff please - https://reviews.facebook.net/D5733 ?

 metadata_export_drop.q causes failure of other tests
 

 Key: HIVE-3515
 URL: https://issues.apache.org/jira/browse/HIVE-3515
 Project: Hive
  Issue Type: Bug
  Components: Tests
Reporter: Ivan Gorbachev
Assignee: Ivan Gorbachev
 Fix For: 0.10.0

 Attachments: jira-3515.1.patch


 metadata_export_drop.q causes failure of other tests on cleanup stage.
 {quote}
 Exception: java.lang.IllegalArgumentException: java.net.URISyntaxException: 
 Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
 org.apache.hadoop.hive.ql.metadata.HiveException: 
 java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative 
 path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:845)
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:821)
   at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:445)
   at org.apache.hadoop.hive.ql.QTestUtil.shutdown(QTestUtil.java:300)
   at 
 org.apache.hadoop.hive.cli.TestCliDriver.tearDown(TestCliDriver.java:87)
   at junit.framework.TestCase.runBare(TestCase.java:140)
   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.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
   at 
 org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
 Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: 
 Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at org.apache.hadoop.fs.Path.initialize(Path.java:140)
   at org.apache.hadoop.fs.Path.init(Path.java:132)
   at 
 org.apache.hadoop.fs.ProxyFileSystem.swizzleParamPath(ProxyFileSystem.java:56)
   at org.apache.hadoop.fs.ProxyFileSystem.mkdirs(ProxyFileSystem.java:214)
   at 
 org.apache.hadoop.fs.FilterFileSystem.mkdirs(FilterFileSystem.java:183)
   at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:1120)
   at 
 org.apache.hadoop.hive.ql.parse.MetaDataExportListener.export_meta_data(MetaDataExportListener.java:81)
   at 
 org.apache.hadoop.hive.ql.parse.MetaDataExportListener.onEvent(MetaDataExportListener.java:106)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table_core(HiveMetaStore.java:1024)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table(HiveMetaStore.java:1185)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStoreClient.dropTable(HiveMetaStoreClient.java:566)
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:839)
   ... 17 more
 Caused by: java.net.URISyntaxException: Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at java.net.URI.checkPath(URI.java:1787)
   at java.net.URI.init(URI.java:735)
   at org.apache.hadoop.fs.Path.initialize(Path.java:137)
   ... 28 more
 {quote}

--
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-3515) metadata_export_drop.q causes failure of other tests

2012-09-29 Thread Namit Jain (JIRA)

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

Namit Jain commented on HIVE-3515:
--

+1

The change individually looks good.
However, it exposes a bigger issue that the tests have side-affects.
Ideally, QTestUtil should make sure that the tests do not have any 
side-affects, and initialize the
parameters everytime. Can you file a new jira to track that, and give this 
usecase.

 metadata_export_drop.q causes failure of other tests
 

 Key: HIVE-3515
 URL: https://issues.apache.org/jira/browse/HIVE-3515
 Project: Hive
  Issue Type: Bug
  Components: Tests
Reporter: Ivan Gorbachev
Assignee: Ivan Gorbachev
 Attachments: jira-3515.1.patch


 metadata_export_drop.q causes failure of other tests on cleanup stage.
 {quote}
 Exception: java.lang.IllegalArgumentException: java.net.URISyntaxException: 
 Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
 org.apache.hadoop.hive.ql.metadata.HiveException: 
 java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative 
 path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:845)
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:821)
   at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:445)
   at org.apache.hadoop.hive.ql.QTestUtil.shutdown(QTestUtil.java:300)
   at 
 org.apache.hadoop.hive.cli.TestCliDriver.tearDown(TestCliDriver.java:87)
   at junit.framework.TestCase.runBare(TestCase.java:140)
   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.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
   at 
 org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
 Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: 
 Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at org.apache.hadoop.fs.Path.initialize(Path.java:140)
   at org.apache.hadoop.fs.Path.init(Path.java:132)
   at 
 org.apache.hadoop.fs.ProxyFileSystem.swizzleParamPath(ProxyFileSystem.java:56)
   at org.apache.hadoop.fs.ProxyFileSystem.mkdirs(ProxyFileSystem.java:214)
   at 
 org.apache.hadoop.fs.FilterFileSystem.mkdirs(FilterFileSystem.java:183)
   at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:1120)
   at 
 org.apache.hadoop.hive.ql.parse.MetaDataExportListener.export_meta_data(MetaDataExportListener.java:81)
   at 
 org.apache.hadoop.hive.ql.parse.MetaDataExportListener.onEvent(MetaDataExportListener.java:106)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table_core(HiveMetaStore.java:1024)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table(HiveMetaStore.java:1185)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStoreClient.dropTable(HiveMetaStoreClient.java:566)
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:839)
   ... 17 more
 Caused by: java.net.URISyntaxException: Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at java.net.URI.checkPath(URI.java:1787)
   at java.net.URI.init(URI.java:735)
   at org.apache.hadoop.fs.Path.initialize(Path.java:137)
   ... 28 more
 {quote}

--
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-3515) metadata_export_drop.q causes failure of other tests

2012-09-29 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3515:
--

Integrated in Hive-trunk-h0.21 #1709 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1709/])
HIVE-3515 metadata_export_drop.q causes failure of other tests
(Ivan Gorbachev via namit) (Revision 1391848)

 Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1391848
Files : 
* /hive/trunk/ql/src/test/queries/clientpositive/metadata_export_drop.q


 metadata_export_drop.q causes failure of other tests
 

 Key: HIVE-3515
 URL: https://issues.apache.org/jira/browse/HIVE-3515
 Project: Hive
  Issue Type: Bug
  Components: Tests
Reporter: Ivan Gorbachev
Assignee: Ivan Gorbachev
 Attachments: jira-3515.1.patch


 metadata_export_drop.q causes failure of other tests on cleanup stage.
 {quote}
 Exception: java.lang.IllegalArgumentException: java.net.URISyntaxException: 
 Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
 org.apache.hadoop.hive.ql.metadata.HiveException: 
 java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative 
 path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:845)
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:821)
   at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:445)
   at org.apache.hadoop.hive.ql.QTestUtil.shutdown(QTestUtil.java:300)
   at 
 org.apache.hadoop.hive.cli.TestCliDriver.tearDown(TestCliDriver.java:87)
   at junit.framework.TestCase.runBare(TestCase.java:140)
   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.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
   at 
 org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
   at 
 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
 Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: 
 Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at org.apache.hadoop.fs.Path.initialize(Path.java:140)
   at org.apache.hadoop.fs.Path.init(Path.java:132)
   at 
 org.apache.hadoop.fs.ProxyFileSystem.swizzleParamPath(ProxyFileSystem.java:56)
   at org.apache.hadoop.fs.ProxyFileSystem.mkdirs(ProxyFileSystem.java:214)
   at 
 org.apache.hadoop.fs.FilterFileSystem.mkdirs(FilterFileSystem.java:183)
   at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:1120)
   at 
 org.apache.hadoop.hive.ql.parse.MetaDataExportListener.export_meta_data(MetaDataExportListener.java:81)
   at 
 org.apache.hadoop.hive.ql.parse.MetaDataExportListener.onEvent(MetaDataExportListener.java:106)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table_core(HiveMetaStore.java:1024)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table(HiveMetaStore.java:1185)
   at 
 org.apache.hadoop.hive.metastore.HiveMetaStoreClient.dropTable(HiveMetaStoreClient.java:566)
   at org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:839)
   ... 17 more
 Caused by: java.net.URISyntaxException: Relative path in absolute URI: 
 file:../build/ql/test/data/exports/HIVE-3427/src.2012-09-28-11-38-17
   at java.net.URI.checkPath(URI.java:1787)
   at java.net.URI.init(URI.java:735)
   at org.apache.hadoop.fs.Path.initialize(Path.java:137)
   ... 28 more
 {quote}

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