[jira] [Commented] (ATLAS-1139) Parameter name of a DataSet entity should contain filesystem path

2016-09-12 Thread Suma Shivaprasad (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484890#comment-15484890
 ] 

Suma Shivaprasad commented on ATLAS-1139:
-

Similiar changes are needed in StormHook

> Parameter name of a DataSet entity should contain filesystem path
> -
>
> Key: ATLAS-1139
> URL: https://issues.apache.org/jira/browse/ATLAS-1139
> Project: Atlas
>  Issue Type: Bug
>Reporter: Vimal Sharma
>Assignee: Vimal Sharma
> Attachments: ATLAS-1139.patch
>
>
> In lineage graph, input and output entity can have the same value in 
> attribute "name". This causes ambiguity for the user to correctly understand 
> the lineage graph.
> The proposal is to set normalized path as the value of "name" attribute.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-1139) Parameter name of a DataSet entity should contain filesystem path

2016-09-12 Thread Suma Shivaprasad (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484839#comment-15484839
 ] 

Suma Shivaprasad commented on ATLAS-1139:
-

Can we use 
https://hadoop.apache.org/docs/r2.7.2/api/org/apache/hadoop/fs/Path.html#getPathWithoutSchemeAndAuthority(org.apache.hadoop.fs.Path)
 to get the HDFS path instead of the current way of doing it?

> Parameter name of a DataSet entity should contain filesystem path
> -
>
> Key: ATLAS-1139
> URL: https://issues.apache.org/jira/browse/ATLAS-1139
> Project: Atlas
>  Issue Type: Bug
>Reporter: Vimal Sharma
>Assignee: Vimal Sharma
> Attachments: ATLAS-1139.patch
>
>
> In lineage graph, input and output entity can have the same value in 
> attribute "name". This causes ambiguity for the user to correctly understand 
> the lineage graph.
> The proposal is to set normalized path as the value of "name" attribute.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)