<?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 entity bulk create results in ATLAS-500-00-007, Failed to notify for change CREATE in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Atlas-entity-bulk-create-results-in-ATLAS-500-00-007-Failed/m-p/219008#M180909</link>
    <description>&lt;P&gt;It seems these messages only occur on my sandbox environment. On my customers HDP 2.6.3 environment I haven't seen any ATLAS-500-00-007 errors yet.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Mar 2018 00:03:54 GMT</pubDate>
    <dc:creator>marcel-jan</dc:creator>
    <dc:date>2018-03-01T00:03:54Z</dc:date>
    <item>
      <title>Atlas entity bulk create results in ATLAS-500-00-007, Failed to notify for change CREATE</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-entity-bulk-create-results-in-ATLAS-500-00-007-Failed/m-p/219006#M180907</link>
      <description>&lt;P&gt;On a HDP 2.6.3 sandbox I'm creating a couple of HDFS path entities in bulk.&lt;/P&gt;&lt;P&gt;This is the JSON file I've used:&lt;/P&gt;&lt;PRE&gt;{
  "entities": [
    {
      "typeName": "hdfs_path",
      "attributes": {
        "path": "/user/dmaster/electionresults",
        "qualifiedName": "hdfs://sandbox.hortonworks.com:8020/user/dmaster/electionresults",
        "name": "/user/dmaster/electionresults"
      },
      "classification": [],
      "status": "ACTIVE"
    },
    {
      "typeName": "hdfs_path",
      "attributes": {
        "path": "/user/dmaster/nyse",
        "qualifiedName": "hdfs://sandbox.hortonworks.com:8020/user/dmaster/nyse",
        "name": "/user/dmaster/nyse"
      },
      "classification": [],
      "status": "ACTIVE"
    },
    {
      "typeName": "hdfs_path",
      "attributes": {
        "path": "/user/dmaster/lca",
        "qualifiedName": "hdfs://sandbox.hortonworks.com:8020/user/dmaster/lca",
        "name": "/user/dmaster/lca"
      },
      "classification": [],
      "status": "ACTIVE"
    }
  ],
  "referredEntities": {}
}
&lt;/PRE&gt;&lt;P&gt;And this is the Atlas REST API call I've ran:&lt;/P&gt;&lt;PRE&gt;curl -X POST -d @atlas_create_entities_bulk.json -u holger_gov:holger_gov -H 'Content-Type: application/json;  charset=UTF-8' &lt;A href="http://sandbox.hortonworks.com:21000/api/atlas/v2/entity/bulk" target="_blank"&gt;http://sandbox.hortonworks.com:21000/api/atlas/v2/entity/bulk&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;This resulted after a while in this error:&lt;/P&gt;&lt;PRE&gt;{"errorCode":"ATLAS-500-00-007","errorMessage":"Failed to notify for change CREATE"}&lt;/PRE&gt;&lt;P&gt;The HDFS path entities have been created (quite quickly I saw) and they seem okay. Should I be worried about this error message?&lt;/P&gt;&lt;P&gt;Here are the details on the created entities, retrieved with a /v2/search/dsl API call:&lt;/P&gt;&lt;PRE&gt;{
  "typeName": "hdfs_path",
  "attributes": {
    "owner": null,
    "qualifiedName": "hdfs://sandbox.hortonworks.com:8020/user/dmaster/electionresults",
    "name": "/user/dmaster/electionresults",
    "description": null
  },
  "guid": "b81c8a22-0346-4261-8cb7-1b0be91ee134",
  "status": "ACTIVE",
  "displayText": "/user/dmaster/electionresults",
  "classificationNames": []
},
{
  "typeName": "hdfs_path",
  "attributes": {
    "owner": null,
    "qualifiedName": "hdfs://sandbox.hortonworks.com:8020/user/dmaster/nyse",
    "name": "/user/dmaster/nyse",
    "description": null
  },
  "guid": "26b81bb8-4dcb-48d0-b0d4-37df38fff1b2",
  "status": "ACTIVE",
  "displayText": "/user/dmaster/nyse",
  "classificationNames": []
},
{
  "typeName": "hdfs_path",
  "attributes": {
    "owner": null,
    "qualifiedName": "hdfs://sandbox.hortonworks.com:8020/user/dmaster/lca",
    "name": "/user/dmaster/lca",
    "description": null
  },
  "guid": "e4789fba-67ef-4195-bc3f-afb1623985f8",
  "status": "ACTIVE",
  "displayText": "/user/dmaster/lca",
  "classificationNames": []
}&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:16:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-entity-bulk-create-results-in-ATLAS-500-00-007-Failed/m-p/219006#M180907</guid>
      <dc:creator>marcel-jan</dc:creator>
      <dc:date>2018-02-15T18:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas entity bulk create results in ATLAS-500-00-007, Failed to notify for change CREATE</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-entity-bulk-create-results-in-ATLAS-500-00-007-Failed/m-p/219007#M180908</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/16354/marcel-jan.html"&gt;Marcel-Jan Krijgsman&lt;/A&gt;&lt;/P&gt;The HDFS path entities have been created (quite quickly I saw) and they seem okay. Should I be worried about this error message?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Its issue if other application like RANGER is going to consume the Atlas hdfs entities created from ATLAS_ENTITIES Kafka topic, otherwise you can ignore the error message.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 14:47:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-entity-bulk-create-results-in-ATLAS-500-00-007-Failed/m-p/219007#M180908</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2018-02-20T14:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas entity bulk create results in ATLAS-500-00-007, Failed to notify for change CREATE</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-entity-bulk-create-results-in-ATLAS-500-00-007-Failed/m-p/219008#M180909</link>
      <description>&lt;P&gt;It seems these messages only occur on my sandbox environment. On my customers HDP 2.6.3 environment I haven't seen any ATLAS-500-00-007 errors yet.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 00:03:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-entity-bulk-create-results-in-ATLAS-500-00-007-Failed/m-p/219008#M180909</guid>
      <dc:creator>marcel-jan</dc:creator>
      <dc:date>2018-03-01T00:03:54Z</dc:date>
    </item>
  </channel>
</rss>

