<?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: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139603#M102228</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Pathan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These issues still exist. And I post the descriptions in the last answer, please check/
&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Sat, 25 Jun 2016 08:21:56 GMT</pubDate>
    <dc:creator>dreamcoding</dc:creator>
    <dc:date>2016-06-25T08:21:56Z</dc:date>
    <item>
      <title>How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139593#M102218</link>
      <description>&lt;P&gt;After built Atlas, I just only set the ATLAS_HOME_DIR in atlas-env.sh, and other settings, in atlas-env.sh and atlas-application.properties, are default.&lt;/P&gt;&lt;P&gt;I try to import metadata according &lt;A href="http://atlas.apache.org/Bridge-Hive.html" target="_blank"&gt;http://atlas.apache.org/Bridge-Hive.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After set $HIVE_CONF_DIR, I found that I can't set following configuration in atlas-application.properties.&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;

	&amp;lt;name&amp;gt;atlas.cluster.name&amp;lt;/name&amp;gt;

	&amp;lt;value&amp;gt;primary&amp;lt;/value&amp;gt;

&amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;This is a XML style code, but the atlas-application.properties is not XML style, so I can't add this. &lt;/P&gt;&lt;P&gt;I am wondering if the official guide of atlas is not accurate?&lt;/P&gt;&lt;P&gt;Then I skip this setting, run import-hive.sh. It showed following:&lt;/P&gt;&lt;PRE&gt;Exception in thread "main" org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: 
Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
Caused by: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
Caused by: java.lang.reflect.InvocationTargetException
Caused by: javax.jdo.JDOFatalInternalException: Error creating transactional connection factory
NestedThrowables:
java.lang.reflect.InvocationTargetException
Caused by: org.datanucleus.exceptions.NucleusException: Attempt to invoke the "BONECP" plugin to create a ConnectionPool gave an error : The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the CLASSPATH. Please check your CLASSPATH specification, and the name of the driver.
Caused by: org.datanucleus.store.rdbms.connectionpool.DatastoreDriverNotFoundException: The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the CLASSPATH. Please check your CLASSPATH specification, and the name of the driver.

&lt;/PRE&gt;&lt;P&gt;in order to import metadata into Atlas, what could I do next ?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:13:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139593#M102218</guid>
      <dc:creator>dreamcoding</dc:creator>
      <dc:date>2016-06-15T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139594#M102219</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/8733/dreamcoding.html" nodeid="8733"&gt;@Ethan Hsieh&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Looks like hive metastore is using mysql in your case, add the mysql client jar to &amp;lt;atlas package&amp;gt;/bridge/hive/. That should work.&lt;/P&gt;&lt;P&gt;Ideally, import-hive.sh should use hive classpath so that all hive dependencies are included. Currently, we bundle hive dependencies as well and hence this issue if hive uses non-default driver.&lt;/P&gt;&lt;P&gt;Details: &lt;A href="https://issues.apache.org/jira/browse/ATLAS-96" target="_blank"&gt;https://issues.apache.org/jira/browse/ATLAS-96&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:18:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139594#M102219</guid>
      <dc:creator>ssubhas</dc:creator>
      <dc:date>2016-06-15T13:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139595#M102220</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/8733/dreamcoding.html" nodeid="8733"&gt;@Ethan Hsieh&lt;/A&gt;, Can you confirm if you are able to successfully  execute "show databases;" in hive shell.&lt;/P&gt;&lt;P&gt;Looks like you don't have a mysql-connector jar in $HIVE_HOME/lib. Please place the connector in hive lib and try to run the import script.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:20:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139595#M102220</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2016-06-15T13:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139596#M102221</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/8733/dreamcoding.html" nodeid="8733"&gt;@Ethan Hsieh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Looks like there is typo in the documentation.  The below config block should be added to hive-site.xml.&lt;/P&gt;&lt;PRE&gt;    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;atlas.cluster.name&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;primary&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;Also, the issue here is, metastoreclient requires "com.mysql.jdbc.Driver" class to be added to the classpath. So can you please download the appropriate jar for the above class(for example: &lt;A href="http://central.maven.org/maven2/mysql/mysql-connector-java/5.1.18/mysql-connector-java-5.1.18.jar)" target="_blank"&gt;http://central.maven.org/maven2/mysql/mysql-connector-java/5.1.18/mysql-connector-java-5.1.18.jar)&lt;/A&gt;  and place it under ATLAS_HOME/bridge/hive path. This should fix the issue.&lt;/P&gt;&lt;P&gt;Let me know if you face any issues further after following the above steps. Happy to help!!&lt;/P&gt;&lt;P&gt;-Ayub Khan&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:56:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139596#M102221</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-06-15T13:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139597#M102222</link>
      <description>&lt;P&gt;I never find the mysql client jar, but I try to add the mysql-connector-java-5.1.38-bin.jar to &amp;lt;atlas package&amp;gt;/bridge/hive/   (Is the mysql-connector-java-5.1.38-bin.jar same as mysql client jar ?), &lt;/P&gt;&lt;P&gt;it showed different error:&lt;/P&gt;&lt;PRE&gt;Exception in thread "main" com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused
    at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:155)
    at com.sun.jersey.api.client.filter.HTTPBasicAuthFilter.handle(HTTPBasicAuthFilter.java:105)
    at com.sun.jersey.api.client.Client.handle(Client.java:652)
    at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682)
    at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
    at com.sun.jersey.api.client.WebResource$Builder.method(WebResource.java:634)
    at org.apache.atlas.AtlasClient.callAPIWithResource(AtlasClient.java:1026)
    at org.apache.atlas.AtlasClient.callAPIWithRetries(AtlasClient.java:642)
    at org.apache.atlas.AtlasClient.callAPI(AtlasClient.java:1050)
    at org.apache.atlas.AtlasClient.getType(AtlasClient.java:537)
    at org.apache.atlas.hive.bridge.HiveMetaStoreBridge.registerHiveDataModel(HiveMetaStoreBridge.java:510)
    at org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:551)
Caused by: java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.net.Socket.connect(Socket.java:579)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
    at sun.net.www.http.HttpClient.&amp;lt;init&amp;gt;(HttpClient.java:211)
    at sun.net.www.http.HttpClient.New(HttpClient.java:308)
    at sun.net.www.http.HttpClient.New(HttpClient.java:326)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:998)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:934)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:852)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1302)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
    at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:253)
    at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:153)
    ... 11 more
Failed to import Hive Data Model!!!


&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:24:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139597#M102222</guid>
      <dc:creator>dreamcoding</dc:creator>
      <dc:date>2016-06-15T14:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139598#M102223</link>
      <description>&lt;P&gt;Add atlas.rest.address=&amp;lt;Atlas-host&amp;gt;:&amp;lt;port&amp;gt; property to atlas-application.properties and try to run the import script.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:40:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139598#M102223</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-06-15T14:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139599#M102224</link>
      <description>&lt;P&gt;Thank you very much. It import metadata successfully.&lt;/P&gt;&lt;P&gt;But there have other questions.&lt;/P&gt;&lt;P&gt;1. When I visit localhost:21000 and I click the hive_table imported, it show that No lineage data found. In my opinion, this hive table was imported from hive to atlas, so it should show the lineage between hive and atlas. But it showed nothing. How to let it show lineage data?&lt;/P&gt;&lt;P&gt;2. I try to configure the Hive Hook according official guide and (1)set "hive.exec.post.hooks" and "atlas.cluster.name" in hive-site.xml. (2)Add 'export HIVE_AUX_JARS_PATH=&amp;lt;atlas package&amp;gt;/hook/hive' in hive-env.sh. (3)Copy &amp;lt;atlas-conf&amp;gt;/atlas-application.properties to the hive conf directory.&lt;/P&gt;&lt;P&gt;After these configure, I type "hive" to enter the hive CLI and try to create a hive table, but it showed that&lt;/P&gt;&lt;PRE&gt;hive.exec.post.hooks Class not found:org.apache.atlas.hive.hook.HiveHook
FAILED: Hive Internal Error: java.lang.ClassNotFoundException(org.apache.atlas.hive.hook.HiveHook)
java.lang.ClassNotFoundException: org.apache.atlas.hive.hook.HiveHook
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:278)
        at org.apache.hadoop.hive.ql.hooks.HookUtils.getHooks(HookUtils.java:60)
        at org.apache.hadoop.hive.ql.Driver.getHooks(Driver.java:1309)
        at org.apache.hadoop.hive.ql.Driver.getHooks(Driver.java:1293)
        at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1516)
        at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1195)
        at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1059)
        at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1049)
        at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:213)
        at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:165)
        at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:376)
        at org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:736)
        at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:681)
        at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:621)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:212)


&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:05:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139599#M102224</guid>
      <dc:creator>dreamcoding</dc:creator>
      <dc:date>2016-06-15T21:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139600#M102225</link>
      <description>&lt;P&gt;1. When you import metadata from an already existing hive tables, it does not show lineage because hive does not provide these details to Atlas. If you want to see lineage in action, create table as select.&lt;/P&gt;&lt;P&gt;For example: Open hive cli and create below tables&lt;/P&gt;&lt;PRE&gt;create table sample (name String);
create table sample_ctas as select * from sample;
&lt;/PRE&gt;&lt;P&gt;2. After setting the mentioned configuration, did you restart your hivemetastore and hiveserver2? This should solve issue.&lt;/P&gt;&lt;P&gt;Let me know if you are still facing the issue. Happy to help!!&lt;/P&gt;&lt;P&gt;-- Ayub Khan&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:56:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139600#M102225</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-06-16T18:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139601#M102226</link>
      <description>&lt;P&gt;Hi,@Ayub Khan,&lt;/P&gt;&lt;P&gt;I opened the hive CLI, and executed what you said below, it shown as following:&lt;/P&gt;&lt;PRE&gt;hive&amp;gt; create table sample (name String);
OK
Time taken: 0.92 seconds
hive&amp;gt; create table sample_ctas as select * from sample;
Query ID = hadoop_20160624135004_3a9c1e30-1c10-4433-bb58-7408471a0fd9
Total jobs = 3
Launching Job 1 out of 3
Number of reduce tasks is set to 0 since there's no reduce operator
Job running in-process (local Hadoop)
2016-06-24 13:50:06,138 Stage-1 map = 100%,  reduce = 0%
Ended Job = job_local293851089_0001
Stage-4 is selected by condition resolver.
Stage-3 is filtered out by condition resolver.
Stage-5 is filtered out by condition resolver.
Moving data to: hdfs://localhost:9000/user/hive/warehouse/.hive-staging_hive_2016-06-24_13-50-04_539_811658628250176459-1/-ext-10001
Moving data to: hdfs://localhost:9000/user/hive/warehouse/sample_ctas
Table default.sample_ctas stats: [numFiles=1, numRows=0, totalSize=0, rawDataSize=0]
MapReduce Jobs Launched: 
Stage-Stage-1:  HDFS Read: 0 HDFS Write: 45 SUCCESS
Total MapReduce CPU Time Spent: 0 msec
OK
Time taken: 1.831 seconds

&lt;/PRE&gt;&lt;P&gt;It showed that I successfully create a table through CTAS.&lt;/P&gt;&lt;P&gt;And then, I run {ATLAS_HOME}/bin/import-hive.sh.&lt;/P&gt;&lt;P&gt;After it succeed, I visited &lt;A href="http://localhost:21000," rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:21000,&lt;/A&gt; and found the table sample_cats, but these is still no lineage data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5223-screenshot-from-2016-06-24-140455.png" style="width: 1440px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21819i63ED3019097D8F71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5223-screenshot-from-2016-06-24-140455.png" alt="5223-screenshot-from-2016-06-24-140455.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 08:26:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139601#M102226</guid>
      <dc:creator>dreamcoding</dc:creator>
      <dc:date>2019-08-19T08:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139602#M102227</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/40/apathan.html"&gt;@Ayub Pathan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;@Ayub Pathan&lt;/P&gt;&lt;P&gt;These issues still exist.&lt;/P&gt;&lt;P&gt;Firstly, I type "hive" and enter the Hive CLI. When I type "show tables;", then it report the errors like this:&lt;/P&gt;&lt;PRE&gt;hive.exec.post.hooks Class not found:org.apache.atlas.hive.hook.HiveHook
&lt;/PRE&gt;&lt;P&gt;Then export HIVE_AUX_JARS_PATH, and I run the services of hiveserver2 and metastore by using command:  "hiveserver2" and "hive --service metastore".&lt;/P&gt;&lt;P&gt;It will report the errors like this:&lt;/P&gt;&lt;PRE&gt;Exception in thread "main" java.lang.NoClassDefFoundError: com/google/gson/GsonBuilder&lt;/PRE&gt;&lt;P&gt;And the imported metadata also have no lineage data. What can I do next ? &lt;/P&gt;&lt;P&gt;As shown following, there is my atlas-application.properties :&lt;/P&gt;&lt;P&gt; (Most of them are default settings, I never change them. Should I delete the comments of atlas.lineage.*.*.*?)&lt;/P&gt;&lt;PRE&gt;#########  Graph Database Configs  #########
# Graph Storage
#atlas.graph.storage.backend=berkeleyje
#atlas.graph.storage.directory=${sys:atlas.home}/data/berkley

#Hbase as stoarge backend
atlas.graph.storage.backend=hbase
#For standalone mode , specify localhost
#for distributed mode, specify zookeeper quorum here - For more information refer &lt;A href="http://s3.thinkaurelius.com/docs/titan/current/hbase.html#_remote_server_mode_2" target="_blank"&gt;http://s3.thinkaurelius.com/docs/titan/current/hbase.html#_remote_server_mode_2&lt;/A&gt;
atlas.graph.storage.hostname=localhost
atlas.graph.storage.hbase.regions-per-server=1
atlas.graph.storage.lock.wait-time=10000

#Solr
#atlas.graph.index.search.backend=solr

# Solr cloud mode properties
#atlas.graph.index.search.solr.mode=cloud
#atlas.graph.index.search.solr.zookeeper-url=localhost:2181

#Solr http mode properties
#atlas.graph.index.search.solr.mode=http
#atlas.graph.index.search.solr.http-urls=http://localhost:8983/solr

# Graph Search Index
#ElasticSearch
atlas.graph.index.search.backend=elasticsearch
atlas.graph.index.search.directory=${sys:atlas.home}/data/es
atlas.graph.index.search.elasticsearch.client-only=false
atlas.graph.index.search.elasticsearch.local-mode=true
atlas.graph.index.search.elasticsearch.create.sleep=2000


#########  Notification Configs  #########
atlas.notification.embedded=true
atlas.kafka.data=${sys:atlas.home}/data/kafka
atlas.kafka.zookeeper.connect=localhost:9026
atlas.kafka.bootstrap.servers=localhost:9027
atlas.kafka.zookeeper.session.timeout.ms=400
atlas.kafka.zookeeper.sync.time.ms=20
atlas.kafka.auto.commit.interval.ms=1000
atlas.kafka.auto.offset.reset=smallest
atlas.kafka.hook.group.id=atlas


#########  Hive Lineage Configs  #########
# This models reflects the base super types for Data and Process
#atlas.lineage.hive.table.type.name=DataSet
#atlas.lineage.hive.process.type.name=Process
#atlas.lineage.hive.process.inputs.name=inputs
#atlas.lineage.hive.process.outputs.name=outputs

## Schema
atlas.lineage.hive.table.schema.query.hive_table=hive_table where name='%s'\, columns
atlas.lineage.hive.table.schema.query.Table=Table where name='%s'\, columns

## Server port configuration
#atlas.server.http.port=21000
#atlas.server.https.port=21443

#########  Security Properties  #########

# SSL config
atlas.enableTLS=false

#truststore.file=/path/to/truststore.jks
#cert.stores.credential.provider.path=jceks://file/path/to/credentialstore.jceks

#following only required for 2-way SSL
#keystore.file=/path/to/keystore.jks

# Authentication config

# enabled:  true or false
atlas.http.authentication.enabled=false
# type:  simple or kerberos
atlas.http.authentication.type=simple

#########  Server Properties  #########
atlas.rest.address=http://localhost:21000
# If enabled and set to true, this will run setup steps when the server starts
#atlas.server.run.setup.on.start=false

#########  Entity Audit Configs  #########
atlas.audit.hbase.tablename=ATLAS_ENTITY_AUDIT_EVENTS
atlas.audit.zookeeper.session.timeout.ms=1000
atlas.audit.hbase.zookeeper.quorum=localhost:2181

#########  High Availability Configuration ########
atlas.server.ha.enabled=false
#### Enabled the configs below as per need if HA is enabled #####
#atlas.server.ids=id1
#atlas.server.address.id1=localhost:21000
#atlas.server.ha.zookeeper.connect=localhost:2181
#atlas.server.ha.zookeeper.retry.sleeptime.ms=1000
#atlas.server.ha.zookeeper.num.retries=3
#atlas.server.ha.zookeeper.session.timeout.ms=20000
## if ACLs need to be set on the created nodes, uncomment these lines and set the values ##
#atlas.server.ha.zookeeper.acl=&amp;lt;scheme&amp;gt;:&amp;lt;id&amp;gt;
#atlas.server.ha.zookeeper.auth=&amp;lt;scheme&amp;gt;:&amp;lt;authinfo&amp;gt;


#### atlas.login.method {FILE,LDAP,AD} ####
atlas.login.method=FILE

### File path of users-credentials
atlas.login.credentials.file=${sys:atlas.home}/conf/users-credentials.properties

&lt;/PRE&gt;</description>
      <pubDate>Sat, 25 Jun 2016 08:04:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139602#M102227</guid>
      <dc:creator>dreamcoding</dc:creator>
      <dc:date>2016-06-25T08:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to import metadata from Hive into Atlas? And the atlas offcial guide maybe have wrong.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139603#M102228</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Pathan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These issues still exist. And I post the descriptions in the last answer, please check/
&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2016 08:21:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-import-metadata-from-Hive-into-Atlas-And-the-atlas/m-p/139603#M102228</guid>
      <dc:creator>dreamcoding</dc:creator>
      <dc:date>2016-06-25T08:21:56Z</dc:date>
    </item>
  </channel>
</rss>

