<?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 install and configure a minimum system of Apache Atlas? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-install-and-configure-a-minimum-system-of-Apache/m-p/125130#M26803</link>
    <description>&lt;P&gt;Do you mean that I must shutdown Atlas server before running the quick_start.py script?&lt;/P&gt;&lt;P&gt;And there is another important question: where does quick_start.py script get data from? In the other words, where should I import my data before running this script?&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 13:43:15 GMT</pubDate>
    <dc:creator>dreamcoding</dc:creator>
    <dc:date>2016-05-03T13:43:15Z</dc:date>
    <item>
      <title>How to install and configure a minimum system of Apache Atlas?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-install-and-configure-a-minimum-system-of-Apache/m-p/125128#M26801</link>
      <description>&lt;P&gt;I am a student and these questions make me frustrated several weeks, please help me.&lt;/P&gt;&lt;P&gt;According a developer in this community, running Atlas needs Hive, namely, the minimum system of Atlas must consist of Atlas, Hive, Hadoop and a RDBMS such as MySQL.&lt;/P&gt;&lt;P&gt;I also did much research, and read the tutorial on &lt;A href="https://github.com/shivajid/atlas" target="_blank"&gt;https://github.com/shivajid/atlas&lt;/A&gt;. But this tutorial is based on HDP, and my teacher requires me to configure the minimum system by myself.&lt;/P&gt;&lt;P&gt;I imitated this tutorial of shivajid/atlas mentioned above, and summary some main steps of this tutorial:&lt;/P&gt;&lt;P&gt;Step1: Download Hadoop and configure it.&lt;/P&gt;&lt;P&gt;Step2: Execute git clone to get the source code of Atlas, build it by maven, and configure it.&lt;/P&gt;&lt;P&gt;###   After this step, I started Atlas server, in order to verify if the server is up and running, I used a web browser to visit " &lt;/P&gt;&lt;P&gt;### http://localhost:21000/api/atlas/admin/version", and it showed some version information. but when I tried to visit "&lt;/P&gt;&lt;P&gt;### http://localhost:21000" or "http://localhost:21000/dashboard", it showed HTTP ERROR 500. This is my first question.&lt;/P&gt;&lt;P&gt;Step3: Install MySQL-server, create MySQL user and grant privileges to him.&lt;/P&gt;&lt;P&gt;Step4: Get binary Hive and configure MySQL as the metadata repository of Hive.&lt;/P&gt;&lt;P&gt;Step5: Execute the script of "MySQLSourceSystem.dll" which comes from tutorial of shivajid/atlas on github.&lt;/P&gt;&lt;P&gt;Step6: Import data from "drivers.csv" and "timesheet.csv" to tables in MySQL.&lt;/P&gt;&lt;P&gt;Step7: Execute script quick_start.py which in ${atlas_dir}/bin. &lt;/P&gt;&lt;P&gt;### But it report that, no data was added to the Apache Atlas Server. This is my second question and I stop here now.&lt;/P&gt;&lt;P&gt;The following steps,which were explained in the tutorialI, haven't been done:&lt;/P&gt;&lt;P&gt;Step8: Execute script sqoop_job.sh&lt;/P&gt;&lt;P&gt;Step9: Validate tables in Hive&lt;/P&gt;&lt;P&gt;Step10: Check metadata in Atlas Web UI.&lt;/P&gt;&lt;P&gt;Summary:&lt;/P&gt;&lt;P&gt;I did much research to configure the minimun system of Atlas but failed, so I concluded my main steps shown above.&lt;/P&gt;&lt;P&gt;But these are still a lots of problems:&lt;/P&gt;&lt;P&gt;1. After started Atlas server (Step 2), why I had failed to visit "http://localhost:21000/dashboard" and got ERROR 500.&lt;/P&gt;&lt;P&gt;2. After execute quick_start.py (Step 7), why it report that no data was added to the Apache Atlas Server?&lt;/P&gt;&lt;P&gt;3. I think, the tutorial of shivajid/atlas on github is outdated which was post in Sep 2015, and it must use HDP sanbox. Could anyone give me or help me to write a brief tutorial of minimum system of Atlas which just conclude these component: Atlas, Hive, Hadoop, MySQL. &lt;/P&gt;&lt;P&gt;This is my Email: dreamcoding@hotmail.com, If anyone have some relative stuff or material, please send them to me.&lt;/P&gt;&lt;P&gt;Thank you very much. Thank you! &lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 08:44:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-install-and-configure-a-minimum-system-of-Apache/m-p/125128#M26801</guid>
      <dc:creator>dreamcoding</dc:creator>
      <dc:date>2016-05-02T08:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to install and configure a minimum system of Apache Atlas?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-install-and-configure-a-minimum-system-of-Apache/m-p/125129#M26802</link>
      <description>&lt;P&gt;You mention that you start the Atlas server but did you shutdown Atlas before running the quick_start.py script? Perhaps there was a lock on the files which needed to be updated. &lt;/P&gt;&lt;P&gt;You may also need to verify that all variables and options are properly set. Here is a link to the install guide. &lt;A href="http://atlas.incubator.apache.org/InstallationSteps.html" target="_blank"&gt;http://atlas.incubator.apache.org/InstallationSteps.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 04:14:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-install-and-configure-a-minimum-system-of-Apache/m-p/125129#M26802</guid>
      <dc:creator>vnv</dc:creator>
      <dc:date>2016-05-03T04:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to install and configure a minimum system of Apache Atlas?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-install-and-configure-a-minimum-system-of-Apache/m-p/125130#M26803</link>
      <description>&lt;P&gt;Do you mean that I must shutdown Atlas server before running the quick_start.py script?&lt;/P&gt;&lt;P&gt;And there is another important question: where does quick_start.py script get data from? In the other words, where should I import my data before running this script?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 13:43:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-install-and-configure-a-minimum-system-of-Apache/m-p/125130#M26803</guid>
      <dc:creator>dreamcoding</dc:creator>
      <dc:date>2016-05-03T13:43:15Z</dc:date>
    </item>
  </channel>
</rss>

