<?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 description field will get populate in Apache Atlas ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225195#M75079</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/68258/nittala999.html" nodeid="68258"&gt;@Satya Nittala&lt;/A&gt;&lt;P&gt;Entity attributes can be updated using Entity Rest APIs (http://atlas.apache.org/api/v2/resource_EntityREST.html)&lt;/P&gt;&lt;P&gt;Simple way to update an attribute using PUT using curl :&lt;/P&gt;&lt;P&gt;&amp;lt;GUID of table&amp;gt; is the GUID of the hive_table entity :&lt;/P&gt;&lt;PRE&gt;curl -v -u admin:admin -H "Content-Type: application/json" -X PUT -d '"table_description"' "http://localhost:21000/api/atlas/v2/entity/guid/&amp;lt;GUID of table&amp;gt;?name=description"&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Feb 2018 18:00:34 GMT</pubDate>
    <dc:creator>ssainath</dc:creator>
    <dc:date>2018-02-28T18:00:34Z</dc:date>
    <item>
      <title>How description field will get populate in Apache Atlas ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225193#M75077</link>
      <description>&lt;P&gt;In Atlas , Description fields is available in Table level &amp;amp; Column Level , I want to update the description for my Table ?&lt;/P&gt;&lt;P&gt;While table creation we are giving comments but where we need to give Description for the table ?&lt;/P&gt;&lt;P&gt;Please help to solve this issue&lt;/P&gt;&lt;P&gt;Thanks in Advance...!!!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 19:51:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225193#M75077</guid>
      <dc:creator>nittala999</dc:creator>
      <dc:date>2018-02-27T19:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: How description field will get populate in Apache Atlas ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225194#M75078</link>
      <description>&lt;P&gt;entity properties updation is not supported through UI , you can update it using the rest call.&lt;/P&gt;&lt;P&gt;following blog will help you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/repos/62020/sample-update-hive-table-atlas-properties-through.html" target="_blank"&gt;https://community.hortonworks.com/repos/62020/sample-update-hive-table-atlas-properties-through.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 00:02:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225194#M75078</guid>
      <dc:creator>dsharma</dc:creator>
      <dc:date>2018-02-28T00:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: How description field will get populate in Apache Atlas ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225195#M75079</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/68258/nittala999.html" nodeid="68258"&gt;@Satya Nittala&lt;/A&gt;&lt;P&gt;Entity attributes can be updated using Entity Rest APIs (http://atlas.apache.org/api/v2/resource_EntityREST.html)&lt;/P&gt;&lt;P&gt;Simple way to update an attribute using PUT using curl :&lt;/P&gt;&lt;P&gt;&amp;lt;GUID of table&amp;gt; is the GUID of the hive_table entity :&lt;/P&gt;&lt;PRE&gt;curl -v -u admin:admin -H "Content-Type: application/json" -X PUT -d '"table_description"' "http://localhost:21000/api/atlas/v2/entity/guid/&amp;lt;GUID of table&amp;gt;?name=description"&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Feb 2018 18:00:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225195#M75079</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2018-02-28T18:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: How description field will get populate in Apache Atlas ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225196#M75080</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/68258/nittala999.html" nodeid="68258"&gt;@Satya Nittala&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;hive_table entity can be edited on UI if the property is set in conf/application-properties file of Atlas&lt;/P&gt;&lt;P&gt;To edit hive_table entities alone :&lt;/P&gt;&lt;PRE&gt;atlas.ui.editable.entity.types=hive_table&lt;/PRE&gt;&lt;P&gt;To edit entities of all types:&lt;/P&gt;&lt;PRE&gt;atlas.ui.editable.entity.types=*&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Feb 2018 18:52:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225196#M75080</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2018-02-28T18:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How description field will get populate in Apache Atlas ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225197#M75081</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/505/dsharma.html" nodeid="505"&gt;@Deepak Sharma&lt;/A&gt; ,&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 20:07:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225197#M75081</guid>
      <dc:creator>nittala999</dc:creator>
      <dc:date>2018-03-01T20:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How description field will get populate in Apache Atlas ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225198#M75082</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/505/dsharma.html" nodeid="505"&gt;@Deepak Sharma&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 20:07:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225198#M75082</guid>
      <dc:creator>nittala999</dc:creator>
      <dc:date>2018-03-01T20:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: How description field will get populate in Apache Atlas ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225199#M75083</link>
      <description>&lt;P&gt;Thank You &lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504"&gt;@Sharmadha Sainath&lt;/A&gt; , It is working Fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 20:08:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-description-field-will-get-populate-in-Apache-Atlas/m-p/225199#M75083</guid>
      <dc:creator>nittala999</dc:creator>
      <dc:date>2018-03-01T20:08:33Z</dc:date>
    </item>
  </channel>
</rss>

