<?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: Issue about Atlas lineage? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104187#M50397</link>
    <description>&lt;P&gt;Thanks to see you gain Ayub,&lt;/P&gt;&lt;P&gt;Could you please post what changes you have made in above json?&lt;/P&gt;&lt;P&gt;did you change guid somewhere to link to dataset or something else?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2016 20:27:32 GMT</pubDate>
    <dc:creator>Manus</dc:creator>
    <dc:date>2016-12-29T20:27:32Z</dc:date>
    <item>
      <title>Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104185#M50395</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I able able to create lineage(i.e hive_process) between two dataset in apache atlas,i have referred below link to complete this task&lt;/P&gt;&lt;P&gt;Link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/74875/how-to-create-hive-table-entity-in-apache-atlas-us.html#comment-75132"&gt;https://community.hortonworks.com/questions/74875/how-to-create-hive-table-entity-in-apache-atlas-us.html#comment-75132&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to set lineage between table1 and table2 successfully but now my requirement like,&lt;/P&gt;&lt;P&gt;Consider,I already have created hive table using hive query, it's metadata is also present in altas  and I want to link  or create lineage between this already created table and the one which i will going to create using REST API,to do this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;what changes I need to make in json file which we are using to create hive_process?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;which one is that property, you have set in json file because of it we can link table1 and table2?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 19:38:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104185#M50395</guid>
      <dc:creator>Manus</dc:creator>
      <dc:date>2016-12-29T19:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104186#M50396</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10447/manoj-dhake.html" nodeid="10447"&gt;@Manoj Dhake&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;As an extension to what was answered &lt;A href="https://community.hortonworks.com/questions/74875/how-to-create-hive-table-entity-in-apache-atlas-us.html#comment-75132"&gt;here&lt;/A&gt;, just create another table named table3 and submit the below json using /api/atlas/entities REST API.&lt;/P&gt;&lt;PRE&gt;[{
  "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
  "id":{
    "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
    "id":"-11893021824425513",
    "version":0,
    "typeName":"hive_process",
    "state":"ACTIVE"
  },
  "typeName":"hive_process",
  "values":{
    "queryId":"hive_20161228094619_81b13647-4f7f-4f1b-9c08-0f64eb8dbb34",
    "name":"create table table3 as select * from table2",
    "startTime":"2016-12-28T09:46:19.003Z",
    "queryPlan":{
 
 
    },
    "operationType":"CREATETABLE_AS_SELECT",
    "outputs":[
      {
        "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
        "id":{
          "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
          "id":"-11893021824425516",
          "version":0,
          "typeName":"hive_table",
          "state":"ACTIVE"
        },
        "typeName":"hive_table",
        "values":{
          "tableType":"MANAGED_TABLE",
          "name":"table3",
          "createTime":"2016-12-28T09:46:30.000Z",
          "temporary":false,
          "db":{
            "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
            "id":{
              "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
              "id":"-11893021824425517",
              "version":0,
              "typeName":"hive_db",
              "state":"ACTIVE"
            },
            "typeName":"hive_db",
            "values":{
              "name":"default",
              "location":"hdfs://mycluster/apps/hive/warehouse",
              "description":"Default Hive database",
              "ownerType":2,
              "qualifiedName":"default@cl1",
              "owner":"public",
              "clusterName":"cl1",
              "parameters":{
 
 
              }
            },
            "traitNames":[
 
 
            ],
            "traits":{
 
 
            }
          },
          "retention":0,
          "qualifiedName":"default.table3@cl1",
          "columns":[
            {
              "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
              "id":{
                "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
                "id":"-11893021824425514",
                "version":0,
                "typeName":"hive_column",
                "state":"ACTIVE"
              },
              "typeName":"hive_column",
              "values":{
                "name":"abc",
                "qualifiedName":"default.table3.abc@cl1",
                "owner":"hive",
                "type":"string",
                "table":{
                  "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
                  "id":"-11893021824425516",
                  "version":0,
                  "typeName":"hive_table",
                  "state":"ACTIVE"
                }
              },
              "traitNames":[
 
 
              ],
              "traits":{
 
 
              }
            }
          ],
          "lastAccessTime":"2016-12-28T09:46:30.000Z",
          "owner":"hive",
          "sd":{
            "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
            "id":{
              "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
              "id":"-11893021824425515",
              "version":0,
              "typeName":"hive_storagedesc",
              "state":"ACTIVE"
            },
            "typeName":"hive_storagedesc",
            "values":{
              "location":"hdfs://mycluster/apps/hive/warehouse/table3",
              "serdeInfo":{
                "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
                "typeName":"hive_serde",
                "values":{
                  "serializationLib":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe",
                  "parameters":{
                    "serialization.format":"1"
                  }
                }
              },
              "qualifiedName":"default.table3@cl1_storage",
              "outputFormat":"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat",
              "compressed":false,
              "numBuckets":-1,
              "inputFormat":"org.apache.hadoop.mapred.TextInputFormat",
              "parameters":{
 
 
              },
              "storedAsSubDirectories":false,
              "table":{
                "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
                "id":"-11893021824425516",
                "version":0,
                "typeName":"hive_table",
                "state":"ACTIVE"
              }
            },
            "traitNames":[
 
 
            ],
            "traits":{
 
 
            }
          },
          "parameters":{
            "rawDataSize":"0",
            "numFiles":"0",
            "transient_lastDdlTime":"1482918390",
            "totalSize":"0",
            "COLUMN_STATS_ACCURATE":"{\"BASIC_STATS\":\"true\"}",
            "numRows":"0"
          },
          "partitionKeys":[
 
 
          ]
        },
        "traitNames":[
 
 
        ],
        "traits":{
 
 
        }
      }
    ],
    "endTime":"2016-12-28T09:46:31.211Z",
    "recentQueries":[
      "create table table3 as select * from table2"
    ],
    "inputs":[
      {
        "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
        "id":{
          "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
          "id":"-11893021824425520",
          "version":0,
          "typeName":"hive_table",
          "state":"ACTIVE"
        },
        "typeName":"hive_table",
        "values":{
          "tableType":"MANAGED_TABLE",
          "name":"table2",
          "createTime":"2016-12-28T09:34:53.000Z",
          "temporary":false,
          "db":{
            "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
            "id":{
              "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
              "id":"-11893021824425521",
              "version":0,
              "typeName":"hive_db",
              "state":"ACTIVE"
            },
            "typeName":"hive_db",
            "values":{
              "name":"default",
              "location":"hdfs://mycluster/apps/hive/warehouse",
              "description":"Default Hive database",
              "ownerType":2,
              "qualifiedName":"default@cl1",
              "owner":"public",
              "clusterName":"cl1",
              "parameters":{
 
 
              }
            },
            "traitNames":[
 
 
            ],
            "traits":{
 
 
            }
          },
          "retention":0,
          "qualifiedName":"default.table2@cl1",
          "columns":[
            {
              "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
              "id":{
                "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
                "id":"-11893021824425518",
                "version":0,
                "typeName":"hive_column",
                "state":"ACTIVE"
              },
              "typeName":"hive_column",
              "values":{
                "name":"abc",
                "qualifiedName":"default.table2.abc@cl1",
                "owner":"hive",
                "type":"string",
                "table":{
                  "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
                  "id":"-11893021824425520",
                  "version":0,
                  "typeName":"hive_table",
                  "state":"ACTIVE"
                }
              },
              "traitNames":[
 
 
              ],
              "traits":{
 
 
              }
            }
          ],
          "lastAccessTime":"2016-12-28T09:34:53.000Z",
          "owner":"hive",
          "sd":{
            "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
            "id":{
              "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
              "id":"-11893021824425519",
              "version":0,
              "typeName":"hive_storagedesc",
              "state":"ACTIVE"
            },
            "typeName":"hive_storagedesc",
            "values":{
              "location":"hdfs://mycluster/apps/hive/warehouse/table2",
              "serdeInfo":{
                "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
                "typeName":"hive_serde",
                "values":{
                  "serializationLib":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe",
                  "parameters":{
                    "serialization.format":"1"
                  }
                }
              },
              "qualifiedName":"default.table2@cl1_storage",
              "outputFormat":"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat",
              "compressed":false,
              "numBuckets":-1,
              "inputFormat":"org.apache.hadoop.mapred.TextInputFormat",
              "parameters":{
 
 
              },
              "storedAsSubDirectories":false,
              "table":{
                "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
                "id":"-11893021824425520",
                "version":0,
                "typeName":"hive_table",
                "state":"ACTIVE"
              }
            },
            "traitNames":[
 
 
            ],
            "traits":{
 
 
            }
          },
          "parameters":{
            "rawDataSize":"0",
            "numFiles":"0",
            "transient_lastDdlTime":"1482917693",
            "totalSize":"0",
            "COLUMN_STATS_ACCURATE":"{\"BASIC_STATS\":\"true\"}",
            "numRows":"0"
          },
          "partitionKeys":[
 
 
          ]
        },
        "traitNames":[
 
 
        ],
        "traits":{
 
 
        }
      }
    ],
    "qualifiedName":"default.table3@cl1:1482918390000",
    "queryText":"create table table3 as select * from table2",
    "clusterName":"cl1",
    "userName":"hive"
  },
  "traitNames":[
 
 
  ],
  "traits":{
 
 
  }
}]
&lt;/PRE&gt;&lt;P&gt;You have to change multiple properties, basically there is a input JSON block that talks about the entity(hive table, say table2) and output JSON block that talks about the entity(hive table say table3) which acts as input and output to the process respectively. Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 19:46:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104186#M50396</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-12-29T19:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104187#M50397</link>
      <description>&lt;P&gt;Thanks to see you gain Ayub,&lt;/P&gt;&lt;P&gt;Could you please post what changes you have made in above json?&lt;/P&gt;&lt;P&gt;did you change guid somewhere to link to dataset or something else?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 20:27:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104187#M50397</guid>
      <dc:creator>Manus</dc:creator>
      <dc:date>2016-12-29T20:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104188#M50398</link>
      <description>&lt;P&gt;Nope, GUIDs here are just negative large numbers. Entities(hive tables, process) are identified by their qualified name and when the JSON is saved to the backend datastore, it will be stored with the actual GUIDs of entities(hive tables and hive process). Attaching &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/10902-diff.txt"&gt;diff.txt&lt;/A&gt; of two processes JSON, this should give you the list of changes. Let me know if you have any queries&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2016 20:33:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104188#M50398</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-12-29T20:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104189#M50399</link>
      <description>&lt;P&gt;
	Thank you Ayub,&lt;/P&gt;&lt;P&gt;
	it's working fine for me,&lt;/P&gt;&lt;P&gt;
	I have one query here, &lt;/P&gt;&lt;P&gt;I have one table &lt;STRONG&gt;table5 &lt;/STRONG&gt;has columns &lt;STRONG&gt;id, name &lt;/STRONG&gt;and &lt;STRONG&gt;age, &lt;/STRONG&gt;After inserting the &lt;STRONG&gt;table5&lt;/STRONG&gt; metadata into Atlas I am getting the repeated column I.e. name only. however not getting metadata for &lt;STRONG&gt;Id&lt;/STRONG&gt; and &lt;STRONG&gt;age&lt;/STRONG&gt; column.&lt;/P&gt;&lt;P&gt;Please find here the below &lt;STRONG&gt;table5&lt;/STRONG&gt; JSON &amp;amp; let me know if any mistake is there in JSON.&lt;/P&gt;&lt;P&gt;Please find attached Atlas image I am getting output like shown in image.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/10990-atlas-snapshot.png"&gt;atlas-snapshot.png&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;[
{
"traits":{

},
"traitNames":[

],
"values":{
"ownerType":2,
"owner":"root",
"qualifiedName":"default@Sandbox",
"clusterName":"Sandbox",
"name":"default",
"description":"emr hive database",
"location":"hdfs:\/\/sandbox.hortonworks.com:8020\/apps\/hive\/\/warehouse",
"parameters":{

}
},
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
"typeName":"hive_db",
"id":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_db",
"id":"-11893021824425525",
"state":"ACTIVE",
"version":0
}
},
{
"traits":{

},
"traitNames":[

],
"values":{
"owner":"root",
"temporary":false,
"lastAccessTime":"2017-01-03T11:02:53.000Z",
"qualifiedName":"default.table5@Sandbox",
"columns":[
{
"traits":{

},
"traitNames":[

],
"values":{
"owner":"root",
"qualifiedName":"default.table5.name@Sandbox",
"name":"name",
"type":"string",
"table":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_table",
"id":"-11893021824425524",
"state":"ACTIVE",
"version":0
}
},
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
"typeName":"hive_column",
"id":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_column",
"id":"-11893021824425522",
"state":"ACTIVE",
"version":0
}
},
{
"traits":{

},
"traitNames":[

],
"values":{
"owner":"root",
"qualifiedName":"default.table5.id@Sandbox",
"name":"id",
"type":"int",
"table":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_table",
"id":"-11893021824425524",
"state":"ACTIVE",
"version":0
}
},
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
"typeName":"hive_column",
"id":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_column",
"id":"-11893021824425522",
"state":"ACTIVE",
"version":0
}
},
{
"traits":{

},
"traitNames":[

],
"values":{
"owner":"root",
"qualifiedName":"default.table5.age@Sandbox",
"name":"age",
"type":"int",
"table":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_table",
"id":"-11893021824425524",
"state":"ACTIVE",
"version":0
}
},
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
"typeName":"hive_column",
"id":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_column",
"id":"-11893021824425522",
"state":"ACTIVE",
"version":0
}
}
],
"tableType":"MANAGED_TABLE",
"sd":{
"traits":{

},
"traitNames":[

],
"values":{
"qualifiedName":"default.table5@Sandbox_storage",
"storedAsSubDirectories":false,
"location":"hdfs:\/\/sandbox.hortonworks.com:8020\/apps\/hive\/warehouse\/table5",
"compressed":false,
"inputFormat":"org.apache.hadoop.mapred.TextInputFormat",
"outputFormat":"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat",
"parameters":{

},
"serdeInfo":{
"values":{
"serializationLib":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe",
"parameters":{
"serialization.format":"1"
}
},
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
"typeName":"hive_serde"
},
"table":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_table",
"id":"-11893021824425524",
"state":"ACTIVE",
"version":0
},
"numBuckets":-1
},
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
"typeName":"hive_storagedesc",
"id":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_storagedesc",
"id":"-11893021824425523",
"state":"ACTIVE",
"version":0
}
},
"createTime":"2017-01-03T11:02:53.000Z",
"name":"table5",
"partitionKeys":[

],
"parameters":{
"totalSize":"0",
"rawDataSize":"0",
"numRows":"0",
"COLUMN_STATS_ACCURATE":"{\"BASIC_STATS\":\"true\"}",
"numFiles":"0",
"transient_lastDdlTime":"1482917693"
},
"db":{
"traits":{

},
"traitNames":[

],
"values":{
"ownerType":2,
"owner":"root",
"qualifiedName":"default@Sandbox",
"clusterName":"Sandbox",
"name":"default",
"description":"emr hive database",
"location":"hdfs:\/\/sandbox.hortonworks.com:8020\/apps\/hive\/\/warehouse",
"parameters":{

}
},
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
"typeName":"hive_db",
"id":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_db",
"id":"-11893021824425525",
"state":"ACTIVE",
"version":0
}
},
"retention":0
},
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
"typeName":"hive_table",
"id":{
"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
"typeName":"hive_table",
"id":"-11893021824425524",
"state":"ACTIVE",
"version":0
}
}
]&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Jan 2017 13:58:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104189#M50399</guid>
      <dc:creator>Manus</dc:creator>
      <dc:date>2017-01-03T13:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104190#M50400</link>
      <description>&lt;P&gt;Hi Ayub,&lt;/P&gt;&lt;P&gt;The above issue is solved. Actually there was mistake in JSON.&lt;/P&gt;&lt;P&gt;Whenever we have multiple columns in a table  we must have to provide different &lt;STRONG&gt;random GUID long number&lt;/STRONG&gt; (not same for all the column) even though it's negative number only in such a case Apache atlas will able to different column names otherwise,will get same name for all columns in Apache Atlas UI.&lt;/P&gt;&lt;P&gt;To make this work I have just provided different random ID for each columns as follows:&lt;/P&gt;&lt;P&gt;Please find attached  the correct JSON file :&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 15:01:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104190#M50400</guid>
      <dc:creator>Manus</dc:creator>
      <dc:date>2017-01-03T15:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104191#M50401</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10447/manoj-dhake.html" nodeid="10447"&gt;@Manoj Dhake&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Great! I was about to share the same info.. Thanks for sharing the details.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 15:30:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104191#M50401</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-01-03T15:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104192#M50402</link>
      <description>&lt;P&gt;Hi Ayub,&lt;/P&gt;&lt;P&gt;We have two table i.e. table4 and table5 having columns Id, Name, Age.&lt;/P&gt;&lt;P&gt;we have inserted entity metadata, lineage metadata of both table in Atlas and able to see the schema and lineage graph in Atlas.&lt;/P&gt;&lt;P&gt;After that I have deleted the entity metadata of table5 and reinserted entity metadata of table5.&lt;/P&gt;&lt;P&gt;Next I have inserted the same lineage metadata (earlier lineage JSON metadata) of both table in atlas; however not able to see the lineage graph of two table. getting below response message from atlas server.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{"requestId":"qtp662559856-30620 -
26dbb640-9629-4c29-b209-32331e52962e","entities":{}}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please find here the below lineage JSON metadata and let me know the mistake I have done.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11010-lineagejson.txt"&gt;lineagejson.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;so after deleting table hive table entity and reinserting same metadata(i.e. hive table entity JSON data) we are unable to see the lineage in atlas ,so what could be the reason behind this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;what actually mistake I am making in lineage json second time because of which I am not getting lineage?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do I need to change the value of process id or process name in JSON ?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 18:53:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104192#M50402</guid>
      <dc:creator>Manus</dc:creator>
      <dc:date>2017-01-03T18:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104193#M50403</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10447/manoj-dhake.html" nodeid="10447"&gt;@Manoj Dhake&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Could you please post this as a different question? As this might help other community members as well?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 19:59:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104193#M50403</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-01-03T19:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue about Atlas lineage?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104194#M50404</link>
      <description>&lt;P&gt;Hi Ayub,&lt;/P&gt;&lt;P&gt;Here is the link for above same question,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/75818/issue-regarding-apache-atlas-rest-api-to-create-hi.html"&gt;https://community.hortonworks.com/questions/75818/issue-regarding-apache-atlas-rest-api-to-create-hi.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:05:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-about-Atlas-lineage/m-p/104194#M50404</guid>
      <dc:creator>Manus</dc:creator>
      <dc:date>2017-01-03T20:05:35Z</dc:date>
    </item>
  </channel>
</rss>

