<?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 run Atlas sample example in Hortonworks Ambari Cluster ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-run-Atlas-sample-example-in-Hortonworks-Ambari/m-p/108167#M21759</link>
    <description>&lt;P&gt;Thanks &lt;A href="https://community.hortonworks.com/questions/20972/how-to-run-atlas-sample-example-in-hortonworks-amb.html"&gt;@ebergenholtz&lt;/A&gt;. Query is now returning a data. I was running
wrong query.&lt;/P&gt;&lt;P&gt;Now query is returning value but no lineage data found message is showing in input and output but in details it is showing it is import from sqoop. Please help.&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2583-firstresult.jpg"&gt;firstresult.jpg&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2584-details.jpg"&gt;details.jpg&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2585-input.jpg"&gt;input.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If possible, can you please help me to understand Atlas more
what all the things I can do with Atlas and exactly what configuration, tables,
flow I need to create so it give me desired output.&lt;/P&gt;&lt;P&gt;Any suggested tutorial.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2016 13:02:08 GMT</pubDate>
    <dc:creator>pardeepgorla</dc:creator>
    <dc:date>2016-03-04T13:02:08Z</dc:date>
    <item>
      <title>How to run Atlas sample example in Hortonworks Ambari Cluster ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-run-Atlas-sample-example-in-Hortonworks-Ambari/m-p/108165#M21757</link>
      <description>&lt;P&gt;We are using Hortonworks Ambari cluster, recently configured Atlas.&lt;/P&gt;&lt;P&gt;1. Atlas UI is working fine, opening in 21000 port.&lt;/P&gt;&lt;P&gt;2. Successfully run ./import-hive.sh script after importing required jar in bridge/hive folder&lt;/P&gt;&lt;P&gt;Now how can I see my tables in Atlas. I have created table in hive. Data flow mysql --&amp;gt; sqoop --&amp;gt; hive&lt;/P&gt;&lt;P&gt;Do I need to create new flow after every configuration change or Atlas is working for old tables as well.&lt;/P&gt;&lt;P&gt;Gone through various link like: &lt;A href="https://github.com/shivajid/atlas/tree/master/tutorial" target="_blank"&gt;https://github.com/shivajid/atlas/tree/master/tutorial&lt;/A&gt; but still not clear about the steps&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 19:20:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-run-Atlas-sample-example-in-Hortonworks-Ambari/m-p/108165#M21757</guid>
      <dc:creator>pardeepgorla</dc:creator>
      <dc:date>2016-03-03T19:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Atlas sample example in Hortonworks Ambari Cluster ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-run-Atlas-sample-example-in-Hortonworks-Ambari/m-p/108166#M21758</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3196/pardeepgorla.html" nodeid="3196"&gt;@Pardeep Gorla&lt;/A&gt; - &lt;/P&gt;&lt;P&gt;If import-hive.sh was executed correctly, then you should be able to query for hive tables through the Atlas UI using syntax such as:&lt;/P&gt;&lt;P&gt;hive_table&lt;/P&gt;&lt;P&gt;hive_table where tableName="employee" &lt;/P&gt;&lt;P&gt;This will make use of the Atlas DSL to search as opposed to the free text search which the Atlas UI will default to IF the DSL query does not yield any results.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 21:04:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-run-Atlas-sample-example-in-Hortonworks-Ambari/m-p/108166#M21758</guid>
      <dc:creator>ebergenholtz</dc:creator>
      <dc:date>2016-03-03T21:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to run Atlas sample example in Hortonworks Ambari Cluster ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-run-Atlas-sample-example-in-Hortonworks-Ambari/m-p/108167#M21759</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://community.hortonworks.com/questions/20972/how-to-run-atlas-sample-example-in-hortonworks-amb.html"&gt;@ebergenholtz&lt;/A&gt;. Query is now returning a data. I was running
wrong query.&lt;/P&gt;&lt;P&gt;Now query is returning value but no lineage data found message is showing in input and output but in details it is showing it is import from sqoop. Please help.&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2583-firstresult.jpg"&gt;firstresult.jpg&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2584-details.jpg"&gt;details.jpg&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2585-input.jpg"&gt;input.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If possible, can you please help me to understand Atlas more
what all the things I can do with Atlas and exactly what configuration, tables,
flow I need to create so it give me desired output.&lt;/P&gt;&lt;P&gt;Any suggested tutorial.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 13:02:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-run-Atlas-sample-example-in-Hortonworks-Ambari/m-p/108167#M21759</guid>
      <dc:creator>pardeepgorla</dc:creator>
      <dc:date>2016-03-04T13:02:08Z</dc:date>
    </item>
  </channel>
</rss>

