[jira] [Resolved] (ATLAS-3352) UI: Improve Classification 'Propagated From' presentation

2021-03-16 Thread Prasad P. Pawar (Jira)


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

Prasad P. Pawar resolved ATLAS-3352.

Resolution: Won't Fix

As this fix may affect  Atlas performance, from the backend we will need an 
extra key "name" from the response, or from the frontend we need to search in 
all the  present classifications for the name (in case of a large number of 
classification) this may result in delay,

> UI: Improve Classification 'Propagated From' presentation
> -
>
> Key: ATLAS-3352
> URL: https://issues.apache.org/jira/browse/ATLAS-3352
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Rahul Kurup
>Assignee: Prasad P. Pawar
>Priority: Minor
> Attachments: entity_pf_suggestion_1.png
>
>
> Here is a suggestion to improve understanding of the UI Classification 
> "Propagated From" button.
> !entity_pf_suggestion_1.png|width=400, height=300!
> As visible in the above mockup, we can make the entity name from which the 
> classification has been propagated from visible in the button instead, and 
> the purpose of the link can be explained in the tooltip.



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


Re: Review Request 73231: Typo in dhasboardv2/v3 Enum.js Enums.serverAudits.SERVER_STATE_PASSIVE value

2021-03-16 Thread Prasad Pawar

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


Ship it!




Changes looks good.

- Prasad Pawar


On March 16, 2021, 7:12 a.m., Umesh Padashetty wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/73231/
> ---
> 
> (Updated March 16, 2021, 7:12 a.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj, Prasad Pawar, Sameer Shaikh, and 
> Sarath Subramanian.
> 
> 
> Bugs: ATLAS-4207
> https://issues.apache.org/jira/browse/ATLAS-4207
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> SERVER_STATE_PASSIVE is defined as "Server Statae Passive". State is spelt as 
> Statae
> 
> 
> Diffs
> -
> 
>   dashboardv2/public/js/utils/Enums.js d2e476dc3 
>   dashboardv3/public/js/utils/Enums.js d2e476dc3 
> 
> 
> Diff: https://reviews.apache.org/r/73231/diff/1/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Umesh Padashetty
> 
>



Re: Review Request 73228: Fix the missing properties of Atlas Entity

2021-03-16 Thread Madhan Neethiraj
Verdan,

Apache Atlas Python client 0.11 is now available at 
https://pypi.org/project/apache-atlas/.

Thanks,
Madhan


On 3/15/21, 9:59 AM, "Verdan Mahmood"  wrote:

and a new release to PyPi too, please. 🙏




[GitHub] [atlas] mneethiraj closed pull request #129: Fix Bug in discovery.py

2021-03-16 Thread GitBox


mneethiraj closed pull request #129:
URL: https://github.com/apache/atlas/pull/129


   



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] [Created] (ATLAS-4211) DSL Search : Regression: When fetching string attribute with null value returns null , earlier versions returned empty

2021-03-16 Thread Pinal (Jira)
Pinal created ATLAS-4211:


 Summary: DSL Search : Regression: When fetching string attribute 
with null value returns null , earlier versions returned empty
 Key: ATLAS-4211
 URL: https://issues.apache.org/jira/browse/ATLAS-4211
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Reporter: Pinal
Assignee: Pinal


description is set to null for an hive_table entity

DSL query : `hive_table name="bucketing_cols" select description` returns
{code:java}
{
   "attributes":{
  "name":[
 "description"
  ],
  "values":[
 [
null
 ]
  ]
   },
   "approximateCount":-1
}{code}
Earlier:
{code:java}
{
  "queryType": "DSL",
  "queryText": "`hive_table` name=\"bucketing_cols\" select description",
  "attributes": {
"name": [
  "description"
],
"values": []
  },
  "approximateCount": -1
}{code}



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


[jira] [Commented] (ATLAS-4205) Python sample-app failures

2021-03-16 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4205:


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

ATLAS-4205: fixes in Python sample-app and Python client

(cherry picked from commit c45ab520f7d94b27cd59b387cf14e9651b8e6766)


> Python sample-app failures
> --
>
> Key: ATLAS-4205
> URL: https://issues.apache.org/jira/browse/ATLAS-4205
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-intg
>Reporter: Madhan Neethiraj
>Assignee: Madhan Neethiraj
>Priority: Major
> Fix For: 3.0.0, 2.2.0
>
> Attachments: ATLAS-4205.patch
>
>
> This is to track fixes for failures in following sample-app modules:
> - discovery_example.py
> - typedef_example.py
> - glossary_example.py



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


[jira] [Commented] (ATLAS-4205) Python sample-app failures

2021-03-16 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4205:


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

ATLAS-4205: fixes in Python sample-app and Python client


> Python sample-app failures
> --
>
> Key: ATLAS-4205
> URL: https://issues.apache.org/jira/browse/ATLAS-4205
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-intg
>Reporter: Madhan Neethiraj
>Assignee: Madhan Neethiraj
>Priority: Major
> Fix For: 3.0.0, 2.2.0
>
> Attachments: ATLAS-4205.patch
>
>
> This is to track fixes for failures in following sample-app modules:
> - discovery_example.py
> - typedef_example.py
> - glossary_example.py



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


Re: Review Request 73231: Typo in dhasboardv2/v3 Enum.js Enums.serverAudits.SERVER_STATE_PASSIVE value

2021-03-16 Thread Sarath Subramanian

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


Ship it!




Ship It!

- Sarath Subramanian


On March 16, 2021, 12:12 a.m., Umesh Padashetty wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/73231/
> ---
> 
> (Updated March 16, 2021, 12:12 a.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj, Prasad Pawar, Sameer Shaikh, and 
> Sarath Subramanian.
> 
> 
> Bugs: ATLAS-4207
> https://issues.apache.org/jira/browse/ATLAS-4207
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> SERVER_STATE_PASSIVE is defined as "Server Statae Passive". State is spelt as 
> Statae
> 
> 
> Diffs
> -
> 
>   dashboardv2/public/js/utils/Enums.js d2e476dc3 
>   dashboardv3/public/js/utils/Enums.js d2e476dc3 
> 
> 
> Diff: https://reviews.apache.org/r/73231/diff/1/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Umesh Padashetty
> 
>



[GitHub] [atlas] sarathsubramanian commented on pull request #128: ATLAS-4159 Update dependencies to fix the build on arm64

2021-03-16 Thread GitBox


sarathsubramanian commented on pull request #128:
URL: https://github.com/apache/atlas/pull/128#issuecomment-800279411


   Precommit: 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/455/



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] [Updated] (ATLAS-4210) [Atlas: Audits] All data are being populated for event "Entity Created by import" when differential audit is enabled

2021-03-16 Thread Dharshana M Krishnamoorthy (Jira)


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

Dharshana M Krishnamoorthy updated ATLAS-4210:
--
 Attachment: Screenshot 2021-03-16 at 7.03.46 PM.png
Component/s:  atlas-core
Description: 
To enable differential audit "atlas.entity.audit.differential=true" has to be 
set. Once enabled, for event "Entity Created by import" all the data are being 
populated in audit entry instead of the differential change.

*Steps to reproduce:*
 # Create a table in hive
 # Export the table
 # Delete the table in hive
 # Import the table

!Screenshot 2021-03-16 at 7.03.46 PM.png|width=526,height=318!

> [Atlas: Audits] All data are being populated for event "Entity Created by 
> import" when differential audit is enabled
> 
>
> Key: ATLAS-4210
> URL: https://issues.apache.org/jira/browse/ATLAS-4210
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Reporter: Dharshana M Krishnamoorthy
>Priority: Major
> Attachments: Screenshot 2021-03-16 at 7.03.46 PM.png
>
>
> To enable differential audit "atlas.entity.audit.differential=true" has to be 
> set. Once enabled, for event "Entity Created by import" all the data are 
> being populated in audit entry instead of the differential change.
> *Steps to reproduce:*
>  # Create a table in hive
>  # Export the table
>  # Delete the table in hive
>  # Import the table
> !Screenshot 2021-03-16 at 7.03.46 PM.png|width=526,height=318!



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


[GitHub] [atlas] martin-g commented on pull request #128: ATLAS-4159 Update dependencies to fix the build on arm64

2021-03-16 Thread GitBox


martin-g commented on pull request #128:
URL: https://github.com/apache/atlas/pull/128#issuecomment-800246506


   @nikhilbonte Could you please trigger Jenkins build for this PR ? Thank you!



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] [Created] (ATLAS-4210) [Atlas: Audits] All data are being populated for event "Entity Created by import" when differential audit is enabled

2021-03-16 Thread Dharshana M Krishnamoorthy (Jira)
Dharshana M Krishnamoorthy created ATLAS-4210:
-

 Summary: [Atlas: Audits] All data are being populated for event 
"Entity Created by import" when differential audit is enabled
 Key: ATLAS-4210
 URL: https://issues.apache.org/jira/browse/ATLAS-4210
 Project: Atlas
  Issue Type: Bug
Reporter: Dharshana M Krishnamoorthy






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


[jira] [Created] (ATLAS-4209) Add better logging in AtlasPAMAuthentication

2021-03-16 Thread Nixon Rodrigues (Jira)
Nixon Rodrigues created ATLAS-4209:
--

 Summary: Add better logging in AtlasPAMAuthentication
 Key: ATLAS-4209
 URL: https://issues.apache.org/jira/browse/ATLAS-4209
 Project: Atlas
  Issue Type: Improvement
Reporter: Nixon Rodrigues
Assignee: Nixon Rodrigues


Improve error logging of errors and exception while PAM authentication.



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


[jira] [Created] (ATLAS-4208) [Atlas: Audits] 2 audits are created when a label is added and removed in 1 go from an entity

2021-03-16 Thread Dharshana M Krishnamoorthy (Jira)
Dharshana M Krishnamoorthy created ATLAS-4208:
-

 Summary: [Atlas: Audits] 2 audits are created when a label is 
added and removed in 1 go from an entity
 Key: ATLAS-4208
 URL: https://issues.apache.org/jira/browse/ATLAS-4208
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Reporter: Dharshana M Krishnamoorthy


*Scenario:*

Add few labels to an entity

Now update the labels by adding 1 more and removing an old label associated 
with the entity

 

*Observation:*

2 audit entries are created

*Expectation:*

1 new audit has to be created with labels added and removed provided in same 
audit



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


Re: Review Request 73230: ATLAS-4205: fixes in Python sample-app and Python client

2021-03-16 Thread Verdan Mahmood

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


Ship it!




Ship It!

- Verdan Mahmood


On March 15, 2021, 7:21 p.m., Madhan Neethiraj wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/73230/
> ---
> 
> (Updated March 15, 2021, 7:21 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Deep Singh, Radhika Kundam, Sarath 
> Subramanian, Sidharth Mishra, and Verdan Mahmood.
> 
> 
> Bugs: ATLAS-4205
> https://issues.apache.org/jira/browse/ATLAS-4205
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> - addressed failures in sample-app modules: discovery_example.py, 
> typedef_example.py, glossary_example.py
> - fixed incorrect assignment of default value to method param
> 
> 
> Diffs
> -
> 
>   atlas-examples/sample-app/src/main/python/discovery_example.py a62de3ff8 
>   atlas-examples/sample-app/src/main/python/typedef_example.py aa1f94e98 
>   intg/src/main/python/README.md 1982ca8ac 
>   intg/src/main/python/apache_atlas/model/admin.py e826f9403 
>   intg/src/main/python/apache_atlas/model/discovery.py 2df4a39d7 
>   intg/src/main/python/apache_atlas/model/glossary.py d0ea30d9c 
>   intg/src/main/python/apache_atlas/model/instance.py d2a51ef1f 
>   intg/src/main/python/apache_atlas/model/lineage.py 180989d2a 
>   intg/src/main/python/apache_atlas/model/misc.py f4d9c1c30 
>   intg/src/main/python/apache_atlas/model/profile.py 7ef2bf119 
>   intg/src/main/python/apache_atlas/model/relationship.py 2a328110d 
>   intg/src/main/python/apache_atlas/model/typedef.py 079f714da 
>   intg/src/main/python/setup.py fbb2ede1a 
> 
> 
> Diff: https://reviews.apache.org/r/73230/diff/1/
> 
> 
> Testing
> ---
> 
> - sample_client.py executes successfully
> 
> 
> Thanks,
> 
> Madhan Neethiraj
> 
>



[jira] [Commented] (ATLAS-4204) Hive Hook: Improve HS2 Message Sending

2021-03-16 Thread Umesh Padashetty (Jira)


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

Umesh Padashetty commented on ATLAS-4204:
-

+1. This is an excellent improvement, will solve many issues w.r.t. audits too. 

> Hive Hook: Improve HS2 Message Sending
> --
>
> Key: ATLAS-4204
> URL: https://issues.apache.org/jira/browse/ATLAS-4204
> Project: Atlas
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Ashutosh Mestry
>Assignee: Ashutosh Mestry
>Priority: Major
>
> *Background*
> HiveServer2 hook for Atlas sends notification message for both metadata (DDL 
> operations) and lineage (DML operations).
> Hive Metastore (HMS) hook already sends metadata information to Atlas. These 
> messages are all DDL operations.
> So duplicate messages about object updates are sent to Atlas.
> Atlas processes these messages like any other.
> This is additional processing time and increased volume. There is also a 
> potential of incorrect data being updated within Atlas if the sequence of 
> messages from HMS and HS2 gets changed.
> *Solution*
> This improvement will  send only lineage messages from HS2 hook. All the DDL 
> (schema definition) messages will continue be sent from HMS hook (no change 
> here).
> This will also reduce the volume of messages sent to Atlas from hive server2 
> and will help improve performance by avoiding processing duplicate messages.
> The improvement can be used via a configuration parameter. That way existing 
> behavior continues as is.



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


[jira] [Commented] (ATLAS-4207) Typo in dhasboardv2/v3 Enum.js Enums.serverAudits.SERVER_STATE_PASSIVE value

2021-03-16 Thread Umesh Padashetty (Jira)


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

Umesh Padashetty commented on ATLAS-4207:
-

Review board link: https://reviews.apache.org/r/73231/

> Typo in dhasboardv2/v3 Enum.js Enums.serverAudits.SERVER_STATE_PASSIVE value
> 
>
> Key: ATLAS-4207
> URL: https://issues.apache.org/jira/browse/ATLAS-4207
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Reporter: Umesh Padashetty
>Assignee: Umesh Padashetty
>Priority: Minor
> Attachments: ATLAS-4207.patch
>
>
> SERVER_STATE_PASSIVE is defined as "Server Statae Passive". State is spelt as 
> Statae



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


Review Request 73231: Typo in dhasboardv2/v3 Enum.js Enums.serverAudits.SERVER_STATE_PASSIVE value

2021-03-16 Thread Umesh Padashetty

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

Review request for atlas, Madhan Neethiraj, Prasad Pawar, Sameer Shaikh, and 
Sarath Subramanian.


Bugs: ATLAS-4207
https://issues.apache.org/jira/browse/ATLAS-4207


Repository: atlas


Description
---

SERVER_STATE_PASSIVE is defined as "Server Statae Passive". State is spelt as 
Statae


Diffs
-

  dashboardv2/public/js/utils/Enums.js d2e476dc3 
  dashboardv3/public/js/utils/Enums.js d2e476dc3 


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


Testing
---


Thanks,

Umesh Padashetty



[jira] [Created] (ATLAS-4207) Typo in dhasboardv2/v3 Enum.js Enums.serverAudits.SERVER_STATE_PASSIVE value

2021-03-16 Thread Umesh Padashetty (Jira)
Umesh Padashetty created ATLAS-4207:
---

 Summary: Typo in dhasboardv2/v3 Enum.js 
Enums.serverAudits.SERVER_STATE_PASSIVE value
 Key: ATLAS-4207
 URL: https://issues.apache.org/jira/browse/ATLAS-4207
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Reporter: Umesh Padashetty
Assignee: Umesh Padashetty


SERVER_STATE_PASSIVE is defined as "Server Statae Passive". State is spelt as 
Statae



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