<?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 meta data failed to import in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hive-meta-data-failed-to-import/m-p/301243#M220563</link>
    <description>&lt;P&gt;This is solved now, guess something to do with memory. We increased the memory from 16GB to 32 GB on the EC2 instance, we were able to run all the services smoothly and were able to successfully run the import-hive.sh command without any error.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Aug 2020 04:00:03 GMT</pubDate>
    <dc:creator>ashish_inamdar</dc:creator>
    <dc:date>2020-08-11T04:00:03Z</dc:date>
    <item>
      <title>Hive meta data failed to import</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-meta-data-failed-to-import/m-p/301123#M220521</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the below error when running the import-hive.sh to import hive metadata to Apache Atlas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2020-08-08T07:41:25,369 ERROR [main] org.apache.atlas.hive.bridge.HiveMetaStoreBridge - Import failed&lt;BR /&gt;com.sun.jersey.api.client.ClientHandlerException: java.net.SocketTimeoutException: Read timed out&lt;BR /&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:155) ~[jersey-client-1.19.jar:1.19]&lt;BR /&gt;at com.sun.jersey.api.client.filter.HTTPBasicAuthFilter.handle(HTTPBasicAuthFilter.java:105) ~[jersey-client-1.19.jar:1.19]&lt;BR /&gt;at com.sun.jersey.api.client.Client.handle(Client.java:652) ~[jersey-client-1.19.jar:1.19]&lt;BR /&gt;at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682) ~[jersey-client-1.19.jar:1.19]&lt;BR /&gt;at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) ~[jersey-client-1.19.jar:1.19]&lt;BR /&gt;at com.sun.jersey.api.client.WebResource$Builder.method(WebResource.java:634) ~[jersey-client-1.19.jar:1.19]&lt;BR /&gt;at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:382) ~[atlas-client-common-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:353) ~[atlas-client-common-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:246) ~[atlas-client-common-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.AtlasClientV2.getEntityByAttribute(AtlasClientV2.java:285) ~[atlas-client-v2-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.AtlasClientV2.getEntityByAttribute(AtlasClientV2.java:276) ~[atlas-client-v2-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.hive.bridge.HiveMetaStoreBridge.findEntity(HiveMetaStoreBridge.java:780) ~[hive-bridge-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.hive.bridge.HiveMetaStoreBridge.findDatabase(HiveMetaStoreBridge.java:745) ~[hive-bridge-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.hive.bridge.HiveMetaStoreBridge.registerDatabase(HiveMetaStoreBridge.java:399) ~[hive-bridge-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.hive.bridge.HiveMetaStoreBridge.importDatabases(HiveMetaStoreBridge.java:281) ~[hive-bridge-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.hive.bridge.HiveMetaStoreBridge.importHiveMetadata(HiveMetaStoreBridge.java:251) ~[hive-bridge-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;at org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:168) [hive-bridge-1.1.0.3.1.4.0-315.jar:1.1.0.3.1.4.0-315]&lt;BR /&gt;Caused by: java.net.SocketTimeoutException: Read timed out&lt;BR /&gt;at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_112]&lt;BR /&gt;at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_112]&lt;BR /&gt;at java.net.SocketInputStream.read(SocketInputStream.java:170) ~[?:1.8.0_112]&lt;BR /&gt;at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_112]&lt;BR /&gt;at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[?:1.8.0_112]&lt;BR /&gt;at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) ~[?:1.8.0_112]&lt;BR /&gt;at java.io.BufferedInputStream.read(BufferedInputStream.java:345) ~[?:1.8.0_112]&lt;BR /&gt;at sun.net.&lt;A href="http://www.http.HttpClient.parseHTTPHeader(HttpClient.java:704" target="_blank"&gt;www.http.HttpClient.parseHTTPHeader(HttpClient.java:704&lt;/A&gt;) ~[?:1.8.0_112]&lt;BR /&gt;at sun.net.&lt;A href="http://www.http.HttpClient.parseHTTP(HttpClient.java:647" target="_blank"&gt;www.http.HttpClient.parseHTTP(HttpClient.java:647&lt;/A&gt;) ~[?:1.8.0_112]&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569" target="_blank"&gt;www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569&lt;/A&gt;) ~[?:1.8.0_112]&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474" target="_blank"&gt;www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474&lt;/A&gt;) ~[?:1.8.0_112]&lt;BR /&gt;at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_112]&lt;BR /&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:253) ~[jersey-client-1.19.jar:1.19]&lt;BR /&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:153) ~[jersey-client-1.19.jar:1.19]&lt;BR /&gt;... 16 more&lt;BR /&gt;Failed to import Hive Meta Data!!!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 11:26:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-meta-data-failed-to-import/m-p/301123#M220521</guid>
      <dc:creator>ashish_inamdar</dc:creator>
      <dc:date>2026-04-21T11:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hive meta data failed to import</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-meta-data-failed-to-import/m-p/301243#M220563</link>
      <description>&lt;P&gt;This is solved now, guess something to do with memory. We increased the memory from 16GB to 32 GB on the EC2 instance, we were able to run all the services smoothly and were able to successfully run the import-hive.sh command without any error.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 04:00:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-meta-data-failed-to-import/m-p/301243#M220563</guid>
      <dc:creator>ashish_inamdar</dc:creator>
      <dc:date>2020-08-11T04:00:03Z</dc:date>
    </item>
  </channel>
</rss>

