<?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: Atlas Taxonomy subterms are not displayed in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123198#M85942</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;, can you provide version of you both the hdp (meaning working without fix and with fix) ?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2017 17:54:04 GMT</pubDate>
    <dc:creator>nixonrodrigues</dc:creator>
    <dc:date>2017-03-03T17:54:04Z</dc:date>
    <item>
      <title>Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123190#M85934</link>
      <description>&lt;P&gt;I created a subterm in Atals Web UI by selecting "Create Subterm" option under Catalogs. The message clearly displays subterm created. I can even retieve all the subterms using the api&lt;/P&gt;&lt;PRE&gt;&lt;A href="http://host:port/api/atlas/v1/taxonomies/Catalog/terms" target="_blank"&gt;http://host:port/api/atlas/v1/taxonomies/Catalog/terms&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;But they dont appear under Catalog dropdown menu.&lt;/P&gt;&lt;P&gt;On debugging I found Atlas to be calling an API&lt;/P&gt;&lt;PRE&gt;&lt;A href="http://host:port/api/atlas/v1/taxonomies/Catalog/terms?hierarchy/path:.&amp;amp;_=1487799123750" target="_blank"&gt;http://host:port/api/atlas/v1/taxonomies/Catalog/terms?hierarchy/path:.&amp;amp;_=1487799123750&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;which returns empty json&lt;/P&gt;&lt;P&gt;I changed this API to &lt;/P&gt;&lt;PRE&gt;&lt;A href="http://host:port/api/atlas/v1/taxonomies/Catalog/terms?hierarchy/path:/" target="_blank"&gt;http://host:port/api/atlas/v1/taxonomies/Catalog/terms?hierarchy/path:/&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;and this worked in my java application.&lt;/P&gt;&lt;P&gt;So I changed the URL building javascript TreeLayoutTerm.js to replace &lt;STRONG&gt;hierarchy/path:. -&amp;gt; &lt;/STRONG&gt;&lt;STRONG&gt;hierarchy/path:/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now the request that goes through web ui is something like &lt;/P&gt;&lt;PRE&gt;&lt;A href="http://host:port/api/atlas/v1/taxonomies/Catalog/terms?hierarchy/path:/&amp;amp;_=1487799123750" target="_blank"&gt;http://host:port/api/atlas/v1/taxonomies/Catalog/terms?hierarchy/path:/&amp;amp;_=1487799123750&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;But still it is fetching empty JSON.&lt;/P&gt;&lt;P&gt;Is this a bug of wrong path being sent to server or is there something I am missing like restart of depending services etc.&lt;/P&gt;&lt;P&gt;Any help would be highly appreciable&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 12:04:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123190#M85934</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-02-24T12:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123191#M85935</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/16218/poorvisachar.html"&gt;Poorvi Sachar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;What is HDP version or Apache Atlas release version you are using ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 18:29:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123191#M85935</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-02-28T18:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123192#M85936</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/13738/nixonrodrigues.html"&gt;Nixon Rodrigues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HDP Version: 2.5.3.0-37&lt;/P&gt;&lt;P&gt;Atlas Version: 0.7.0&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 19:27:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123192#M85936</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-02-28T19:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123193#M85937</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/13094-treelayoutviewjs.txt"&gt;treelayoutviewjs.txt&lt;/A&gt;@Poorvi Sachar,&lt;/P&gt;&lt;P&gt; Can you make this small change in fetchCollection: function(url, isParent) in Atlas server&lt;/P&gt;&lt;P&gt;webapp/atlas/js/views/business_catalog/TreeLayoutView.js at line 265 and try.&lt;/P&gt;&lt;PRE&gt;+                    this.childCollection.fetch({ reset: true,cache:true  });&lt;/PRE&gt;&lt;P&gt;Nixon&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 20:14:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123193#M85937</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-02-28T20:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123194#M85938</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Nixon Rodrigues&lt;/P&gt;Made the required changes but not able to see the taxonomy Subterms on UI.</description>
      <pubDate>Tue, 28 Feb 2017 20:50:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123194#M85938</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-02-28T20:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123195#M85939</link>
      <description>&lt;P&gt;@Nixon Rodrigues&lt;/P&gt;&lt;P&gt;Thanks this worked...earlier was not able to test the issue properly as was js was cached in the browser and was not fetching the updated js file..&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 22:45:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123195#M85939</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-02-28T22:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123196#M85940</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;If  my answer has resolved the issue, can you close this thread by accepting my Answers.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 20:15:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123196#M85940</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-01T20:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123197#M85941</link>
      <description>&lt;P&gt;@Nixon Rodrigues&lt;/P&gt;&lt;P&gt;Could you please explain it a bit as when I checked the TreeLayoutView.js file in hdp2.5 sandbox, the line(which you suggested me to change) in fetchCollection: function(url, isParent) is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.childCollection.fetch({ reset:true }); similar to what I have in my cluster but in case of hdp2.5 sandbox taxonomy terms are displayed without making the change but for the cluster the terms were not being shown earlier on UI but after the change suggested by you it worked.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 20:20:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123197#M85941</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-03-01T20:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123198#M85942</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;, can you provide version of you both the hdp (meaning working without fix and with fix) ?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 17:54:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123198#M85942</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-03T17:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123199#M85943</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/13738/nixon.rodrigues.html"&gt;Nixon Rodrigues&lt;/A&gt;  &lt;/P&gt;&lt;P&gt;hdp version for the sandbox working without the fix: 2.5.0.0-1245, atlas version: 0.7.0.2.5&lt;/P&gt;&lt;P&gt;hdp version for the cluster working with the fix: 2.5.3.0-37, atlas version: 0.7.0&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 18:30:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123199#M85943</guid>
      <dc:creator>poorvi_sachar</dc:creator>
      <dc:date>2017-03-03T18:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Taxonomy subterms are not displayed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123200#M85944</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;In HDP 2.5.0.0-1245, atlas version: 0.7.0.2.5 there were some IE issue which got fixed. to avoid caching issue &amp;amp;_=1487799123750 timestamp was appended to api url, but this introduced a regression in taxonomy.&lt;/P&gt;&lt;P&gt;And this bug is fixed in subsequent maint HDP releases, i provided you same fix for 2.5.3.0-37, atlas version: 0.7.0&lt;/P&gt;&lt;P&gt;Hope this clear the doubt.&lt;/P&gt;&lt;P&gt;Nixon&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 02:55:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Taxonomy-subterms-are-not-displayed/m-p/123200#M85944</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-04T02:55:58Z</dc:date>
    </item>
  </channel>
</rss>

