[jira] [Updated] (ATLAS-4271) When unauthorised user is tries to create a relationship, message thrown is incorrect

2021-04-30 Thread Jayendra Parab (Jira)


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

Jayendra Parab updated ATLAS-4271:
--
Description: 
When an unauthorized user (say user1) tries to create a relationship between 
two entities (say type1 and type2), the error message thrown is 
{code:java}
user1 is not authorized to perform create relationship-def{code}
The expected message should be 
{code:java}
user1 is not authorized to perform read type-def of category ENTITY type1{code}
The current message should be thrown when an user with read-only access tries 
to create a relationship.

  was:
When an unauthorized user (say user1) tries to create a relationship between 
two entities (say type1 and type2), the error message thrown is 
user1 is not authorized to perform create relationship-def 
The expected message should be 
{code:java}
user1 is not authorized to perform read type-def of category ENTITY type1{code}
The current message should be thrown when an user with read-only access tries 
to create a relationship.


> When unauthorised user is tries to create a relationship, message thrown is 
> incorrect
> -
>
> Key: ATLAS-4271
> URL: https://issues.apache.org/jira/browse/ATLAS-4271
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 2.1.0
>Reporter: Jayendra Parab
>Assignee: Jayendra Parab
>Priority: Major
>
> When an unauthorized user (say user1) tries to create a relationship between 
> two entities (say type1 and type2), the error message thrown is 
> {code:java}
> user1 is not authorized to perform create relationship-def{code}
> The expected message should be 
> {code:java}
> user1 is not authorized to perform read type-def of category ENTITY 
> type1{code}
> The current message should be thrown when an user with read-only access tries 
> to create a relationship.



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


[jira] [Created] (ATLAS-4271) When unauthorised user is tries to create a relationship, message thrown is incorrect

2021-04-30 Thread Jayendra Parab (Jira)
Jayendra Parab created ATLAS-4271:
-

 Summary: When unauthorised user is tries to create a relationship, 
message thrown is incorrect
 Key: ATLAS-4271
 URL: https://issues.apache.org/jira/browse/ATLAS-4271
 Project: Atlas
  Issue Type: Bug
Affects Versions: 2.1.0
Reporter: Jayendra Parab
Assignee: Jayendra Parab


When an unauthorized user (say user1) tries to create a relationship between 
two entities (say type1 and type2), the error message thrown is 
user1 is not authorized to perform create relationship-def 
The expected message should be 
{code:java}
user1 is not authorized to perform read type-def of category ENTITY type1{code}
The current message should be thrown when an user with read-only access tries 
to create a relationship.



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


[GitHub] [atlas] vladhlinsky commented on pull request #137: ATLAS-4263: Fix KafkaUtils to always enclose property values in double-quotes

2021-04-30 Thread GitBox


vladhlinsky commented on pull request #137:
URL: https://github.com/apache/atlas/pull/137#issuecomment-830227783


   @jayendrap, @nixonrodrigues could you please take a look?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (ATLAS-4270) Deferred Actions : Add a notification about task running in the background

2021-04-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4270:


Commit 6c496c6720cbd7220418fa1030e1b97af51c4f12 in atlas's branch 
refs/heads/branch-2.0 from prasad pawar
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=6c496c6 ]

ATLAS-4270: UI: Deferred Actions: Add a notification about task running in the 
background fixed

Signed-off-by: Nikhil Bonte 
(cherry picked from commit a3e3b9c02167e7832324b99c7c412bfaeeab52a8)


> Deferred Actions : Add a notification about task running in the background
> --
>
> Key: ATLAS-4270
> URL: https://issues.apache.org/jira/browse/ATLAS-4270
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Reporter: Prasad P. Pawar
>Assignee: Prasad P. Pawar
>Priority: Major
>  Labels: deferred-actions
> Attachments: 
> 0001-ATLAS-4270-Deferred-Actions-Add-a-notification-about.patch
>
>
> On UI, the Association of tags happens very fast and the propagation goes in 
> the background as deferred action. Users might get confused as to why the 
> tags are not propagated yet. it would be good to add a notification or a 
> popup saying the propagation is yet to complete.
> Create a Tasks tabs on the Entity Detail page, which shows the deferred task.



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


[jira] [Commented] (ATLAS-4270) Deferred Actions : Add a notification about task running in the background

2021-04-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4270:


Commit a3e3b9c02167e7832324b99c7c412bfaeeab52a8 in atlas's branch 
refs/heads/master from prasad pawar
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=a3e3b9c ]

ATLAS-4270: UI: Deferred Actions: Add a notification about task running in the 
background fixed

Signed-off-by: Nikhil Bonte 


> Deferred Actions : Add a notification about task running in the background
> --
>
> Key: ATLAS-4270
> URL: https://issues.apache.org/jira/browse/ATLAS-4270
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Reporter: Prasad P. Pawar
>Assignee: Prasad P. Pawar
>Priority: Major
>  Labels: deferred-actions
> Attachments: 
> 0001-ATLAS-4270-Deferred-Actions-Add-a-notification-about.patch
>
>
> On UI, the Association of tags happens very fast and the propagation goes in 
> the background as deferred action. Users might get confused as to why the 
> tags are not propagated yet. it would be good to add a notification or a 
> popup saying the propagation is yet to complete.
> Create a Tasks tabs on the Entity Detail page, which shows the deferred task.



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


[jira] [Commented] (ATLAS-4270) Deferred Actions : Add a notification about task running in the background

2021-04-30 Thread Prasad P. Pawar (Jira)


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

Prasad P. Pawar commented on ATLAS-4270:


Hi,
the fix is provided in the uploaded patch

> Deferred Actions : Add a notification about task running in the background
> --
>
> Key: ATLAS-4270
> URL: https://issues.apache.org/jira/browse/ATLAS-4270
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Reporter: Prasad P. Pawar
>Assignee: Prasad P. Pawar
>Priority: Major
>  Labels: deferred-actions
> Attachments: 
> 0001-ATLAS-4270-Deferred-Actions-Add-a-notification-about.patch
>
>
> On UI, the Association of tags happens very fast and the propagation goes in 
> the background as deferred action. Users might get confused as to why the 
> tags are not propagated yet. it would be good to add a notification or a 
> popup saying the propagation is yet to complete.
> Create a Tasks tabs on the Entity Detail page, which shows the deferred task.



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


[jira] [Updated] (ATLAS-4270) Deferred Actions : Add a notification about task running in the background

2021-04-30 Thread Prasad P. Pawar (Jira)


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

Prasad P. Pawar updated ATLAS-4270:
---
Attachment: 0001-ATLAS-4270-Deferred-Actions-Add-a-notification-about.patch

> Deferred Actions : Add a notification about task running in the background
> --
>
> Key: ATLAS-4270
> URL: https://issues.apache.org/jira/browse/ATLAS-4270
> Project: Atlas
>  Issue Type: Improvement
>  Components: atlas-webui
>Reporter: Prasad P. Pawar
>Assignee: Prasad P. Pawar
>Priority: Major
>  Labels: deferred-actions
> Attachments: 
> 0001-ATLAS-4270-Deferred-Actions-Add-a-notification-about.patch
>
>
> On UI, the Association of tags happens very fast and the propagation goes in 
> the background as deferred action. Users might get confused as to why the 
> tags are not propagated yet. it would be good to add a notification or a 
> popup saying the propagation is yet to complete.
> Create a Tasks tabs on the Entity Detail page, which shows the deferred task.



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


[jira] [Created] (ATLAS-4270) Deferred Actions : Add a notification about task running in the background

2021-04-30 Thread Prasad P. Pawar (Jira)
Prasad P. Pawar created ATLAS-4270:
--

 Summary: Deferred Actions : Add a notification about task running 
in the background
 Key: ATLAS-4270
 URL: https://issues.apache.org/jira/browse/ATLAS-4270
 Project: Atlas
  Issue Type: Improvement
  Components: atlas-webui
Reporter: Prasad P. Pawar
Assignee: Prasad P. Pawar


On UI, the Association of tags happens very fast and the propagation goes in 
the background as deferred action. Users might get confused as to why the tags 
are not propagated yet. it would be good to add a notification or a popup 
saying the propagation is yet to complete.

Create a Tasks tabs on the Entity Detail page, which shows the deferred task.



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


Review Request 73317: ATLAS-3812: Add schema for Apache Flink

2021-04-30 Thread Josh Yeh via Review Board

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73317/
---

Review request for atlas, Ashutosh Mestry and Sarath Subramanian.


Repository: atlas


Description
---

ATLAS-3812: Add schema for Apache Flink


Diffs
-

  addons/models/1000-Hadoop/1110-flink_model.json PRE-CREATION 


Diff: https://reviews.apache.org/r/73317/diff/1/


Testing
---

Tested on my CDH cluster with flink example wordcount streaming job.


File Attachments


Screen Shot 2021-04-30 at 12.38.27 AM.png
  
https://reviews.apache.org/media/uploaded/files/2021/04/30/2ff59445-7237-4be1-a1a0-b6db70bc7827__Screen_Shot_2021-04-30_at_12.38.27_AM.png


Thanks,

Josh Yeh



ATLAS-3812 Add schema for Apache Flink

2021-04-30 Thread Josh Yeh
Hi Dear Atlas Dev Community,

I would like to contribute to flink integration with altas. My first step
would be working on ATLAS-3812: Add schema for Apache Flink.

Please kindly let me know how to proceed next, such as having permission to
Atlas jira creation, assignment and other logistics that might come up
later.

Sincerely,
josh