<?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: Where can i find atlas_start.py? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229331#M84881</link>
    <description>&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt;I can see the error as &lt;/P&gt;&lt;P&gt;Exception caught in &amp;lt;EventBatchPublisher(Thread-5435, started daemon 140041392408320)&amp;gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/threads.py", line 58, in run&lt;/P&gt;&lt;P&gt;self._run()&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/push.py", line 1403, in _run&lt;/P&gt;&lt;P&gt;self._publish_event_batch()&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/push.py", line 1210, in _publish_event_batch&lt;/P&gt;&lt;P&gt;self.sequence_token = self._put_log_events(self.event_batch)&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/push.py", line 1248, in _put_log_events&lt;/P&gt;&lt;P&gt;response = self.logs_service.put_log_events(**params)&lt;/P&gt;&lt;P&gt;File "/root/.local/lib/python2.7/site-packages/botocore/client.py", line 320, in _api_call&lt;/P&gt;&lt;P&gt;return self._make_api_call(operation_name, kwargs)&lt;/P&gt;&lt;P&gt;File "/root/.local/lib/python2.7/site-packages/botocore/client.py", line 623, in _make_api_call&lt;/P&gt;&lt;P&gt;raise error_class(parsed_response, operation_name)&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2018 08:43:15 GMT</pubDate>
    <dc:creator>anjiraju33</dc:creator>
    <dc:date>2018-11-14T08:43:15Z</dc:date>
    <item>
      <title>Where can i find atlas_start.py?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229324#M84874</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have installed apache atlas on ec2 instance on single node. I did follow the steps as listed in the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://atlas.apache.org/InstallationSteps.html" target="_blank"&gt;http://atlas.apache.org/InstallationSteps.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I am unable to find te atlas_start.py to start the script. (I did find the script in  distro/src/bin/) but couldnt run the script. I am expecting the file to be in distro/target.&lt;/P&gt;&lt;P&gt;Could anyone help me if I am missing something??&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 07:05:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229324#M84874</guid>
      <dc:creator>anjiraju33</dc:creator>
      <dc:date>2018-11-14T07:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i find atlas_start.py?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229325#M84875</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/84172/anjiraju33.html" nodeid="84172"&gt;@Anji Raju&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you have installed Atlas using Yum command as following  OR used Ambari UI to install Atlas Service &lt;/P&gt;&lt;PRE&gt;# yum install atlas-metadata&amp;lt;br&amp;gt;&lt;/PRE&gt;&lt;P&gt;Then you should be able to see the mentioned file in some location like following:&lt;/P&gt;&lt;PRE&gt;# ls -l /usr/hdp/w.x.y.z/atlas/bin/atlas_start.py
(OR)
# ls -l /usr/hdp/current/atlas-client/bin/atlas_start.py
# ls -l /usr/hdp/current/atlas-server/bin/atlas_start.py &lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Here the "w.x.y.z" will be your HDP version.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# ls -l /usr/hdp/2.6.5.0-292/atlas/bin/atlas_start.py
-rwxr-xr-x. 1 atlas hadoop 6025 May 11  2018 /usr/hdp/2.6.5.0-292/atlas/bin/atlas_start.py&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Please refer to the following link to &lt;STRONG&gt;install Atlas from hortonworks repo&lt;/STRONG&gt;: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_data-governance/content/ch_hdp_data_governance_install_atlas_ambari.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_data-governance/content/ch_hdp_data_governance_install_atlas_ambari.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;With HDP 2.6 you get Apache Atlas 0.8.0 See:  &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_release-notes/content/comp_versions.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_release-notes/content/comp_versions.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;With HDP 3.0 you get Apache Atlas 1.0.0 See:  &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/release-notes/content/comp_versions.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/release-notes/content/comp_versions.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 07:18:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229325#M84875</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-11-14T07:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i find atlas_start.py?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229326#M84876</link>
      <description>&lt;P&gt;hi &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt; I dont have any HDP setup. I am installing it on single node ec2 instance.&lt;/P&gt;&lt;P&gt;moreover in the distro, the target isnt created.  I am definetly missing something &lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 07:31:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229326#M84876</guid>
      <dc:creator>anjiraju33</dc:creator>
      <dc:date>2018-11-14T07:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i find atlas_start.py?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229327#M84877</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/84172/anjiraju33.html" nodeid="84172"&gt;@Anji Raju&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It may be because you there may be some build failure when you tried to build the package:&lt;/P&gt;&lt;PRE&gt;# tar xvfz apache-atlas-1.1.0-sources.tar.gz
# cd apache-atlas-sources-1.1.0/
#export MAVEN_OPTS="-Xms2g -Xmx2g"
# mvn clean -DskipTests install
# mvn clean -DskipTests package -Pdist&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Did you notice any failure while executing any of this command?&lt;/P&gt;&lt;P&gt;I see that the file is already present in the Atlas 1.1.0 branch.  &lt;A href="https://github.com/apache/atlas/blob/release-1.1.0-rc0/distro/src/bin/atlas_start.py" target="_blank"&gt;https://github.com/apache/atlas/blob/release-1.1.0-rc0/distro/src/bin/atlas_start.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Please refer to the Apache Atlas Github instructions to build your desired distro: &lt;A href="https://github.com/apache/atlas/tree/release-1.1.0-rc0" target="_blank"&gt;https://github.com/apache/atlas/tree/release-1.1.0-rc0&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;Build Process
=============

1. Get Atlas sources to your local directory, for example with following commands  
   $ cd &amp;lt;your-local-directory&amp;gt;
   $ git clone &amp;lt;a href="https://github.com/apache/atlas.git"&amp;gt;https://github.com/apache/atlas.git&amp;lt;/a&amp;gt;
   $ cd atlas

   # Checkout the branch or tag you would like to build
   #
   # to checkout a branch
     $ git checkout &amp;lt;branch&amp;gt;

   # to checkout a tag
     $ git checkout tags/&amp;lt;tag&amp;gt;

2. Execute the following commands to build Apache Atlas

   $ export MAVEN_OPTS="-Xms2g -Xmx2g"
   $ mvn clean install
   $ mvn clean package -Pdist&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 07:37:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229327#M84877</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-11-14T07:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i find atlas_start.py?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229328#M84878</link>
      <description>&lt;P&gt;hi &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt; Thanks for the suggestions. There were few build failures. I did correct them AND  after the steps atlas got successfullt installed.&lt;/P&gt;&lt;P&gt;p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff; min-height: 13.0px}
span.s1 {font-variant-ligatures: no-common-ligatures}&lt;/P&gt;&lt;P&gt;./bin/atlas_start.py&lt;/P&gt;&lt;P&gt;configured for local elasticsearch.&lt;/P&gt;&lt;P&gt;elasticsearch started.&lt;/P&gt;&lt;P&gt;starting atlas on host localhost&lt;/P&gt;&lt;P&gt;starting atlas on port 21000&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Apache Atlas Server started!!!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;However when i am trying to use curl to check the atlas, its throwing an following Error:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;Error 503 &amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;h2&amp;gt;HTTP ERROR: 503&amp;lt;/h2&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;Problem accessing /api/atlas/admin/version. Reason:&lt;/P&gt;&lt;P&gt;&amp;lt;pre&amp;gt;Service Unavailable&amp;lt;/pre&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;hr /&amp;gt;&amp;lt;a href="http://eclipse.org/jetty"&amp;gt;Powered by Jetty:// 9.3.14.v20161028&amp;lt;/a&amp;gt;&amp;lt;hr/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;I was checking the pom.xml file, but wasn't sure what to add or delete from the properties&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 07:59:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229328#M84878</guid>
      <dc:creator>anjiraju33</dc:creator>
      <dc:date>2018-11-14T07:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i find atlas_start.py?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229329#M84879</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/84172/anjiraju33.html" nodeid="84172"&gt;@Anji Raju&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ok as you are noticing a  &lt;STRONG&gt;503&lt;/STRONG&gt; Service Unavailable &lt;STRONG&gt;Error&lt;/STRONG&gt; in Http Response which means there must be some Error logged inside the Atlas logs.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you can take a look at the atlas logs then you will get better idea on why atlas is not responding fine.&lt;BR /&gt;&lt;STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 08:01:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229329#M84879</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-11-14T08:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i find atlas_start.py?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229330#M84880</link>
      <description>&lt;P&gt;I am able to see something like this &lt;BR /&gt;&lt;BR /&gt;p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff}
span.s1 {font-variant-ligatures: no-common-ligatures}&lt;/P&gt;&lt;P&gt;Exception caught in &amp;lt;EventBatchPublisher(Thread-5435, started daemon 140041392408320)&amp;gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/threads.py", line 58, in run&lt;/P&gt;&lt;P&gt;self._run()&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/push.py", line 1403, in _run&lt;/P&gt;&lt;P&gt;self._publish_event_batch()&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/push.py", line 1210, in _publish_event_batch&lt;/P&gt;&lt;P&gt;self.sequence_token = self._put_log_events(self.event_batch)&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/push.py", line 1248, in _put_log_events&lt;/P&gt;&lt;P&gt;response = self.logs_service.put_log_events(**params)&lt;/P&gt;&lt;P&gt;File "/root/.local/lib/python2.7/site-packages/botocore/client.py", line 320, in _api_call&lt;/P&gt;&lt;P&gt;return self._make_api_call(operation_name, kwargs)&lt;/P&gt;&lt;P&gt;File "/root/.local/lib/python2.7/site-packages/botocore/client.py", line 623, in _make_api_call&lt;/P&gt;&lt;P&gt;raise error_class(parsed_response, operation_name)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 08:43:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229330#M84880</guid>
      <dc:creator>anjiraju33</dc:creator>
      <dc:date>2018-11-14T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i find atlas_start.py?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229331#M84881</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt;I can see the error as &lt;/P&gt;&lt;P&gt;Exception caught in &amp;lt;EventBatchPublisher(Thread-5435, started daemon 140041392408320)&amp;gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/threads.py", line 58, in run&lt;/P&gt;&lt;P&gt;self._run()&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/push.py", line 1403, in _run&lt;/P&gt;&lt;P&gt;self._publish_event_batch()&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/push.py", line 1210, in _publish_event_batch&lt;/P&gt;&lt;P&gt;self.sequence_token = self._put_log_events(self.event_batch)&lt;/P&gt;&lt;P&gt;File "/usr/lib/python2.7/dist-packages/cwlogs/push.py", line 1248, in _put_log_events&lt;/P&gt;&lt;P&gt;response = self.logs_service.put_log_events(**params)&lt;/P&gt;&lt;P&gt;File "/root/.local/lib/python2.7/site-packages/botocore/client.py", line 320, in _api_call&lt;/P&gt;&lt;P&gt;return self._make_api_call(operation_name, kwargs)&lt;/P&gt;&lt;P&gt;File "/root/.local/lib/python2.7/site-packages/botocore/client.py", line 623, in _make_api_call&lt;/P&gt;&lt;P&gt;raise error_class(parsed_response, operation_name)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 08:43:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-i-find-atlas-start-py/m-p/229331#M84881</guid>
      <dc:creator>anjiraju33</dc:creator>
      <dc:date>2018-11-14T08:43:15Z</dc:date>
    </item>
  </channel>
</rss>

