<?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: Lineage data failed to fetch in Atlas Web UI for large tables in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120341#M83109</link>
    <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/85061/lineage-data-failed-to-fetch-in-atlas-web-ui-for-l.html#"&gt;@Poorvi Sachar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If it shows "Lineage not found" , it is not an exception or error . It means that actually there is no Lineage.&lt;/P&gt;</description>
    <pubDate>Sat, 04 Mar 2017 03:39:01 GMT</pubDate>
    <dc:creator>ssainath</dc:creator>
    <dc:date>2017-03-04T03:39:01Z</dc:date>
    <item>
      <title>Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120332#M83100</link>
      <description>&lt;P&gt;On my atlas web UI, selecting a table takes too much time to fetch lineage and incase of big tables after loading for too long it just displays "No Lineage Data Found"
on checking the requests made which are taking long I found one REST API's being called 2 times which take somewhere between 3-5 mins. Sometimes it successfully fetches data and displays lineage but in case of too big tables no lineage data appears. &lt;/P&gt;&lt;P&gt;The API which is being called twice is:- &lt;/P&gt;&lt;PRE&gt;Request URL:http://hostname:port/api/atlas/lineage/c797bffa-37d0-4b23-b168-998ffc4855e3/inputs/graph?_=1487780877854&lt;/PRE&gt;&lt;P&gt; JSON Response &lt;/P&gt;&lt;PRE&gt;{"requestId":"qtp1177377518-69414 - 3e3301e8-4944-429e-96fe-9ef640684372","results":{"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Struct","typeName":"__tempQueryResultStruct523","values":{"vertices":{},"edges":{}}}} &lt;/PRE&gt;&lt;P&gt;Time Taken 3.7 minutes.&lt;/P&gt;&lt;P&gt;I guess the request is taking too long to process and hence empty vertices and edges are recieved in the JSON Response.
Is there someway I can increase the time for this request to be processed or better improve the performance altogether by using some caching mechanism or something.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 01:55:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120332#M83100</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-02-23T01:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120333#M83101</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/16218/poorvisachar.html" nodeid="16218"&gt;@Poorvi Sachar&lt;/A&gt;&lt;P&gt;What does the atlas application log say, when this request is made? which version of HDP is this? Is it possible to attach the application log here for debugging?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:04:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120333#M83101</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-02-23T11:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120334#M83102</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16218/poorvisachar.html" nodeid="16218"&gt;@Poorvi Sachar&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Same API is not called twice . It must be&lt;/P&gt;&lt;P&gt;&lt;A href="http://hostname:port/api/atlas/lineage/c797bffa-37d0-4b23-b168-998ffc4855e3/" target="_blank"&gt;http://hostname:port/api/atlas/lineage/c797bffa-37d0-4b23-b168-998ffc4855e3/&lt;/A&gt;&lt;STRONG&gt;inputs&lt;/STRONG&gt;/graph&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="http://hostname:port/api/atlas/lineage/c797bffa-37d0-4b23-b168-998ffc4855e3/" target="_blank"&gt;http://hostname:port/api/atlas/lineage/c797bffa-37d0-4b23-b168-998ffc4855e3/&lt;/A&gt;&lt;STRONG&gt;outputs&lt;/STRONG&gt;/graph&lt;/P&gt;&lt;P&gt;Can you please check ? If it's not , it is a bug possibly.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 20:02:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120334#M83102</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2017-02-23T20:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120335#M83103</link>
      <description>&lt;P&gt;As a am a newbie could you please tell me which logs to attach here..&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 11:53:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120335#M83103</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-02-24T11:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120336#M83104</link>
      <description>&lt;P&gt;yeah sorry its two different apis...could still you please help me figure out why lineage data is not being fetched or how could i really check in the db it there is no data....also is there some method to improve this performance...as it usually takes 3-4 mins to fetch data for small tables which is way too much&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 11:55:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120336#M83104</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-02-24T11:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120337#M83105</link>
      <description>&lt;P&gt;Atlas logs are stored in application.log file which can be found at &amp;lt;ATLAS_HOME&amp;gt;/logs/application.log.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 13:31:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120337#M83105</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-02-24T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120338#M83106</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16218/poorvisachar.html" nodeid="16218"&gt;@Poorvi Sachar&lt;/A&gt; Are you still seeing this issue? if yes, please attach the application logs?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 16:38:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120338#M83106</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-02-27T16:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120339#M83107</link>
      <description>&lt;P&gt;How long does it take for other APIs ? Atlas server might be residing in a remote location and you might be pinging from your local machine hence there can be network delay. Can you please login to the machine and do curl GET of the same APIs and add -w to curl to check the time taken ?&lt;/P&gt;&lt;P&gt;Also, &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; I guess the request is taking too long to process and hence empty vertices and edges are recieved in the JSON Response.&lt;/P&gt;&lt;P&gt;This is not true. UI says "Lineage not found" when there is really no lineage data. Truthfulness of this API response doesn't depend on the time taken. We should debug why the API call takes long time.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 17:00:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120339#M83107</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2017-02-28T17:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120340#M83108</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Ayub Khan &lt;/P&gt;&lt;P&gt;Yes for few tables the lineage result shows as - "Lineage data not found". I am not sure that whether it has nothing to show or it just fetches null edges and vertices because the api call takes a longer duration to complete.&lt;/P&gt;&lt;P&gt;Do you need to see some specific section of the application logs? Also I did not find anything related to the issue but incase you still need it then maybe you can tell me what exactly are you looking for as the logs contain some extra information.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 22:26:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120340#M83108</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-03-01T22:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lineage data failed to fetch in Atlas Web UI for large tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120341#M83109</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/85061/lineage-data-failed-to-fetch-in-atlas-web-ui-for-l.html#"&gt;@Poorvi Sachar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If it shows "Lineage not found" , it is not an exception or error . It means that actually there is no Lineage.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:39:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Lineage-data-failed-to-fetch-in-Atlas-Web-UI-for-large/m-p/120341#M83109</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2017-03-04T03:39:01Z</dc:date>
    </item>
  </channel>
</rss>

