<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Hive Metastore MetaException: java.lang.IllegalArgumentException: java.net.URISyntaxException: R in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-MetaException-java-lang/m-p/39541#M24715</link>
    <description>&lt;P&gt;I wonder if the meta-tool can help? &lt;A title="https://cwiki.apache.org/confluence/display/Hive/Hive+MetaTool" href="https://cwiki.apache.org/confluence/display/Hive/Hive+MetaTool" target="_self"&gt;https://cwiki.apache.org/confluence/display/Hive/Hive+MetaTool&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Apr 2016 05:28:13 GMT</pubDate>
    <dc:creator>szehon</dc:creator>
    <dc:date>2016-04-09T05:28:13Z</dc:date>
    <item>
      <title>Hive Metastore MetaException: java.lang.IllegalArgumentException: java.net.URISyntaxException: Relat</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-MetaException-java-lang/m-p/39503#M24714</link>
      <description>&lt;P&gt;hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; my cluster is down when i change the namenode dir, but when i recover it , the hive table is the metastore,but it's location is mistake and i cannot select any rows. Then i want change the location of the table, but it show me the error:&lt;/P&gt;&lt;P&gt;FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Unable to alter table. java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: hdfs://nameservice1parquet_armin_flow&lt;/P&gt;&lt;P&gt;and the hive metastore error logs in the follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2016-04-08 16:35:19,101 ERROR org.apache.hadoop.hive.metastore.RetryingHMSHandler: [pool-3-thread-134]: MetaException(message:java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: hdfs://nameservice1parquet_armin_flow)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.newMetaException(HiveMetaStore.java:5417)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.alter_table_core(HiveMetaStore.java:3452)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.alter_table_with_cascade(HiveMetaStore.java:3404)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:133)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHandler.java:99)&lt;BR /&gt;at com.sun.proxy.$Proxy12.alter_table_with_cascade(Unknown Source)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_with_cascade.getResult(ThriftHiveMetastore.java:9400)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_with_cascade.getResult(ThriftHiveMetastore.java:9384)&lt;BR /&gt;at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:110)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:106)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javax.security.auth.Subject.doAs(Subject.java:415)&lt;BR /&gt;at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1671)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:118)&lt;BR /&gt;at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:745)&lt;BR /&gt;Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: hdfs://nameservice1parquet_armin_flow&lt;BR /&gt;at org.apache.hadoop.fs.Path.initialize(Path.java:206)&lt;BR /&gt;at org.apache.hadoop.fs.Path.&amp;lt;init&amp;gt;(Path.java:116)&lt;BR /&gt;at org.apache.hadoop.fs.Path.&amp;lt;init&amp;gt;(Path.java:94)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.Warehouse.getTablePath(Warehouse.java:188)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.Warehouse.getFileStatusesForUnpartitionedTable(Warehouse.java:542)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.MetaStoreUtils.updateUnpartitionedTableStatsFast(MetaStoreUtils.java:179)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:237)&lt;BR /&gt;at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.alter_table_core(HiveMetaStore.java:3432)&lt;BR /&gt;... 21 more&lt;BR /&gt;Caused by: java.net.URISyntaxException: Relative path in absolute URI: hdfs://nameservice1parquet_armin_flow&lt;BR /&gt;at java.net.URI.checkPath(URI.java:1804)&lt;BR /&gt;at java.net.URI.&amp;lt;init&amp;gt;(URI.java:752)&lt;BR /&gt;at org.apache.hadoop.fs.Path.initialize(Path.java:203)&lt;BR /&gt;... 28 more&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:12:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-MetaException-java-lang/m-p/39503#M24714</guid>
      <dc:creator>lizhenmxcz</dc:creator>
      <dc:date>2022-09-16T10:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Metastore MetaException: java.lang.IllegalArgumentException: java.net.URISyntaxException: R</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-MetaException-java-lang/m-p/39541#M24715</link>
      <description>&lt;P&gt;I wonder if the meta-tool can help? &lt;A title="https://cwiki.apache.org/confluence/display/Hive/Hive+MetaTool" href="https://cwiki.apache.org/confluence/display/Hive/Hive+MetaTool" target="_self"&gt;https://cwiki.apache.org/confluence/display/Hive/Hive+MetaTool&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2016 05:28:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-MetaException-java-lang/m-p/39541#M24715</guid>
      <dc:creator>szehon</dc:creator>
      <dc:date>2016-04-09T05:28:13Z</dc:date>
    </item>
  </channel>
</rss>

