<?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 How does apache atlas version entity metadata? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-does-apache-atlas-version-entity-metadata/m-p/192737#M154801</link>
    <description>&lt;P&gt;Here is an apache atlas hive column entity:&lt;/P&gt;&lt;PRE&gt;{
  "referredEntities": {
    
  },
  "entity": {
    "typeName": "hive_column",
    "attributes": {
      "owner": null,
      "qualifiedName": "make",
      "name": "make",
      "description": null,
      "comment": null,
      "position": 0,
      "type": "make",
      "table": {
        "guid": "03fca616-ee26-4273-bf73-afb10fd1127c",
        "typeName": "hive_table"
      }
    },
    "guid": "d4ef03da-4659-4001-9597-02649a24e30b",
    "status": "ACTIVE",
    "createdBy": "admin",
    "updatedBy": "admin",
    "createTime": 1516120300604,
    "updateTime": 1516132015809,
    "version": 0,
    "classifications": [
      
    ]
  }
}&lt;/PRE&gt;&lt;P&gt;The above JSON contains a version property which has the value of 0.&lt;/P&gt;&lt;P&gt;I have changed the name property, qualifiedName property in the UI but the version value has remained 0.&lt;/P&gt;&lt;P&gt;Can someone explain what causes that value to change and explain how versioning works in Apache Atlas?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2018 01:41:30 GMT</pubDate>
    <dc:creator>bryancjacobs</dc:creator>
    <dc:date>2018-01-18T01:41:30Z</dc:date>
    <item>
      <title>How does apache atlas version entity metadata?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-does-apache-atlas-version-entity-metadata/m-p/192737#M154801</link>
      <description>&lt;P&gt;Here is an apache atlas hive column entity:&lt;/P&gt;&lt;PRE&gt;{
  "referredEntities": {
    
  },
  "entity": {
    "typeName": "hive_column",
    "attributes": {
      "owner": null,
      "qualifiedName": "make",
      "name": "make",
      "description": null,
      "comment": null,
      "position": 0,
      "type": "make",
      "table": {
        "guid": "03fca616-ee26-4273-bf73-afb10fd1127c",
        "typeName": "hive_table"
      }
    },
    "guid": "d4ef03da-4659-4001-9597-02649a24e30b",
    "status": "ACTIVE",
    "createdBy": "admin",
    "updatedBy": "admin",
    "createTime": 1516120300604,
    "updateTime": 1516132015809,
    "version": 0,
    "classifications": [
      
    ]
  }
}&lt;/PRE&gt;&lt;P&gt;The above JSON contains a version property which has the value of 0.&lt;/P&gt;&lt;P&gt;I have changed the name property, qualifiedName property in the UI but the version value has remained 0.&lt;/P&gt;&lt;P&gt;Can someone explain what causes that value to change and explain how versioning works in Apache Atlas?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 01:41:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-does-apache-atlas-version-entity-metadata/m-p/192737#M154801</guid>
      <dc:creator>bryancjacobs</dc:creator>
      <dc:date>2018-01-18T01:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: How does apache atlas version entity metadata?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-does-apache-atlas-version-entity-metadata/m-p/192738#M154802</link>
      <description>&lt;P&gt;(&lt;A rel="user" href="https://community.cloudera.com/users/12092/ssubramanian.html" nodeid="12092"&gt;@Sarath Subramanian&lt;/A&gt; Thanks for your help on this!)&lt;/P&gt;&lt;P&gt;Version number is primarily used for patch updates to existing data types.&lt;BR /&gt;On master, note the patches directory under &lt;EM&gt;addons/models/1000-Hadoop/patches&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AtlasTypeDefSoreInitializer.loadBootstrapTypeDefs&lt;/EM&gt; (&lt;EM&gt;repository/store/bootstrap/AtlasTypeDefStoreInitializer.java&lt;/EM&gt;) scans this directory and updates type definitions based on the version.&lt;/P&gt;&lt;P&gt;In short, it is used for maintenance of types. &lt;/P&gt;&lt;P&gt;Beyond this, &lt;EM&gt;version &lt;/EM&gt;is NOT used internally for validation, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 08:38:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-does-apache-atlas-version-entity-metadata/m-p/192738#M154802</guid>
      <dc:creator>amestry</dc:creator>
      <dc:date>2018-02-08T08:38:15Z</dc:date>
    </item>
  </channel>
</rss>

