[
https://issues.apache.org/jira/browse/ATLAS-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15063712#comment-15063712
]
Hemanth Yamijala commented on ATLAS-395:
----------------------------------------
Couple of comments:
* With this patch, I am again seeing the first time refresh problem that I
noticed in ATLAS-385, where-in I need to refresh the page once to get the
lineage to work. The initial navigation to the views do not fire the required
service calls.
* There are some fields which are coming up as JSON dumps now. One improvement
we could make here is that if the array element or map value is a referenceable
entity (i.e has an ID), we could make those hyperlinked. This is similar to how
we handle the DB and Storage Description (SD) values in a hive view.
Can you please look into these?
> UI : In details page maps not displayed for different data models
> -----------------------------------------------------------------
>
> Key: ATLAS-395
> URL: https://issues.apache.org/jira/browse/ATLAS-395
> Project: Atlas
> Issue Type: Bug
> Affects Versions: 0.6-incubating
> Reporter: Darshan Kumar
> Assignee: Darshan Kumar
> Labels: patch-available
> Attachments: ATLAS-395.patch
>
>
> The response for scope data model
> commandlineOpts : key,value
> {
> "requestId":"qtp1879648991-116 - 95121c27-1bdd-43e8-8f32-1c087038e88a",
> "GUID":"f9aef3cb-f243-4b91-9c19-d1086aaadfc4",
> "definition":{
>
> "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
> "id":{
>
> "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
> "id":"f9aef3cb-f243-4b91-9c19-d1086aaadfc4",
> "version":0,
> "typeName":"sqoop_process"
> },
> "typeName":"sqoop_process",
> "values":{
> "name":"sqoop_mysql_localhost_2181_sqoop_table_12434343",
> "startTime":1450342252394,
> "description":null,
> "outputs":[
> {
>
> "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
> "id":"a8d2846e-8854-47f2-9d24-16a4655f7f49",
> "version":0,
> "typeName":"DataSet"
> }
> ],
> "commandlineOpts":{
> "option2":"value2",
> "option1":"value1",
> "option4":"value4",
> "option3":"value3"
> },
> "endTime":1450342262394,
> "inputs":[
> {
>
> "jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
> "id":"7f1149b0-12c0-401f-9543-c2de18fb6b8e",
> "version":0,
> "typeName":"DataSet"
> }
> ],
> "operation":"select",
> "userName":"sqoop_admin"
> },
> "traitNames":[
> ],
> "traits":{
> }
> }
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)