[jira] [Commented] (ATLAS-3690) storm qualifiedName of hbase is not right

2020-03-28 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3690:


Commit b38c1fde42fbf576f5468d5a7a3ec96239c1c09a in atlas's branch 
refs/heads/branch-2.0 from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=b38c1fd ]

ATLAS-3690: updated Storm hook to fix incorrect qualifiedName format for HBase 
table entities (jackylau via madhan)

Signed-off-by: Madhan Neethiraj 
(cherry picked from commit ef20f8ff337519166ae837d8a884ef5f875ea84b)


> storm qualifiedName of hbase is not right
> -
>
> Key: ATLAS-3690
> URL: https://issues.apache.org/jira/browse/ATLAS-3690
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 2.0.0
>Reporter: jackylau
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: ATLAS-3690-branch-2.0.0.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> hi all, when i read the code of storm hook, i found that 
> {code:java}
> // code placeholder
> public static String getHbaseTableQualifiedName(String metadataNamespace, 
> String nameSpace, String tableName) {
> return String.format("%s.%s@%s", nameSpace.toLowerCase(), 
> tableName.toLowerCase(), metadataNamespace);
> }
> {code}
> I am not familiar with atlas, i think the qualified name is unique for search 
> by JanusGraph.
> And the atlas  document of hbase table is used with separator ":"
> So I think it should be %s:%s@%s.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3690) storm qualifiedName of hbase is not right

2020-03-28 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3690:


Commit ef20f8ff337519166ae837d8a884ef5f875ea84b in atlas's branch 
refs/heads/master from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=ef20f8f ]

ATLAS-3690: updated Storm hook to fix incorrect qualifiedName format for HBase 
table entities (jackylau via madhan)

Signed-off-by: Madhan Neethiraj 


> storm qualifiedName of hbase is not right
> -
>
> Key: ATLAS-3690
> URL: https://issues.apache.org/jira/browse/ATLAS-3690
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 2.0.0
>Reporter: jackylau
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: ATLAS-3690-branch-2.0.0.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> hi all, when i read the code of storm hook, i found that 
> {code:java}
> // code placeholder
> public static String getHbaseTableQualifiedName(String metadataNamespace, 
> String nameSpace, String tableName) {
> return String.format("%s.%s@%s", nameSpace.toLowerCase(), 
> tableName.toLowerCase(), metadataNamespace);
> }
> {code}
> I am not familiar with atlas, i think the qualified name is unique for search 
> by JanusGraph.
> And the atlas  document of hbase table is used with separator ":"
> So I think it should be %s:%s@%s.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3690) storm qualifiedName of hbase is not right

2020-03-26 Thread jackylau (Jira)


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

jackylau commented on ATLAS-3690:
-

ok [~madhan], thanks for your response

> storm qualifiedName of hbase is not right
> -
>
> Key: ATLAS-3690
> URL: https://issues.apache.org/jira/browse/ATLAS-3690
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 2.0.0
>Reporter: jackylau
>Priority: Major
> Fix For: 2.1.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> hi all, when i read the code of storm hook, i found that 
> {code:java}
> // code placeholder
> public static String getHbaseTableQualifiedName(String metadataNamespace, 
> String nameSpace, String tableName) {
> return String.format("%s.%s@%s", nameSpace.toLowerCase(), 
> tableName.toLowerCase(), metadataNamespace);
> }
> {code}
> I am not familiar with atlas, i think the qualified name is unique for search 
> by JanusGraph.
> And the atlas  document of hbase table is used with separator ":"
> So I think it should be %s:%s@%s.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)