[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] [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=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=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] [Updated] (ATLAS-3701) Performance improvements in writing audit logs - Classification dissociation

2020-03-28 Thread Nikhil Bonte (Jira)


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

Nikhil Bonte updated ATLAS-3701:

Component/s:  atlas-core

> Performance improvements in writing audit logs - Classification dissociation
> 
>
> Key: ATLAS-3701
> URL: https://issues.apache.org/jira/browse/ATLAS-3701
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Nikhil Bonte
>Assignee: Nikhil Bonte
>Priority: Major
>
> Further to ATLAS-3568, 
> this will improve audit writing in case of classfication dissociation



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


[jira] [Created] (ATLAS-3701) Performance improvements in writing audit logs - Classification dissociation

2020-03-28 Thread Nikhil Bonte (Jira)
Nikhil Bonte created ATLAS-3701:
---

 Summary: Performance improvements in writing audit logs - 
Classification dissociation
 Key: ATLAS-3701
 URL: https://issues.apache.org/jira/browse/ATLAS-3701
 Project: Atlas
  Issue Type: Improvement
Reporter: Nikhil Bonte
Assignee: Nikhil Bonte


Further to ATLAS-3568, 

this will improve audit writing in case of classfication dissociation



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


[jira] [Updated] (ATLAS-3685) UI: Bulk import Business Metadata attribute assignment to entities

2020-03-28 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3685:
---
Attachment: ATLAS-3685.patch

> UI: Bulk import Business Metadata attribute assignment to entities
> --
>
> Key: ATLAS-3685
> URL: https://issues.apache.org/jira/browse/ATLAS-3685
> Project: Atlas
>  Issue Type: Sub-task
>Affects Versions: 3.0.0
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3685.patch
>
>




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


[jira] [Commented] (ATLAS-3687) Documentation Links on Home Page are 404'd

2020-03-28 Thread Keval Bhatt (Jira)


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

Keval Bhatt commented on ATLAS-3687:


[~csmithbrian] could you please provide the links and page where you have found 
the dead links?

> Documentation Links on Home Page are 404'd
> --
>
> Key: ATLAS-3687
> URL: https://issues.apache.org/jira/browse/ATLAS-3687
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 2.0.0
> Environment: Chrome 80 on Windows 10
>Reporter: Brian Smith
>Assignee: Keval Bhatt
>Priority: Major
>  Labels: Documentation, website
>
> Several documentation and other links on the home page (atlas.apache.org) are 
> dead links. It looks like they are missing a /#/ between the domain url and 
> the site name (eg, 'Downloads')



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


[jira] [Assigned] (ATLAS-3687) Documentation Links on Home Page are 404'd

2020-03-28 Thread Keval Bhatt (Jira)


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

Keval Bhatt reassigned ATLAS-3687:
--

Assignee: Keval Bhatt

> Documentation Links on Home Page are 404'd
> --
>
> Key: ATLAS-3687
> URL: https://issues.apache.org/jira/browse/ATLAS-3687
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 2.0.0
> Environment: Chrome 80 on Windows 10
>Reporter: Brian Smith
>Assignee: Keval Bhatt
>Priority: Major
>  Labels: Documentation, website
>
> Several documentation and other links on the home page (atlas.apache.org) are 
> dead links. It looks like they are missing a /#/ between the domain url and 
> the site name (eg, 'Downloads')



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


[jira] [Assigned] (ATLAS-3682) Multivalued attributes are not listed under Business Metadata Attribute filter

2020-03-28 Thread Keval Bhatt (Jira)


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

Keval Bhatt reassigned ATLAS-3682:
--

Assignee: Keval Bhatt

> Multivalued attributes are not listed under Business Metadata Attribute filter
> --
>
> Key: ATLAS-3682
> URL: https://issues.apache.org/jira/browse/ATLAS-3682
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Affects Versions: 2.1.0, 3.0.0
>Reporter: Umesh Padashetty
>Assignee: Keval Bhatt
>Priority: Major
> Attachments: Screenshot 2020-03-24 at 1.01.54 AM.png, Screenshot 
> 2020-03-24 at 1.02.28 AM.png
>
>
> Added attributes of different types, noticed that the multi valued attributes 
> are bot being listed for an entity filter, even when the attribute is 
> applicable to that entity. Screenshots attached below.
> As you can see, the attribute "Reviewed by" which is of type "array" 
> is not being listed under the Business Metadata Attribute drop down.
> CC: [~kevalbhatt]



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


[jira] [Commented] (ATLAS-3156) UI:No loading animation while creating or deleting a Classification, Create Entity, View loading

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


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

ASF subversion and git services commented on ATLAS-3156:


Commit d32b78b75f4ba64050ce9e049eefd0e73e64336f in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=d32b78b ]

ATLAS-3156 : Assign term/category loader not disappearing

(cherry picked from commit 22ca98b04cb8c66c60ca1f688029d2fe9682e7af)


> UI:No loading animation while creating or deleting a Classification, Create 
> Entity, View loading
> 
>
> Key: ATLAS-3156
> URL: https://issues.apache.org/jira/browse/ATLAS-3156
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3156-1.patch, ATLAS-3156.patch
>
>
> While creating a Classification, there is no loading animation or any 
> indication to the user that the creation process is underway. The user only 
> gets a notification that the creation process is complete. If for some reason 
> the creation process takes a long while, then this lack of indication might 
> confuse the user into thinking that nothing is happening on clicking the 
> 'Create' button.
>  
> This same issue exists when trying to delete a classification.



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


[jira] [Commented] (ATLAS-3156) UI:No loading animation while creating or deleting a Classification, Create Entity, View loading

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


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

ASF subversion and git services commented on ATLAS-3156:


Commit 22ca98b04cb8c66c60ca1f688029d2fe9682e7af in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=22ca98b ]

ATLAS-3156 : Assign term/category loader not disappearing


> UI:No loading animation while creating or deleting a Classification, Create 
> Entity, View loading
> 
>
> Key: ATLAS-3156
> URL: https://issues.apache.org/jira/browse/ATLAS-3156
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3156-1.patch, ATLAS-3156.patch
>
>
> While creating a Classification, there is no loading animation or any 
> indication to the user that the creation process is underway. The user only 
> gets a notification that the creation process is complete. If for some reason 
> the creation process takes a long while, then this lack of indication might 
> confuse the user into thinking that nothing is happening on clicking the 
> 'Create' button.
>  
> This same issue exists when trying to delete a classification.



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


[jira] [Updated] (ATLAS-3156) UI:No loading animation while creating or deleting a Classification, Create Entity, View loading

2020-03-28 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3156:
---
Attachment: ATLAS-3156-1.patch

> UI:No loading animation while creating or deleting a Classification, Create 
> Entity, View loading
> 
>
> Key: ATLAS-3156
> URL: https://issues.apache.org/jira/browse/ATLAS-3156
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3156-1.patch, ATLAS-3156.patch
>
>
> While creating a Classification, there is no loading animation or any 
> indication to the user that the creation process is underway. The user only 
> gets a notification that the creation process is complete. If for some reason 
> the creation process takes a long while, then this lack of indication might 
> confuse the user into thinking that nothing is happening on clicking the 
> 'Create' button.
>  
> This same issue exists when trying to delete a classification.



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