[jira] Commented: (HIVE-1441) Extend ivy offline mode to cover metastore downloads
[ https://issues.apache.org/jira/browse/HIVE-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894133#action_12894133 ] Edward Capriolo commented on HIVE-1441: --- Fresh checkout before any after patch. Still looking into it. {noformat} M etaException(message:Could not connect to meta store using any of the URIs provided) at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.open(HiveMetaStoreClient.java:160) at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.(HiveMetaStoreClient.java:128) at org.apache.hadoop.hive.metastore.HiveMetaStoreClient. (HiveMetaStoreClient.java:71) at org.apache.hadoop.hive.metastore.TestHiveMetaStoreRemote.setUp(TestHiveMetaStoreRemote.java:64) at junit.framework.TestCase.runBare(TestCase.java:125) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785) >From eclipse: Running metastore! MetaException(message:hive.metastore.warehouse.dir is not set in the config or blank) at org.apache.hadoop.hive.metastore.Warehouse.(Warehouse.java:58) at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.init(HiveMetaStore.java:155) at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.(HiveMetaStore.java:125) at org.apache.hadoop.hive.metastore.HiveMetaStore.main(HiveMetaStore.java:1965) at org.apache.hadoop.hive.metastore.TestHiveMetaStoreRemote$RunMS.run(TestHiveMetaStoreRemote.java:39) at java.lang.Thread.run(Thread.java:619) 10/07/30 16:03:22 ERROR metastore.HiveMetaStore: Metastore Thrift Server threw an exception. Exiting... 10/07/30 16:03:22 ERROR metastore.HiveMetaStore: MetaException(message:hive.metastore.warehouse.dir is not set in the config or blank) at org.apache.hadoop.hive.metastore.Warehouse.(Warehouse.java:58) at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.init(HiveMetaStore.java:155) at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.(HiveMetaStore.java:125) at org.apache.hadoop.hive.metastore.HiveMetaStore.main(HiveMetaStore.java:1965) at org.apache.hadoop.hive.metastore.TestHiveMetaStoreRemote$RunMS.run(TestHiveMetaStoreRemote.java:39) at java.lang.Thread.run(Thread.java:619) {noformat} > Extend ivy offline mode to cover metastore downloads > > > Key: HIVE-1441 > URL: https://issues.apache.org/jira/browse/HIVE-1441 > Project: Hadoop Hive > Issue Type: Improvement > Components: Build Infrastructure >Affects Versions: 0.6.0 >Reporter: John Sichi >Assignee: John Sichi > Fix For: 0.7.0 > > Attachments: HIVE-1441.1.patch > > > We recently started downloading datanucleus jars via ivy, and the existing > ivy offilne mode doesn't cover this, so we still end up trying to contact the > ivy repository even with offline mode enabled. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (HIVE-1441) Extend ivy offline mode to cover metastore downloads
[ https://issues.apache.org/jira/browse/HIVE-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894119#action_12894119 ] John Sichi commented on HIVE-1441: -- What is the failure? Look in build/metastore/test/TEST-org.apache.hadoop.hive.metastore.TestHiveMetaStoreRemote.xml And does it occur only with this patch applied? Offline mode only works after everything has been downloaded for the first time in online mode, so be sure to get a clean test run first in online mode. > Extend ivy offline mode to cover metastore downloads > > > Key: HIVE-1441 > URL: https://issues.apache.org/jira/browse/HIVE-1441 > Project: Hadoop Hive > Issue Type: Improvement > Components: Build Infrastructure >Affects Versions: 0.6.0 >Reporter: John Sichi >Assignee: John Sichi > Fix For: 0.7.0 > > Attachments: HIVE-1441.1.patch > > > We recently started downloading datanucleus jars via ivy, and the existing > ivy offilne mode doesn't cover this, so we still end up trying to contact the > ivy repository even with offline mode enabled. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (HIVE-1441) Extend ivy offline mode to cover metastore downloads
[ https://issues.apache.org/jira/browse/HIVE-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894028#action_12894028 ] Edward Capriolo commented on HIVE-1441: --- Testing. test: [junit] Running org.apache.hadoop.hive.metastore.TestHiveMetaStore [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 24.539 sec [junit] Running org.apache.hadoop.hive.metastore.TestHiveMetaStoreRemote [junit] Running metastore! [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 8.238 sec [junit] Test org.apache.hadoop.hive.metastore.TestHiveMetaStoreRemote FAILED Can this be skipped? > Extend ivy offline mode to cover metastore downloads > > > Key: HIVE-1441 > URL: https://issues.apache.org/jira/browse/HIVE-1441 > Project: Hadoop Hive > Issue Type: Improvement > Components: Build Infrastructure >Affects Versions: 0.6.0 >Reporter: John Sichi >Assignee: John Sichi > Fix For: 0.7.0 > > Attachments: HIVE-1441.1.patch > > > We recently started downloading datanucleus jars via ivy, and the existing > ivy offilne mode doesn't cover this, so we still end up trying to contact the > ivy repository even with offline mode enabled. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (HIVE-1441) Extend ivy offline mode to cover metastore downloads
[ https://issues.apache.org/jira/browse/HIVE-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884449#action_12884449 ] Namit Jain commented on HIVE-1441: -- +1 > Extend ivy offline mode to cover metastore downloads > > > Key: HIVE-1441 > URL: https://issues.apache.org/jira/browse/HIVE-1441 > Project: Hadoop Hive > Issue Type: Improvement > Components: Build Infrastructure >Affects Versions: 0.6.0 >Reporter: John Sichi >Assignee: John Sichi > Fix For: 0.7.0 > > Attachments: HIVE-1441.1.patch > > > We recently started downloading datanucleus jars via ivy, and the existing > ivy offilne mode doesn't cover this, so we still end up trying to contact the > ivy repository even with offline mode enabled. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.