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

2020-03-28 Thread Madhan Neethiraj (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj updated ATLAS-3690:

Fix Version/s: 3.0.0

> 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, 3.0.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] [Updated] (ATLAS-3690) storm qualifiedName of hbase is not right

2020-03-27 Thread jackylau (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jackylau updated ATLAS-3690:

Summary: storm qualifiedName of hbase is not right  (was: storm qualiftname 
of hbase is not right)

> 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)