Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-05-02 Thread chaitali

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

(Updated May 3, 2024, 5:18 a.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs (updated)
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 
  intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java f117fb359 
  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 01b88eb2f 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/discovery/ClassificationSearchProcessorTest.java
 121dca9f5 
  
repository/src/test/java/org/apache/atlas/discovery/EntitySearchProcessorTest.java
 3f9e74d11 
  
repository/src/test/java/org/apache/atlas/discovery/FreeTextSearchProcessorTest.java
 d7825a0b2 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/8/

Changes: https://reviews.apache.org/r/74925/diff/7-8/


Testing
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1621/


Thanks,

chaitali



Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-05-02 Thread chaitali

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

(Updated May 3, 2024, 4:12 a.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs (updated)
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 
  intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java f117fb359 
  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 01b88eb2f 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/discovery/ClassificationSearchProcessorTest.java
 121dca9f5 
  
repository/src/test/java/org/apache/atlas/discovery/EntitySearchProcessorTest.java
 3f9e74d11 
  
repository/src/test/java/org/apache/atlas/discovery/FreeTextSearchProcessorTest.java
 d7825a0b2 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/7/

Changes: https://reviews.apache.org/r/74925/diff/6-7/


Testing
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1621/


Thanks,

chaitali



Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-04-30 Thread chaitali

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

(Updated April 30, 2024, 12:22 p.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs (updated)
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 
  intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java f117fb359 
  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 01b88eb2f 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/discovery/ClassificationSearchProcessorTest.java
 121dca9f5 
  
repository/src/test/java/org/apache/atlas/discovery/EntitySearchProcessorTest.java
 3f9e74d11 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/6/

Changes: https://reviews.apache.org/r/74925/diff/5-6/


Testing (updated)
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1621/


Thanks,

chaitali



Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-04-29 Thread chaitali

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

(Updated April 30, 2024, 3:26 a.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 
  intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java f117fb359 
  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
9a9a5512a 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 01b88eb2f 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/discovery/ClassificationSearchProcessorTest.java
 121dca9f5 
  
repository/src/test/java/org/apache/atlas/discovery/EntitySearchProcessorTest.java
 3f9e74d11 
  
repository/src/test/java/org/apache/atlas/discovery/FreeTextSearchProcessorTest.java
 d7825a0b2 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/5/


Testing (updated)
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1619/console


Thanks,

chaitali



Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-04-29 Thread chaitali

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

(Updated April 29, 2024, 1:26 p.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs (updated)
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 
  intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java f117fb359 
  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
9a9a5512a 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 01b88eb2f 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/discovery/ClassificationSearchProcessorTest.java
 121dca9f5 
  
repository/src/test/java/org/apache/atlas/discovery/EntitySearchProcessorTest.java
 3f9e74d11 
  
repository/src/test/java/org/apache/atlas/discovery/FreeTextSearchProcessorTest.java
 d7825a0b2 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/5/

Changes: https://reviews.apache.org/r/74925/diff/4-5/


Testing
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1561/consoleFull


Thanks,

chaitali



[jira] [Commented] (ATLAS-4225) Support for Chinese character in entity data.

2024-04-27 Thread chaitali borole (Jira)


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

chaitali borole commented on ATLAS-4225:


In below case this above patch won't work :

Description field contains "THIS IS DESCRIPTION FIELD". Now, if we search for 
each word separately, i.e., (THIS, IS, DESCRIPTION, or FIELD), we will get the 
output. However, if we search for "THIS IS" or "DESCRIPTION FIELD", it will not 
work as the space acts as a delimiter here. So (THIS - 1st Token) (IS 2nd 
Token) and so on..

Similarly, in the case of CJK, "期日" each character is a token. So, if we search 
for "期", we will get the response or if we search for "日", we will get the 
response. However, if we search for "期日" together, we will not get an answer.

though this works as per design similar to English characters.

> Support for Chinese character in entity data.
> -
>
> Key: ATLAS-4225
> URL: https://issues.apache.org/jira/browse/ATLAS-4225
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Mayank Jain
>Assignee: chaitali borole
>Priority: Major
> Attachments: ATLAS-4225-3.patch
>
>
> Currently we only allow English characters to be used to adding entity data 
> that is labels , Custom Attributes and Business-Metadata.
>  
> We need to support for Chinese and other languages as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (ATLAS-4225) Support for Chinese character in entity data.

2024-04-27 Thread chaitali borole (Jira)


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

chaitali borole reassigned ATLAS-4225:
--

Assignee: chaitali borole  (was: Mayank Jain)

> Support for Chinese character in entity data.
> -
>
> Key: ATLAS-4225
> URL: https://issues.apache.org/jira/browse/ATLAS-4225
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Mayank Jain
>    Assignee: chaitali borole
>Priority: Major
> Attachments: ATLAS-4225-3.patch
>
>
> Currently we only allow English characters to be used to adding entity data 
> that is labels , Custom Attributes and Business-Metadata.
>  
> We need to support for Chinese and other languages as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-04-26 Thread chaitali

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

(Updated April 26, 2024, 9:54 a.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs (updated)
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 
  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
9a9a5512a 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 01b88eb2f 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/discovery/ClassificationSearchProcessorTest.java
 121dca9f5 
  
repository/src/test/java/org/apache/atlas/discovery/EntitySearchProcessorTest.java
 3f9e74d11 


Diff: https://reviews.apache.org/r/74925/diff/4/

Changes: https://reviews.apache.org/r/74925/diff/3-4/


Testing
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1561/consoleFull


Thanks,

chaitali



Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-04-23 Thread chaitali

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

(Updated April 23, 2024, 8:04 a.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs (updated)
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612 
  repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
9a9a5512a 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 01b88eb2f 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/3/

Changes: https://reviews.apache.org/r/74925/diff/2-3/


Testing
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1561/consoleFull


Thanks,

chaitali



[jira] [Assigned] (ATLAS-4833) Export/Import : When relationship is updated to block tag , the imported lineage doesn't have the updated relationship

2024-03-13 Thread chaitali borole (Jira)


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

chaitali borole reassigned ATLAS-4833:
--

Assignee: chaitali borole

> Export/Import : When relationship is updated to block tag , the imported 
> lineage doesn't have the updated relationship
> --
>
> Key: ATLAS-4833
> URL: https://issues.apache.org/jira/browse/ATLAS-4833
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Reporter: Sharmadha S
>Assignee: chaitali borole
>Priority: Major
>
> _+*PROBLEM STATEMENT:*+_
> Export/Import : When relationship is updated to block tag , the imported 
> lineage doesn't have the updated relationship
>  
> _+*STEPS TO REPRODUCE:*+_
>  # In cluster1 create lineage as the following:
>  # table1 -{-}(edge1){-}{-}>  process1{-}   {-}(edge2){-}-> table2
>  # Update edge1 relationship - set propagation from table to process as None
>  # Add tag to table1 , the tag is not propagated to process1 and table2
>  # Now export the table2 entity to cluster2
>  # In cluster2, process2 and table2 have the tag propagated from table1
>  
> _+*CURRENT BEHAVIOUR:*+_
> edge1 relationship in cluster2 doesn't have the propagation blocked.
>  
> _+*EXPECTED BEHAVIOUR:*+_
> edge1 relationship in cluster2 should have the propagation blocked.
>  
> _+*OCCURRENCE:*+_
> Consistently reproducible.
>  
> _+*HISTORY OF FAILURE:*+_
> Test case added newly
>  
>  _+*IMPACT:*+_
> Security issue at customer



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74691: ATLAS-4802 : Atlas 'updateTime' parameter is not updated when business metadata, labels is edited.

2024-03-11 Thread chaitali
  "qualifiedName": "Sales.customer_dim.customer_id@cl1",
"name": "customer_id",
"comment": "customer id"
},
"guid": "d51ed76b-484a-46da-b2d1-f6a1abc791f9",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1703221384530,
"updateTime": 1703221384530,
"version": 0,
"classifications": [
{
"typeName": "PII",
"entityGuid": "d51ed76b-484a-46da-b2d1-f6a1abc791f9",
"entityStatus": "ACTIVE",
"propagate": true,
"removePropagationsOnEntityDelete": false
}
],
"labels": []
},
"144c5e5b-4c41-4ce3-a5e2-7bdc7b242357": {
"typeName": "Column",
"attributes": {
"qualifiedName": "Sales.customer_dim.name@cl1",
"name": "name",
"comment": "customer name"
},
"guid": "144c5e5b-4c41-4ce3-a5e2-7bdc7b242357",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1703221384530,
"updateTime": 1703221384530,
"version": 0,
"classifications": [
{
"typeName": "PII",
"entityGuid": "144c5e5b-4c41-4ce3-a5e2-7bdc7b242357",
"entityStatus": "ACTIVE",
"propagate": true,
"removePropagationsOnEntityDelete": false
}
],
"labels": []
},
"1e6f9c15-a9dd-45f1-947a-93a9ae715b4d": {
"typeName": "StorageDesc",
"attributes": {
"qualifiedName": "sd:hdfs://host:8000/apps/warehouse/sales@cl1",
"name": "sd:hdfs://host:8000/apps/warehouse/sales"
},
"guid": "1e6f9c15-a9dd-45f1-947a-93a9ae715b4d",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1703221383461,
"updateTime": 1703221386314,
"version": 0,
"labels": []
}
},
"entity": {
"typeName": "Table",
"attributes": {
"owner": "fetl",
"temporary": false,
"lastAccessTime": 1703221384523,
"replicatedTo": null,
"userDescription": null,
"replicatedFrom": null,
"qualifiedName": "customer_dim@cl1",
"displayName": null,
"description": "customer dimension table",
"viewExpandedText": null,
"tableType": "External",
"createTime": 1703221384523,
"name": "customer_dim",
"retention": 1703221384523,
"viewOriginalText": null
},
"guid": "e3b61e68-d45c-4f34-a9ed-db4743a5468f",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1703221384530,
"updateTime": 1703221386989,
"version": 0,
"relationshipAttributes": {
"inputToProcesses": [],
"pipeline": null,
"schema": [],
"sd": {
"guid": "1e6f9c15-a9dd-45f1-947a-93a9ae715b4d",
"typeName": "StorageDesc",
"entityStatus": "ACTIVE",
"displayText": "sd:hdfs://host:8000/apps/warehouse/sales",
"relationshipType": "Table_StorageDesc",
"relationshipGuid": "274a2aa7-48bb-458c-9b29-271ff0f05cc7",
"relationshipStatus": "DELETED",
"relationshipAttributes": {
"typeName": "Table_StorageDesc"
},
"qualifiedName": "sd:hdfs://host:8000/apps/warehouse/sales@cl1"
},
"view": {
"guid": "60525fab-09fe-45b5-9c25-f7e2b4011e95",
"typeName": "View",
"entityStatus": "ACTIVE",
"displayText": "customer_dim_view",
"relationshipType": "View_Tables",
"relationshipGuid": "4e3047d3-4a3d-42bb-b128-2efd7dedb756",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "View_Tables"
},
"qualifiedName": "customer_dim_view@cl1"
},
"columns": [
{
"guid": "d51ed76b-484a-46da-b2d1-f6a1abc791f9",
"typeName": "Column",
"entityStatus": "ACTIVE",
"displayText": "customer_id",
"relationshipType": "Table_Columns",
"relationshipGuid": "5f50d242-f89c-48e2-b52a-be420d28c1bf",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "Table_Columns"
},
"qualifiedName": "Sales.customer_dim.customer_id@cl1"
},
{
"guid": "04b9e4f1-f075-429d-bb04-82e55b6923d1",
"typeName": "Column",
"entityStatus": "ACTIVE",
"displayText": "address",
"relationshipType": "Table_Columns",
"relationshipGuid": "886daa08-f8be-4445-9853-05b61f004437",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "Table_Columns"
},
"qualifiedName": "Sales.customer_dim.address@cl1"
},
{
"guid": "144c5e5b-4c41-4ce3-a5e2-7bdc7b242357",
"typeName": "Column",
"entityStatus": "ACTIVE",
"displayText": "name",
"relationshipType": "Table_Columns",
"relationshipGuid": "9ce71992-7a1f-48a3-bddc-d2ef3bec0e64",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "Table_Columns"
},
"qualifiedName": "Sales.customer_dim.name@cl1"
}
],
"model": null,
"meanings": [],
"db": {
"guid": "732b2db8-7c12-4886-9ac6-794628c8f39a",
"typeName": "DB",
"entityStatus": "ACTIVE",
"displayText": "Sales",
"relationshipType": "Table_DB",
"relationshipGuid": "2c39096a-8eb8-48b7-8444-73a10824e684",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "Table_DB"
},
"qualifiedName": "Sales@cl1"
},
"outputFromProcesses": []
},
"classifications": [
{
"typeName": "Dimension",
"entityGuid": "e3b61e68-d45c-4f34-a9ed-db4743a5468f",
"entityStatus": "ACTIVE",
"propagate": true,
"removePropagationsOnEntityDelete": false
}
],
"businessAttributes": {
"test_businessMetadata": {
"attr1": 20
}
},
"labels": []
}
}


Thanks,

chaitali



[jira] [Updated] (ATLAS-4802) Atlas 'updateTime' parameter is not updated when business metadata, labels is edited.

2024-03-11 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4802:
---
Summary: Atlas 'updateTime' parameter is not updated when business 
metadata, labels is edited.  (was: Atlas 'updateTime' parameter is not updated 
when business metadata is edited.)

> Atlas 'updateTime' parameter is not updated when business metadata, labels is 
> edited.
> -
>
> Key: ATLAS-4802
> URL: https://issues.apache.org/jira/browse/ATLAS-4802
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> When updating the business metadata on an atlas entity, the 'updateTime' 
> system attribute is not changed.
> Updates to other aspects, such as technical properties and user defined 
> attributes does update the timestamp, but not the business metadata.
> This appears to be a issue with the core Atlas product.
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"labels":[]}}
> 
> After adding business metadata "text : value1" to the entity txn_list 
> (hive_column),
> 
> curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
> application/json;charset=UTF-8' 
> "http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
> {"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
>  
> deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relations

Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-03-08 Thread chaitali

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

(Updated March 8, 2024, 12:55 p.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs
-

  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 c670740c9 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/2/


Testing (updated)
---

Testcases are added in the patch
PC is successful : 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1561/consoleFull


Thanks,

chaitali



Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-03-06 Thread chaitali

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

(Updated March 6, 2024, 12:11 p.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Jayendra Parab, Pinal 
Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs (updated)
-

  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 c670740c9 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


Diff: https://reviews.apache.org/r/74925/diff/2/

Changes: https://reviews.apache.org/r/74925/diff/1-2/


Testing
---

Testcases are added in the patch


Thanks,

chaitali



[jira] [Commented] (ATLAS-4225) Support for Chinese character in entity data.

2024-03-04 Thread chaitali borole (Jira)


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

chaitali borole commented on ATLAS-4225:


creating a new RR with patch which is in sync with latest code.
https://reviews.apache.org/r/74925/




> Support for Chinese character in entity data.
> -
>
> Key: ATLAS-4225
> URL: https://issues.apache.org/jira/browse/ATLAS-4225
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Mayank Jain
>Assignee: Mayank Jain
>Priority: Major
> Attachments: ATLAS-4225-3.patch
>
>
> Currently we only allow English characters to be used to adding entity data 
> that is labels , Custom Attributes and Business-Metadata.
>  
> We need to support for Chinese and other languages as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-03-04 Thread chaitali

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

(Updated March 4, 2024, 11:15 a.m.)


Review request for atlas, Jayendra Parab, Pinal Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs
-

  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 c670740c9 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


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


Testing (updated)
---

Testcases are added in the patch


Thanks,

chaitali



Review Request 74925: ATLAS-4225 : Support for Chinese character in entity data.

2024-03-04 Thread chaitali

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

Review request for atlas, Jayendra Parab, Pinal Shah, and Sheetal Shah.


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


Repository: atlas


Description
---

Updated latest patch with synchronized code 

Creating this review request to track and close 
https://reviews.apache.org/r/73256/diff/3#1 as the patch here is not in sync 
with latest code


Diffs
-

  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
9be6517e9 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 c670740c9 
  repository/src/test/java/org/apache/atlas/BasicTestSetup.java 593f8c19b 
  
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
 282a3fd4a 
  
repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2Test.java
 1489b2760 


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


Testing
---


Thanks,

chaitali



Re: Review Request 74691: ATLAS-4802 : Atlas 'updateTime' parameter is not updated when business metadata is edited.

2024-01-02 Thread chaitali
quot;customer_id",
"comment": "customer id"
},
"guid": "d51ed76b-484a-46da-b2d1-f6a1abc791f9",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1703221384530,
"updateTime": 1703221384530,
"version": 0,
"classifications": [
{
"typeName": "PII",
"entityGuid": "d51ed76b-484a-46da-b2d1-f6a1abc791f9",
"entityStatus": "ACTIVE",
"propagate": true,
"removePropagationsOnEntityDelete": false
}
],
"labels": []
},
"144c5e5b-4c41-4ce3-a5e2-7bdc7b242357": {
"typeName": "Column",
"attributes": {
"qualifiedName": "Sales.customer_dim.name@cl1",
"name": "name",
"comment": "customer name"
},
"guid": "144c5e5b-4c41-4ce3-a5e2-7bdc7b242357",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1703221384530,
"updateTime": 1703221384530,
"version": 0,
"classifications": [
{
"typeName": "PII",
"entityGuid": "144c5e5b-4c41-4ce3-a5e2-7bdc7b242357",
"entityStatus": "ACTIVE",
"propagate": true,
"removePropagationsOnEntityDelete": false
}
],
"labels": []
},
"1e6f9c15-a9dd-45f1-947a-93a9ae715b4d": {
"typeName": "StorageDesc",
"attributes": {
"qualifiedName": "sd:hdfs://host:8000/apps/warehouse/sales@cl1",
"name": "sd:hdfs://host:8000/apps/warehouse/sales"
},
"guid": "1e6f9c15-a9dd-45f1-947a-93a9ae715b4d",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1703221383461,
"updateTime": 1703221386314,
"version": 0,
"labels": []
}
},
"entity": {
"typeName": "Table",
"attributes": {
"owner": "fetl",
"temporary": false,
"lastAccessTime": 1703221384523,
"replicatedTo": null,
"userDescription": null,
"replicatedFrom": null,
"qualifiedName": "customer_dim@cl1",
"displayName": null,
"description": "customer dimension table",
"viewExpandedText": null,
"tableType": "External",
"createTime": 1703221384523,
"name": "customer_dim",
"retention": 1703221384523,
"viewOriginalText": null
},
"guid": "e3b61e68-d45c-4f34-a9ed-db4743a5468f",
"isIncomplete": false,
"status": "ACTIVE",
"createdBy": "admin",
"updatedBy": "admin",
"createTime": 1703221384530,
"updateTime": 1703221386989,
"version": 0,
"relationshipAttributes": {
"inputToProcesses": [],
"pipeline": null,
"schema": [],
"sd": {
"guid": "1e6f9c15-a9dd-45f1-947a-93a9ae715b4d",
"typeName": "StorageDesc",
"entityStatus": "ACTIVE",
"displayText": "sd:hdfs://host:8000/apps/warehouse/sales",
"relationshipType": "Table_StorageDesc",
"relationshipGuid": "274a2aa7-48bb-458c-9b29-271ff0f05cc7",
"relationshipStatus": "DELETED",
"relationshipAttributes": {
"typeName": "Table_StorageDesc"
},
"qualifiedName": "sd:hdfs://host:8000/apps/warehouse/sales@cl1"
},
"view": {
"guid": "60525fab-09fe-45b5-9c25-f7e2b4011e95",
"typeName": "View",
"entityStatus": "ACTIVE",
"displayText": "customer_dim_view",
"relationshipType": "View_Tables",
"relationshipGuid": "4e3047d3-4a3d-42bb-b128-2efd7dedb756",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "View_Tables"
},
"qualifiedName": "customer_dim_view@cl1"
},
"columns": [
{
"guid": "d51ed76b-484a-46da-b2d1-f6a1abc791f9",
"typeName": "Column",
"entityStatus": "ACTIVE",
"displayText": "customer_id",
"relationshipType": "Table_Columns",
"relationshipGuid": "5f50d242-f89c-48e2-b52a-be420d28c1bf",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "Table_Columns"
},
"qualifiedName": "Sales.customer_dim.customer_id@cl1"
},
{
"guid": "04b9e4f1-f075-429d-bb04-82e55b6923d1",
"typeName": "Column",
"entityStatus": "ACTIVE",
"displayText": "address",
"relationshipType": "Table_Columns",
"relationshipGuid": "886daa08-f8be-4445-9853-05b61f004437",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "Table_Columns"
},
"qualifiedName": "Sales.customer_dim.address@cl1"
},
{
"guid": "144c5e5b-4c41-4ce3-a5e2-7bdc7b242357",
"typeName": "Column",
"entityStatus": "ACTIVE",
"displayText": "name",
"relationshipType": "Table_Columns",
"relationshipGuid": "9ce71992-7a1f-48a3-bddc-d2ef3bec0e64",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "Table_Columns"
},
"qualifiedName": "Sales.customer_dim.name@cl1"
}
],
"model": null,
"meanings": [],
"db": {
"guid": "732b2db8-7c12-4886-9ac6-794628c8f39a",
"typeName": "DB",
"entityStatus": "ACTIVE",
"displayText": "Sales",
"relationshipType": "Table_DB",
"relationshipGuid": "2c39096a-8eb8-48b7-8444-73a10824e684",
"relationshipStatus": "ACTIVE",
"relationshipAttributes": {
"typeName": "Table_DB"
},
"qualifiedName": "Sales@cl1"
},
"outputFromProcesses": []
},
"classifications": [
{
"typeName": "Dimension",
"entityGuid": "e3b61e68-d45c-4f34-a9ed-db4743a5468f",
"entityStatus": "ACTIVE",
"propagate": true,
"removePropagationsOnEntityDelete": false
}
],
"businessAttributes": {
"test_businessMetadata": {
"attr1": 20
}
},
"labels": []
}
}


Thanks,

chaitali



Re: Review Request 74691: ATLAS-4802 : Atlas 'updateTime' parameter is not updated when business metadata is edited.

2024-01-02 Thread chaitali

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

(Updated Jan. 2, 2024, 8:35 a.m.)


Review request for atlas, Jayendra Parab, Mandar Ambawane, Pinal Shah, and 
Sheetal Shah.


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


Repository: atlas


Description
---

When updating the business metadata and Labels on an atlas entity, the 
'updateTime' system attribute is not changed.

Updates to other aspects, such as technical properties and user defined 
attributes does update the timestamp, but not the business metadata and labels.


Diffs
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 c670740c9 


Diff: https://reviews.apache.org/r/74691/diff/2/


Testing (updated)
---

PC successful


Thanks,

chaitali



Re: Review Request 74691: ATLAS-4802 : Atlas 'updateTime' parameter is not updated when business metadata is edited.

2024-01-02 Thread chaitali

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

(Updated Jan. 2, 2024, 8:33 a.m.)


Review request for atlas, Jayendra Parab, Mandar Ambawane, Pinal Shah, and 
Sheetal Shah.


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


Repository: atlas


Description
---

When updating the business metadata and Labels on an atlas entity, the 
'updateTime' system attribute is not changed.

Updates to other aspects, such as technical properties and user defined 
attributes does update the timestamp, but not the business metadata and labels.


Diffs (updated)
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 c670740c9 


Diff: https://reviews.apache.org/r/74691/diff/2/

Changes: https://reviews.apache.org/r/74691/diff/1-2/


Testing
---


Thanks,

chaitali



Re: Review Request 74691: ATLAS-4802 : Atlas 'updateTime' parameter is not updated when business metadata is edited.

2024-01-02 Thread chaitali

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

(Updated Jan. 2, 2024, 8:28 a.m.)


Review request for atlas, Jayendra Parab, Mandar Ambawane, Pinal Shah, and 
Sheetal Shah.


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


Repository: atlas


Description
---

When updating the business metadata and Labels on an atlas entity, the 
'updateTime' system attribute is not changed.

Updates to other aspects, such as technical properties and user defined 
attributes does update the timestamp, but not the business metadata and labels.


Diffs
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
 c670740c9 


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


Testing
---


Thanks,

chaitali



Re: Review Request 74562: ATLAS-4788 : Encrpytion of clear text kafka password in application.properties

2023-11-06 Thread chaitali

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

(Updated Nov. 6, 2023, 3:44 p.m.)


Review request for atlas, Jayendra Parab, Paresh Devalia, and Sheetal Shah.


Summary (updated)
-

ATLAS-4788 : Encrpytion of clear text kafka password in application.properties


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


Repository: atlas


Description
---

atlas.jaas.KafkaClient.option.username=username
atlas.jaas.KafkaClient.option.password=

We have to encrypt this passsword using jceks file

./cputil.py  -k atlas.jaas.KafkaClient.option.password -p P@$$w0rd -r 
jceks://file/home/project/atlas/kafka.jceks


Diffs
-

  common/src/main/java/org/apache/atlas/utils/KafkaUtils.java 167442259 
  common/src/test/java/org/apache/atlas/utils/KafkaUtilsTest.java 562e28ae1 


Diff: https://reviews.apache.org/r/74562/diff/10/


Testing
---

test case added
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1498/consoleFull


Thanks,

chaitali



[jira] [Updated] (ATLAS-4788) Encrpytion of clear text kafka password in application.properties

2023-11-06 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4788:
---
Summary: Encrpytion of  clear text kafka password in application.properties 
 (was: Encrpytion of kafka password in ap+plication.properties)

> Encrpytion of  clear text kafka password in application.properties
> --
>
> Key: ATLAS-4788
> URL: https://issues.apache.org/jira/browse/ATLAS-4788
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 3.0.0
>
>
> atlas.jaas.KafkaClient.option.username=username
> atlas.jaas.KafkaClient.option.password=
> We have to encrypt this passsword using jceks file



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4788) Encrpytion of kafka password in ap+plication.properties

2023-11-06 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4788:
---
Summary: Encrpytion of kafka password in ap+plication.properties  (was: 
Kafka password is in clear text in application.properties)

> Encrpytion of kafka password in ap+plication.properties
> ---
>
> Key: ATLAS-4788
> URL: https://issues.apache.org/jira/browse/ATLAS-4788
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 3.0.0
>
>
> atlas.jaas.KafkaClient.option.username=username
> atlas.jaas.KafkaClient.option.password=
> We have to encrypt this passsword using jceks file



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74562: ATLAS-4788 : Kafka password is in clear text in application.properties

2023-11-06 Thread chaitali

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

(Updated Nov. 6, 2023, 11:13 a.m.)


Review request for atlas, Jayendra Parab, Paresh Devalia, and Sheetal Shah.


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


Repository: atlas


Description
---

atlas.jaas.KafkaClient.option.username=username
atlas.jaas.KafkaClient.option.password=

We have to encrypt this passsword using jceks file

./cputil.py  -k atlas.jaas.KafkaClient.option.password -p P@$$w0rd -r 
jceks://file/home/project/atlas/kafka.jceks


Diffs
-

  common/src/main/java/org/apache/atlas/utils/KafkaUtils.java 167442259 
  common/src/test/java/org/apache/atlas/utils/KafkaUtilsTest.java 562e28ae1 


Diff: https://reviews.apache.org/r/74562/diff/10/


Testing
---

test case added
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1498/consoleFull


Thanks,

chaitali



[jira] [Created] (ATLAS-4802) Atlas 'updateTime' parameter is not updated when business metadata is edited.

2023-10-21 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4802:
--

 Summary: Atlas 'updateTime' parameter is not updated when business 
metadata is edited.
 Key: ATLAS-4802
 URL: https://issues.apache.org/jira/browse/ATLAS-4802
 Project: Atlas
  Issue Type: Improvement
  Components:  atlas-core
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole


When updating the business metadata on an atlas entity, the 'updateTime' system 
attribute is not changed.

Updates to other aspects, such as technical properties and user defined 
attributes does update the timestamp, but not the business metadata.

This appears to be a issue with the core Atlas product.

curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
application/json;charset=UTF-8' 
"http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
{"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
 
deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"labels":[]}}

After adding business metadata "text : value1" to the entity txn_list 
(hive_column),



curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
application/json;charset=UTF-8' 
"http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
{"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
 
deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"hive","createTime":1697203083822,"updateTime":1697203083822,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"businessAttributes":{"demo":{"text":"value1"}},"labels":[]}}

As seen "updateTime":1697203083822 still remains the same.

However, if we add an user-defined property "age : 20",



curl -u admin:hadoop12345! -X GET --header 'Content-Type: 
application/json;charset=UTF-8' 
"http://localhost:21000/api/atlas/v2/entity/guid/5b4e426e-404f-4a10-abab-f0b3879c0acb;
{"referredEntities":{},"entity":{"typeName":"hive_column","attributes":{"owner":"hive","replicatedTo":null,"userDescription":null,"replicatedFrom":null,"qualifiedName":"sys.mv_creation_metadata.txn_list@cm","displayName":null,"name":"txn_list","description":null,"comment":"from
 
deserializer","position":3,"type":"string","table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table"}},"guid":"5b4e426e-404f-4a10-abab-f0b3879c0acb","isIncomplete":false,"status":"ACTIVE","createdBy":"hive","updatedBy":"admin","createTime":1697203083822,"updateTime":1697203987465,"version":0,"relationshipAttributes":{"inputToProcesses":[],"pipeline":null,"schema":[],"model":null,"meanings":[],"table":{"guid":"bb0b34ae-4de7-4d9b-b072-e1b3c47fe14a","typeName":"hive_table","entityStatus":"ACTIVE","displayText":"mv_creation_metadata","relationshipType":"hive_table_columns","relationshipGuid":"39f22e08-8ff2-4bd3-9a2f-9e2efce69fba","relationshipStatus":"ACTIVE","relationshipAttributes":{"typeName":"hive_table_columns"}},"outputFromProcesses":[]},"customAttributes":{"age":"20"},"businessAttributes":{"demo":{"text":"value1"}},"labels":[]}}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 73249: ATLAS-4221 : Solr collection names should be configurable

2023-08-24 Thread chaitali

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

(Updated Aug. 24, 2023, 9:38 a.m.)


Review request for atlas, Ashutosh Mestry, Jayendra Parab, Nixon Rodrigues, 
Pinal Shah, and Sarath Subramanian.


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


Repository: atlas


Description
---

Currently in Atlas, the collection names are not configurable

We need to provide functionality where in names of the solr collections can be 
customized using property configuration


Diffs (updated)
-

  common/src/main/java/org/apache/atlas/repository/Constants.java c84e1b2d0 
  distro/src/bin/atlas_config.py 31e6fd043 
  distro/src/bin/atlas_start.py ffbe16271 
  distro/src/conf/atlas-application.properties b5734d7a8 
  distro/src/test/python/scripts/TestMetadata.py b813f927f 
  intg/src/main/java/org/apache/atlas/AtlasConfiguration.java e8c7a15ea 
  repository/src/test/java/org/apache/atlas/TestSolrConfigurableNames.java 
PRE-CREATION 
  
tools/atlas-index-repair/src/main/java/org/apache/atlas/tools/RepairIndex.java 
8a8e8cafc 


Diff: https://reviews.apache.org/r/73249/diff/11/

Changes: https://reviews.apache.org/r/73249/diff/10-11/


Testing
---

mvn clean install
mvn clean package -Pdist,embedded-hbase-solr
atlas server up and running
Collections created with entities linked
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1439/


Thanks,

chaitali



[jira] [Updated] (ATLAS-4788) Kafka password is in clear text in application.properties

2023-08-24 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4788:
---
Summary: Kafka password is in clear text in application.properties  (was: 
Kafka pass is in clear text in application.properties)

> Kafka password is in clear text in application.properties
> -
>
> Key: ATLAS-4788
> URL: https://issues.apache.org/jira/browse/ATLAS-4788
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 3.0.0
>
>
> atlas.jaas.KafkaClient.option.username=username
> atlas.jaas.KafkaClient.option.password=
> We have to encrypt this passsword using jceks file



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4788) Kafka pass is in clear text in application.properties

2023-08-24 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4788:
--

 Summary: Kafka pass is in clear text in application.properties
 Key: ATLAS-4788
 URL: https://issues.apache.org/jira/browse/ATLAS-4788
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole
 Fix For: 3.0.0


atlas.jaas.KafkaClient.option.username=username
atlas.jaas.KafkaClient.option.password=

We have to encrypt this passsword using jceks file



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 73249: ATLAS-4221 : Solr collection names should be configurable

2023-08-09 Thread chaitali

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

(Updated Aug. 9, 2023, 6:38 a.m.)


Review request for atlas, Ashutosh Mestry, Jayendra Parab, Nixon Rodrigues, 
Pinal Shah, and Sarath Subramanian.


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


Repository: atlas


Description
---

Currently in Atlas, the collection names are not configurable

We need to provide functionality where in names of the solr collections can be 
customized using property configuration


Diffs (updated)
-

  common/src/main/java/org/apache/atlas/repository/Constants.java c84e1b2d0 
  distro/src/bin/atlas_config.py 31e6fd043 
  distro/src/bin/atlas_start.py ffbe16271 
  distro/src/conf/atlas-application.properties b5734d7a8 
  distro/src/test/python/scripts/TestMetadata.py b813f927f 
  intg/src/main/java/org/apache/atlas/AtlasConfiguration.java e8c7a15ea 
  repository/src/test/java/org/apache/atlas/TestSolrConfigurableNames.java 
PRE-CREATION 
  
tools/atlas-index-repair/src/main/java/org/apache/atlas/tools/RepairIndex.java 
8a8e8cafc 


Diff: https://reviews.apache.org/r/73249/diff/10/

Changes: https://reviews.apache.org/r/73249/diff/9-10/


Testing
---

mvn clean install
mvn clean package -Pdist,embedded-hbase-solr
atlas server up and running
Collections created with entities linked
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1439/


Thanks,

chaitali



Re: Review Request 73249: ATLAS-4221 : Solr collection names should be configurable

2023-08-08 Thread chaitali

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

(Updated Aug. 8, 2023, 11:36 a.m.)


Review request for atlas, Ashutosh Mestry, Jayendra Parab, Nixon Rodrigues, 
Pinal Shah, and Sarath Subramanian.


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


Repository: atlas


Description
---

Currently in Atlas, the collection names are not configurable

We need to provide functionality where in names of the solr collections can be 
customized using property configuration


Diffs
-

  common/src/main/java/org/apache/atlas/repository/Constants.java c84e1b2d0 
  distro/src/bin/atlas_config.py 31e6fd043 
  distro/src/bin/atlas_start.py ffbe16271 
  distro/src/conf/atlas-application.properties b5734d7a8 
  distro/src/test/python/scripts/TestMetadata.py b813f927f 
  intg/src/main/java/org/apache/atlas/AtlasConfiguration.java e8c7a15ea 
  repository/src/test/java/org/apache/atlas/TestSolrConfigurableNames.java 
PRE-CREATION 
  
tools/atlas-index-repair/src/main/java/org/apache/atlas/tools/RepairIndex.java 
8a8e8cafc 


Diff: https://reviews.apache.org/r/73249/diff/9/


Testing (updated)
---

mvn clean install
mvn clean package -Pdist,embedded-hbase-solr
atlas server up and running
Collections created with entities linked
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1439/


Thanks,

chaitali



Re: Review Request 73249: ATLAS-4221 : Solr collection names should be configurable

2023-08-08 Thread chaitali

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

(Updated Aug. 8, 2023, 11:14 a.m.)


Review request for atlas, Ashutosh Mestry, Jayendra Parab, Nixon Rodrigues, 
Pinal Shah, and Sarath Subramanian.


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


Repository: atlas


Description
---

Currently in Atlas, the collection names are not configurable

We need to provide functionality where in names of the solr collections can be 
customized using property configuration


Diffs (updated)
-

  common/src/main/java/org/apache/atlas/repository/Constants.java c84e1b2d0 
  distro/src/bin/atlas_config.py 31e6fd043 
  distro/src/bin/atlas_start.py ffbe16271 
  distro/src/conf/atlas-application.properties b5734d7a8 
  distro/src/test/python/scripts/TestMetadata.py b813f927f 
  intg/src/main/java/org/apache/atlas/AtlasConfiguration.java e8c7a15ea 
  repository/src/test/java/org/apache/atlas/TestSolrConfigurableNames.java 
PRE-CREATION 
  
tools/atlas-index-repair/src/main/java/org/apache/atlas/tools/RepairIndex.java 
8a8e8cafc 


Diff: https://reviews.apache.org/r/73249/diff/9/

Changes: https://reviews.apache.org/r/73249/diff/8-9/


Testing
---

mvn clean install
mvn clean package -Pdist,embedded-hbase-solr
atlas server up and running
Collections created with entities linked


Thanks,

chaitali



Re: Review Request 72531: ATLAS-3551 : Atlas unable to import entities if an HBase column family is deleted

2023-06-15 Thread chaitali

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

(Updated June 15, 2023, 9:15 a.m.)


Review request for atlas, Jayendra Parab, Madhan Neethiraj, Nixon Rodrigues, 
and Sarath Subramanian.


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


Repository: atlas


Description
---

When a HbaseColumnFamily was deleted attribute "table" was assigned null due to 
a check in EntityGraphretriever for legacyattribute where if (table)attribute 
Entity status is ACTIVE and relationship status is DELETED then the attribute 
was assigned null.
Hence this patch fix will it.


Diffs (updated)
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
 b96d5ce30 
  
repository/src/test/java/org/apache/atlas/repository/impexp/ImportReactivateTableTest.java
 23e0cdaa6 
  repository/src/test/java/org/apache/atlas/utils/TestLoadModelUtils.java 
f17538673 


Diff: https://reviews.apache.org/r/72531/diff/6/

Changes: https://reviews.apache.org/r/72531/diff/5-6/


Testing
---

Added testcases.
Basic testing done :

1.Table Entity-DELETED  Relationship-DELETEDColumn Entity-DELETED (Column 
entity will contain attribute table)
2.Table Entity-ACTIVE   Relationship-DELETEDColumn Entity-ACTIVE  (Column 
entity will Not contain attribute table)
3.Table Entity-DELETED  Relationship-DELETEDColumn Entity-DELETED (Column 
entity will contain attribute table)
4.DB-ACTIVE RELATIONSHIP-DELETEDTABLE-ACTIVE  
(Table entity will Not contain attribute db)
5.DB-ACTIVE RELATIONSHIP-ACTIVE TABLE-ACTIVE  
(Table entity will contain attribute db)


Thanks,

chaitali



Re: Review Request 74459: ATLAS-4757 - Regression : DSL queries redirected to passive server fails

2023-06-13 Thread chaitali

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

(Updated June 13, 2023, 9:02 a.m.)


Review request for atlas, Jayendra Parab and Mandar Ambawane.


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


Repository: atlas


Description
---

When redirected query is encoded as below
http://localhost:21000/api/atlas/v2/search/dsl?typeName=hive_table=name=%2522table_a_impala_avwei_20%2522

this fails with below error :

{ "errorCode": "ATLAS-400-00-059", "errorMessage": "Invalid DSL query: 
`hive_table` name=%22table_a_impala_avwei_20%22 limit 100 offset 0 | Reason: 
DSL Semantic Error - table_a_impala_avwei_20 type not found, DSL Semantic Error 
- table_a_impala_avwei_20 type not found, DSL Semantic Error - 22 type not 
found, DSL Semantic Error - 22 type not found. Please refer to Atlas DSL 
grammar for more information"}


Diffs
-

  webapp/src/main/java/org/apache/atlas/web/filters/ActiveServerFilter.java 
8d6aab688 
  webapp/src/test/java/org/apache/atlas/web/filters/ActiveServerFilterTest.java 
04b4e4a35 


Diff: https://reviews.apache.org/r/74459/diff/5/


Testing
---

Atlas server running 
testcases passed


Thanks,

chaitali



[jira] [Created] (ATLAS-4757) Regression : DSL queries redirected to passive server fails

2023-05-30 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4757:
--

 Summary: Regression : DSL queries redirected to passive server 
fails
 Key: ATLAS-4757
 URL: https://issues.apache.org/jira/browse/ATLAS-4757
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole


When redirected query is encoded as below
http://localhost:21000/api/atlas/v2/search/dsl?typeName=hive_table=name=%2522table_a_impala_avwei_20%2522

this fails with below error :
{  "errorCode": "ATLAS-400-00-059",  "errorMessage": "Invalid DSL query: 
`hive_table` name=%22table_a_impala_avwei_20%22 limit 100 offset 0 | Reason: 
DSL Semantic Error - table_a_impala_avwei_20 type not found, DSL Semantic Error 
- table_a_impala_avwei_20 type not found, DSL Semantic Error - 22 type not 
found, DSL Semantic Error - 22 type not found. Please refer to Atlas DSL 
grammar for more information"} 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4756) Entity_update should be sent after classification is deleted and added from ctas and parent

2023-05-29 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4756:
---
Summary: Entity_update should be sent after classification is deleted and 
added from ctas and parent  (was: Atlas is not passing ENTITY_UPDATE 
notification to Tagsync on classification delete)

> Entity_update should be sent after classification is deleted and added from 
> ctas and parent
> ---
>
> Key: ATLAS-4756
> URL: https://issues.apache.org/jira/browse/ATLAS-4756
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> ENTITY_UPDATE notification from ATLAS is expected for below scenarios:
> 1. When classification is propagated from parent table to CTAS.
> 2. When only propagation is removed from CTAS.
> 3. When classification is removed from parent.
> 4.When Parent table or CTAS table is  dropped.
> Currently when deferred action is enabled  CLASSIFICATION_ADD, 
> CLASSIFICATION_DELETE notification message sent is incorrect.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4756) Atlas is not passing ENTITY_UPDATE notification to Tagsync on classification delete

2023-05-29 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4756:
--

 Summary: Atlas is not passing ENTITY_UPDATE notification to 
Tagsync on classification delete
 Key: ATLAS-4756
 URL: https://issues.apache.org/jira/browse/ATLAS-4756
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole


ENTITY_UPDATE notification from ATLAS is expected for below scenarios:

1. When classification is propagated from parent table to CTAS.
2. When only propagation is removed from CTAS.
3. When classification is removed from parent.
4.When Parent table or CTAS table is  dropped.

Currently when deferred action is enabled  CLASSIFICATION_ADD, 
CLASSIFICATION_DELETE notification message sent is incorrect.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4717) When user doesn't have CRUD permission on classification , classification tag is still shown on detailsPage

2023-01-10 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4717:
---
Description: 
https://issues.apache.org/jira/browse/ATLAS-4717
Create tag - ptag
Associate ptag to entity e1
in detailsPage of  entity e1 , tag is visible.

For user admin

Deny permissions to create , read , update , delete classification types.

Visit entity e1 as admin user.
So here classification is still visible when associated with entities on search 
page as well as details page
Only classification under the classifications tab on UI are hidden.

  was:
Create tag - ptag
Create tag - ctag with parent tag as ptag
Associate ctag to entity e1
in detailsPage of  entity e1 , ctag@ptag is seen.

For user admin

Deny permissions to create , read , update , delete classification types.

Visit entity e1 as admin user.

Now only ctag is seen instead of ctag@ptag

When search page is loaded after the deny policy we cannot access entity
As entitydef is empty in the response 


> When user doesn't have CRUD permission on classification , classification tag 
> is still shown on detailsPage
> ---
>
> Key: ATLAS-4717
> URL: https://issues.apache.org/jira/browse/ATLAS-4717
> Project: Atlas
>  Issue Type: Improvement
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> https://issues.apache.org/jira/browse/ATLAS-4717
> Create tag - ptag
> Associate ptag to entity e1
> in detailsPage of  entity e1 , tag is visible.
> For user admin
> Deny permissions to create , read , update , delete classification types.
> Visit entity e1 as admin user.
> So here classification is still visible when associated with entities on 
> search page as well as details page
> Only classification under the classifications tab on UI are hidden.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4717) When user doesn't have CRUD permission on classification , classification tag is still shown on detailsPage

2022-12-12 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4717:
---
Description: 
Create tag - ptag
Create tag - ctag with parent tag as ptag
Associate ctag to entity e1
in detailsPage of  entity e1 , ctag@ptag is seen.

For user admin

Deny permissions to create , read , update , delete classification types.

Visit entity e1 as admin user.

Now only ctag is seen instead of ctag@ptag

When search page is loaded after the deny policy we cannot access entity
As entitydef is empty in the response 

  was:
Create tag - ptag
Create tag - ctag with parent tag as ptag
Associate ctag to entity e1
in detailsPage of  entity e1 , ctag@ptag is seen.

For user admin

Deny permissions to create , read , update , delete classification types.

Visit entity e1 as admin user.

Now only ctag is seen instead of ctag@ptag


> When user doesn't have CRUD permission on classification , classification tag 
> is still shown on detailsPage
> ---
>
> Key: ATLAS-4717
> URL: https://issues.apache.org/jira/browse/ATLAS-4717
> Project: Atlas
>  Issue Type: Improvement
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> Create tag - ptag
> Create tag - ctag with parent tag as ptag
> Associate ctag to entity e1
> in detailsPage of  entity e1 , ctag@ptag is seen.
> For user admin
> Deny permissions to create , read , update , delete classification types.
> Visit entity e1 as admin user.
> Now only ctag is seen instead of ctag@ptag
> When search page is loaded after the deny policy we cannot access entity
> As entitydef is empty in the response 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4717) When user doesn't have CRUD permission on classification , classification tag is still shown on detailsPage

2022-12-07 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4717:
--

 Summary: When user doesn't have CRUD permission on classification 
, classification tag is still shown on detailsPage
 Key: ATLAS-4717
 URL: https://issues.apache.org/jira/browse/ATLAS-4717
 Project: Atlas
  Issue Type: Improvement
Reporter: chaitali borole
Assignee: chaitali borole


Create tag - ptag
Create tag - ctag with parent tag as ptag
Associate ctag to entity e1
in detailsPage of  entity e1 , ctag@ptag is seen.

For user admin

Deny permissions to create , read , update , delete classification types.

Visit entity e1 as admin user.

Now only ctag is seen instead of ctag@ptag



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74195: ATLAS-3403 : Term assigned to historical entity is not visible in Search results page.

2022-11-17 Thread chaitali

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

(Updated Nov. 17, 2022, 1:47 p.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Let us consider that a classification and a term has been assigned to an 
entity. 

If that entity is deleted, and then when the "Show Historical Entities" filter 
is enabled on the search results page for that entity, the classification is 
displayed but not the term.

This patch handles above issue


Diffs (updated)
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
 0ed418330 
  repository/src/test/java/org/apache/atlas/glossary/GlossaryServiceTest.java 
27717c313 


Diff: https://reviews.apache.org/r/74195/diff/3/

Changes: https://reviews.apache.org/r/74195/diff/2-3/


Testing
---

mvn clean install

Entities ,classification,terms,glossaries getting created successfully


PC successful
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1284/console


Created an Entity of type hdfs_path as "abc" added classification "class1" and 
assigned a term as well "term1"
then deleted the entity when we search this entity using 
http://localhost:21000/api/atlas/v2/search/basic

without the fix we cant see "term1" in response under "meanings" tab because 
there is a check in the code where if edge is deleted we then term will not be 
assigned to the deleted entity hence we couldnt see it under "show historical 
data"

Below json for output after fixing issue we can see term getting added in 
MeaningNames and meanings:

http://localhost:21000/api/atlas/v2/search/basic


{"queryType":"BASIC","searchParameters":{"typeName":"hdfs_path","excludeDeletedEntities":false,"includeClassificationAttributes":true,"includeSubTypes":true,"includeSubClassifications":true,"excludeHeaderAttributes":false,"limit":25,"offset":0,"attributes":[]},"entities":[{"typeName":"hdfs_path","attributes":{"owner":"","createTime":166784580,"qualifiedName":"abc","name":"abc","description":""},"guid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","status":"DELETED","displayText":"abc","classificationNames":["class1"],"classifications":[{"typeName":"class1","entityGuid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","entityStatus":"DELETED","propagate":true,"validityPeriods":[],"removePropagationsOnEntityDelete":false}],"meaningNames":["term1"],"meanings":[{"termGuid":"c983b9b9-5b0a-409b-9a30-c0328cd1b3ad","relationGuid":"29ddea1a-adbf-4e48-9c85-72b8a97e10ac","displayText":"term1","confidence":0,"qualifiedName":"term1@gloss1"}],"isIncomplete":false,"labels":[]}],"approximateCount":1}


Thanks,

chaitali



Re: Review Request 74195: ATLAS-3403 : Term assigned to historical entity is not visible in Search results page.

2022-11-17 Thread chaitali

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

(Updated Nov. 17, 2022, 11:43 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Let us consider that a classification and a term has been assigned to an 
entity. 

If that entity is deleted, and then when the "Show Historical Entities" filter 
is enabled on the search results page for that entity, the classification is 
displayed but not the term.

This patch handles above issue


Diffs (updated)
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
 0ed418330 
  repository/src/test/java/org/apache/atlas/glossary/GlossaryServiceTest.java 
27717c313 


Diff: https://reviews.apache.org/r/74195/diff/2/

Changes: https://reviews.apache.org/r/74195/diff/1-2/


Testing
---

mvn clean install

Entities ,classification,terms,glossaries getting created successfully


PC successful
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1284/console


Created an Entity of type hdfs_path as "abc" added classification "class1" and 
assigned a term as well "term1"
then deleted the entity when we search this entity using 
http://localhost:21000/api/atlas/v2/search/basic

without the fix we cant see "term1" in response under "meanings" tab because 
there is a check in the code where if edge is deleted we then term will not be 
assigned to the deleted entity hence we couldnt see it under "show historical 
data"

Below json for output after fixing issue we can see term getting added in 
MeaningNames and meanings:

http://localhost:21000/api/atlas/v2/search/basic


{"queryType":"BASIC","searchParameters":{"typeName":"hdfs_path","excludeDeletedEntities":false,"includeClassificationAttributes":true,"includeSubTypes":true,"includeSubClassifications":true,"excludeHeaderAttributes":false,"limit":25,"offset":0,"attributes":[]},"entities":[{"typeName":"hdfs_path","attributes":{"owner":"","createTime":166784580,"qualifiedName":"abc","name":"abc","description":""},"guid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","status":"DELETED","displayText":"abc","classificationNames":["class1"],"classifications":[{"typeName":"class1","entityGuid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","entityStatus":"DELETED","propagate":true,"validityPeriods":[],"removePropagationsOnEntityDelete":false}],"meaningNames":["term1"],"meanings":[{"termGuid":"c983b9b9-5b0a-409b-9a30-c0328cd1b3ad","relationGuid":"29ddea1a-adbf-4e48-9c85-72b8a97e10ac","displayText":"term1","confidence":0,"qualifiedName":"term1@gloss1"}],"isIncomplete":false,"labels":[]}],"approximateCount":1}


Thanks,

chaitali



Re: Review Request 74195: ATLAS-3403 : Term assigned to historical entity is not visible in Search results page.

2022-11-15 Thread chaitali

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

(Updated Nov. 16, 2022, 5:59 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Let us consider that a classification and a term has been assigned to an 
entity. 

If that entity is deleted, and then when the "Show Historical Entities" filter 
is enabled on the search results page for that entity, the classification is 
displayed but not the term.

This patch handles above issue


Diffs
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
 0ed418330 


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


Testing (updated)
---

mvn clean install

Entities ,classification,terms,glossaries getting created successfully


PC successful
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1284/console


Created an Entity of type hdfs_path as "abc" added classification "class1" and 
assigned a term as well "term1"
then deleted the entity when we search this entity using 
http://localhost:21000/api/atlas/v2/search/basic

without the fix we cant see "term1" in response under "meanings" tab because 
there is a check in the code where if edge is deleted we then term will not be 
assigned to the deleted entity hence we couldnt see it under "show historical 
data"

Below json for output after fixing issue we can see term getting added in 
MeaningNames and meanings:

http://localhost:21000/api/atlas/v2/search/basic


{"queryType":"BASIC","searchParameters":{"typeName":"hdfs_path","excludeDeletedEntities":false,"includeClassificationAttributes":true,"includeSubTypes":true,"includeSubClassifications":true,"excludeHeaderAttributes":false,"limit":25,"offset":0,"attributes":[]},"entities":[{"typeName":"hdfs_path","attributes":{"owner":"","createTime":166784580,"qualifiedName":"abc","name":"abc","description":""},"guid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","status":"DELETED","displayText":"abc","classificationNames":["class1"],"classifications":[{"typeName":"class1","entityGuid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","entityStatus":"DELETED","propagate":true,"validityPeriods":[],"removePropagationsOnEntityDelete":false}],"meaningNames":["term1"],"meanings":[{"termGuid":"c983b9b9-5b0a-409b-9a30-c0328cd1b3ad","relationGuid":"29ddea1a-adbf-4e48-9c85-72b8a97e10ac","displayText":"term1","confidence":0,"qualifiedName":"term1@gloss1"}],"isIncomplete":false,"labels":[]}],"approximateCount":1}


Thanks,

chaitali



Re: Review Request 74195: ATLAS-3403 : Term assigned to historical entity is not visible in Search results page.

2022-11-15 Thread chaitali

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

(Updated Nov. 16, 2022, 5:56 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Let us consider that a classification and a term has been assigned to an 
entity. 

If that entity is deleted, and then when the "Show Historical Entities" filter 
is enabled on the search results page for that entity, the classification is 
displayed but not the term.

This patch handles above issue


Diffs
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
 0ed418330 


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


Testing (updated)
---

mvn clean install
Sanity testing
PC successful
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1284/console

Created an Entity of type hdfs_path as "abc" added classification "class1" and 
assigned a term as well "term1"
then deleted the entity when we search this entity using 
http://localhost:21000/api/atlas/v2/search/basic

without the fix we cant see "term1" in response under "meanings" tab because 
there is a check in the code where if edge is deleted we then term will not be 
assigned to the deleted entity hence we couldnt see it under "show historical 
data"

Below json for output after fixing issue we can see term getting added in 
MeaningNames and meanings:

http://localhost:21000/api/atlas/v2/search/basic


{"queryType":"BASIC","searchParameters":{"typeName":"hdfs_path","excludeDeletedEntities":false,"includeClassificationAttributes":true,"includeSubTypes":true,"includeSubClassifications":true,"excludeHeaderAttributes":false,"limit":25,"offset":0,"attributes":[]},"entities":[{"typeName":"hdfs_path","attributes":{"owner":"","createTime":166784580,"qualifiedName":"abc","name":"abc","description":""},"guid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","status":"DELETED","displayText":"abc","classificationNames":["class1"],"classifications":[{"typeName":"class1","entityGuid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","entityStatus":"DELETED","propagate":true,"validityPeriods":[],"removePropagationsOnEntityDelete":false}],"meaningNames":["term1"],"meanings":[{"termGuid":"c983b9b9-5b0a-409b-9a30-c0328cd1b3ad","relationGuid":"29ddea1a-adbf-4e48-9c85-72b8a97e10ac","displayText":"term1","confidence":0,"qualifiedName":"term1@gloss1"}],"isIncomplete":false,"labels":[]}],"approximateCount":1}


Thanks,

chaitali



[jira] [Updated] (ATLAS-3403) Term assigned to historical entity is not visible in Search results page.

2022-11-15 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-3403:
---
Fix Version/s: 3.0.0

> Term assigned to historical entity is not visible in Search results page.
> -
>
> Key: ATLAS-3403
> URL: https://issues.apache.org/jira/browse/ATLAS-3403
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Rahul Kurup
>Assignee: chaitali borole
>Priority: Minor
> Fix For: 3.0.0
>
>
> Let us consider that a classification and a term has been assigned to an 
> entity. 
> If that entity is deleted, and then when the "Show Historical Entities" 
> filter is enabled on the search results page for that entity, the 
> classification is displayed but not the term.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-3403) Term assigned to historical entity is not visible in Search results page.

2022-11-15 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-3403:
---
Affects Version/s: 3.0.0

> Term assigned to historical entity is not visible in Search results page.
> -
>
> Key: ATLAS-3403
> URL: https://issues.apache.org/jira/browse/ATLAS-3403
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Rahul Kurup
>Assignee: chaitali borole
>Priority: Minor
>
> Let us consider that a classification and a term has been assigned to an 
> entity. 
> If that entity is deleted, and then when the "Show Historical Entities" 
> filter is enabled on the search results page for that entity, the 
> classification is displayed but not the term.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74195: ATLAS-3403 : Term assigned to historical entity is not visible in Search results page.

2022-11-14 Thread chaitali

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

(Updated Nov. 15, 2022, 5:56 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Let us consider that a classification and a term has been assigned to an 
entity. 

If that entity is deleted, and then when the "Show Historical Entities" filter 
is enabled on the search results page for that entity, the classification is 
displayed but not the term.

This patch handles above issue


Diffs
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
 0ed418330 


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


Testing (updated)
---

mvn clean install
Sanity testing
PC successful
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1284/console

Below json for output after fixing issue we can see term getting added in 
MeaningNames and meanings:

http://localhost:21000/api/atlas/v2/search/basic


{"queryType":"BASIC","searchParameters":{"typeName":"hdfs_path","excludeDeletedEntities":false,"includeClassificationAttributes":true,"includeSubTypes":true,"includeSubClassifications":true,"excludeHeaderAttributes":false,"limit":25,"offset":0,"attributes":[]},"entities":[{"typeName":"hdfs_path","attributes":{"owner":"","createTime":166784580,"qualifiedName":"abc","name":"abc","description":""},"guid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","status":"DELETED","displayText":"abc","classificationNames":["class1"],"classifications":[{"typeName":"class1","entityGuid":"22f365a3-5d7c-49d0-b2dc-324adf77d3fe","entityStatus":"DELETED","propagate":true,"validityPeriods":[],"removePropagationsOnEntityDelete":false}],"meaningNames":["term1"],"meanings":[{"termGuid":"c983b9b9-5b0a-409b-9a30-c0328cd1b3ad","relationGuid":"29ddea1a-adbf-4e48-9c85-72b8a97e10ac","displayText":"term1","confidence":0,"qualifiedName":"term1@gloss1"}],"isIncomplete":false,"labels":[]}],"approximateCount":1}


Thanks,

chaitali



[jira] [Created] (ATLAS-4697) Upgrade Jackson version to 2.12.7.1

2022-11-02 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4697:
--

 Summary: Upgrade Jackson version to 2.12.7.1
 Key: ATLAS-4697
 URL: https://issues.apache.org/jira/browse/ATLAS-4697
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 2.1.0, 3.0.0
Reporter: chaitali borole


Current jackson-databind version is 2.11.3



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74126: ATLAS-4677 : Atlas - Upgrade commons-configuration to 2.8.0

2022-11-01 Thread chaitali

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

(Updated Nov. 1, 2022, 11:42 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Current version for commons-configuration2 is 2.2


Diffs (updated)
-

  intg/pom.xml 0b8c69fb3 


Diff: https://reviews.apache.org/r/74126/diff/4/

Changes: https://reviews.apache.org/r/74126/diff/3-4/


Testing
---

Testcases passed
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1263/consoleFull


Thanks,

chaitali



Re: Review Request 74126: ATLAS-4677 : Atlas - Upgrade commons-configuration to 2.8.0

2022-10-20 Thread chaitali

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

(Updated Oct. 20, 2022, 6:16 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Current version for commons-configuration2 is 2.2


Diffs
-

  addons/hbase-bridge-shim/pom.xml eb1b2e949 
  addons/hbase-bridge/pom.xml 4ce228f7a 
  addons/hbase-testing-util/pom.xml 982e9c85e 
  addons/hdfs-model/pom.xml 05ba17368 
  addons/hive-bridge-shim/pom.xml 849ca2a8f 
  addons/hive-bridge/pom.xml 8c3636e5d 
  addons/impala-bridge/pom.xml 186251abe 
  addons/kafka-bridge/pom.xml d3d6a12c1 
  addons/sqoop-bridge/pom.xml 021e93f56 
  addons/storm-bridge/pom.xml e8106afce 
  atlas-examples/sample-app/pom.xml aa3c6374f 
  client/client-v1/pom.xml 7d017cfa6 
  common/pom.xml 616f66c53 
  distro/pom.xml 28b486c82 
  graphdb/api/pom.xml 0d8acc0dc 
  graphdb/janus-hbase2/pom.xml 883c3444e 
  graphdb/janus/pom.xml 69160977f 
  intg/pom.xml 40031cb70 
  pom.xml 309449a75 
  repository/pom.xml d9488afa1 
  server-api/pom.xml e0e939e83 
  test-tools/pom.xml 991fa14c9 
  webapp/pom.xml 37eeaf4bf 


Diff: https://reviews.apache.org/r/74126/diff/3/


Testing (updated)
---

Testcases passed
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1263/consoleFull


Thanks,

chaitali



Re: Review Request 74126: ATLAS-4677 : Atlas - Upgrade commons-configuration to 2.8.0

2022-10-19 Thread chaitali

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

(Updated Oct. 19, 2022, 7:01 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Current version for commons-configuration2 is 2.2


Diffs (updated)
-

  addons/hbase-bridge-shim/pom.xml eb1b2e949 
  addons/hbase-bridge/pom.xml 4ce228f7a 
  addons/hbase-testing-util/pom.xml 982e9c85e 
  addons/hdfs-model/pom.xml 05ba17368 
  addons/hive-bridge-shim/pom.xml 849ca2a8f 
  addons/hive-bridge/pom.xml 8c3636e5d 
  addons/impala-bridge/pom.xml 186251abe 
  addons/kafka-bridge/pom.xml d3d6a12c1 
  addons/sqoop-bridge/pom.xml 021e93f56 
  addons/storm-bridge/pom.xml e8106afce 
  atlas-examples/sample-app/pom.xml aa3c6374f 
  client/client-v1/pom.xml 7d017cfa6 
  common/pom.xml 616f66c53 
  distro/pom.xml 28b486c82 
  graphdb/api/pom.xml 0d8acc0dc 
  graphdb/janus-hbase2/pom.xml 883c3444e 
  graphdb/janus/pom.xml 69160977f 
  intg/pom.xml 40031cb70 
  pom.xml 309449a75 
  repository/pom.xml d9488afa1 
  server-api/pom.xml e0e939e83 
  test-tools/pom.xml 991fa14c9 
  webapp/pom.xml 37eeaf4bf 


Diff: https://reviews.apache.org/r/74126/diff/3/

Changes: https://reviews.apache.org/r/74126/diff/2-3/


Testing
---

Testcases passed
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1219/console


Thanks,

chaitali



Re: Review Request 74126: ATLAS-4677 : Atlas - Upgrade commons-configuration to 2.8.0

2022-10-18 Thread chaitali

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

(Updated Oct. 18, 2022, 1:13 p.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Current version for commons-configuration2 is 2.2


Diffs (updated)
-

  addons/falcon-bridge/pom.xml 1e2ce7c81 
  addons/hbase-bridge-shim/pom.xml eb1b2e949 
  addons/hbase-bridge/pom.xml 4ce228f7a 
  addons/hbase-testing-util/pom.xml 982e9c85e 
  addons/hdfs-model/pom.xml 05ba17368 
  addons/hive-bridge-shim/pom.xml 849ca2a8f 
  addons/hive-bridge/pom.xml 8c3636e5d 
  addons/impala-bridge/pom.xml 186251abe 
  addons/kafka-bridge/pom.xml d3d6a12c1 
  addons/sqoop-bridge/pom.xml 021e93f56 
  addons/storm-bridge/pom.xml e8106afce 
  atlas-examples/sample-app/pom.xml aa3c6374f 
  client/client-v1/pom.xml 7d017cfa6 
  common/pom.xml 616f66c53 
  distro/pom.xml 28b486c82 
  graphdb/api/pom.xml 0d8acc0dc 
  graphdb/janus-hbase2/pom.xml 883c3444e 
  graphdb/janus/pom.xml 69160977f 
  intg/pom.xml 40031cb70 
  pom.xml 309449a75 
  repository/pom.xml d9488afa1 
  server-api/pom.xml e0e939e83 
  test-tools/pom.xml 991fa14c9 
  webapp/pom.xml 37eeaf4bf 


Diff: https://reviews.apache.org/r/74126/diff/2/

Changes: https://reviews.apache.org/r/74126/diff/1-2/


Testing
---

Testcases passed
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1219/console


Thanks,

chaitali



Re: Review Request 74164: ATLAS-4688 : Atlas - Upgrade Snake-yaml to 1.32

2022-10-13 Thread chaitali

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

(Updated Oct. 13, 2022, 7:05 a.m.)


Review request for atlas, Jayendra Parab, Mandar Ambawane, and Pinal Shah.


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


Repository: atlas


Description
---

Currently Snake-yaml uses 1.26


Diffs
-

  pom.xml 309449a75 


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


Testing
---

mvn clean install
testcases running
atlas server running
successful precommit
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1252/console


Thanks,

chaitali



[jira] [Updated] (ATLAS-4688) Atlas - Upgrade Snake-yaml to 1.32

2022-10-12 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4688:
---
Summary: Atlas - Upgrade Snake-yaml to 1.32  (was: Atlas - Upgrade 
Snakye-yaml to 1.32)

> Atlas - Upgrade Snake-yaml to 1.32
> --
>
> Key: ATLAS-4688
> URL: https://issues.apache.org/jira/browse/ATLAS-4688
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 2.0.0, 3.0.0
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> Currently Snake-yaml uses 1.26



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Review Request 74164: ATLAS-4688 : Atlas - Upgrade Snakye-yaml to 1.32

2022-10-12 Thread chaitali

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

Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Currently Snake-yaml uses 1.26


Diffs
-

  pom.xml 309449a75 


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


Testing
---

mvn clean install
testcases running
atlas server running
successful precommit
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1252/console


Thanks,

chaitali



[jira] [Created] (ATLAS-4688) Atlas - Upgrade Snakye-yaml to 1.32

2022-10-12 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4688:
--

 Summary: Atlas - Upgrade Snakye-yaml to 1.32
 Key: ATLAS-4688
 URL: https://issues.apache.org/jira/browse/ATLAS-4688
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 2.0.0, 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole


Currently Snake-yaml uses 1.26



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4677) Atlas - Upgrade commons-configuration to 2.8.0

2022-09-19 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4677:
---
Fix Version/s: 2.0.0

> Atlas - Upgrade commons-configuration to 2.8.0
> --
>
> Key: ATLAS-4677
> URL: https://issues.apache.org/jira/browse/ATLAS-4677
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 2.0.0, 3.0.0
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 2.0.0, 3.0.0
>
>
> Current version for commons-configuration2 is 2.2



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [DRAFT] [REPORT] Apache Atlas - September 2022

2022-09-19 Thread Chaitali Borole
Thanks Madhan, looks good to me.
+1

Thanks,
Chaitali

On Wed, Sep 14, 2022 at 8:45 AM Madhan Neethiraj  wrote:

> Atlas community,
>
>
>
> Please review the following draft report for this quarter.
>
>
>
> Thanks,
>
> Madhan
>
>
>
> ## Description:
>
> The mission of Apache Atlas is the creation and maintenance of software
> related
>
> to a scalable and extensible set of core foundational governance services -
>
> enabling enterprises to effectively and efficiently meet their compliance
>
> requirements
>
>
>
> ## Issues:
>
> There are no issues requiring board attention.
>
>
>
> ## Membership Data:
>
> Apache Atlas was founded 2017-06-20 (5 years ago) There are currently 47
>
> committers and 32 PMC members in this project. The Committer-to-PMC ratio
> is
>
> roughly 3:2.
>
>
>
> Community changes, past quarter:
>
> - No new PMC members. Last addition was Ashutosh Mestry on 2019-04-16.
>
> - Mandar Ambawane was added as committer on 2022-09-12
>
> - Prasad Pawar was added as committer on 2022-09-12
>
> - 4 new Atlas contributors in last quarter:
>
>   - Abhishek Pal, Kundan Kumar Jha, Patrik Marton, Beakal Lemeneh
>
>
>
> ## Project Activity:
>
> - fixes in search API handling of pagination
>
> - updates to support authenticated Cassandra cluster as audit repository
>
> - performance improvements in Atlas lineage API and UI
>
> - removed Kafka core dependency in Atlas webapp
>
> - improvements in import-hive utility to delete entities for deleted
> objects
>
>   in Hive
>
> - multiple UI fixes and improvements
>
> - dependent component version updates: Spring Framework 5.3.21, Spring
>
>   Security 5.7.2, Netty Project 4.1.78.Final, POI 5.2.2, JUnit 4.13.2
>
> - started a thread on Atlas 2.4.0 release. Looking to complete release by
>
>   October 2022
>
>
>
>
>
> ## Community Health:
>
> - dev@atlas.apache.org had a 22% decrease in traffic in the past quarter
> (680
>
>   emails compared to 868)
>
> - u...@atlas.apache.org had a 37% decrease in traffic in the past quarter
> (12
>
>   emails compared to 19)
>
> - 48 issues opened in JIRA, past quarter (-12% change)
>
> - 29 issues closed in JIRA, past quarter (38% increase)
>
> - 51 commits in the past quarter (-15% change)
>
> - 13 code contributors in the past quarter (8% increase)
>
> - 16 PRs opened on GitHub, past quarter (-40% change)
>
> - 7 PRs closed on GitHub, past quarter (no change)
>
>
>
> ## Most Recent releases:
>
> 2.2.0 was released on 2021-08-17
>
> 2.1.0 was released on 2020-07-15
>
> 0.8.4 was released on 2019-06-21
>
>


Review Request 74126: ATLAS-4677 : Atlas - Upgrade commons-configuration to 2.8.0

2022-09-18 Thread chaitali

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

Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Current version for commons-configuration2 is 2.2


Diffs
-

  pom.xml d5aabbf24 


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


Testing
---

Testcases passed
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1219/console


Thanks,

chaitali



[jira] [Created] (ATLAS-4677) Atlas - Upgrade commons-configuration to 2.8.0

2022-09-18 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4677:
--

 Summary: Atlas - Upgrade commons-configuration to 2.8.0
 Key: ATLAS-4677
 URL: https://issues.apache.org/jira/browse/ATLAS-4677
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 2.0.0, 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole


Current version for commons-configuration2 is 2.2



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74103: ATLAS-4669 : Atlas - Upgrade Junit to 4.13.2

2022-09-08 Thread chaitali

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

(Updated Sept. 8, 2022, 11:27 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

currently Junit version is 4.13.1


Diffs (updated)
-

  addons/hbase-bridge/pom.xml a6ed51421 
  pom.xml a5d4b1f9e 


Diff: https://reviews.apache.org/r/74103/diff/3/

Changes: https://reviews.apache.org/r/74103/diff/2-3/


Testing
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -DskipTests -Drat.skip
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1210/consoleFull


Thanks,

chaitali



Re: Review Request 74103: ATLAS-4669 : Atlas - Upgrade Junit to 4.13.2

2022-09-08 Thread chaitali

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

(Updated Sept. 8, 2022, 10:01 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

currently Junit version is 4.13.1


Diffs
-

  addons/hbase-bridge/pom.xml a6ed51421 
  pom.xml a5d4b1f9e 


Diff: https://reviews.apache.org/r/74103/diff/2/


Testing (updated)
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -DskipTests -Drat.skip
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1210/consoleFull


Thanks,

chaitali



Re: Review Request 74103: ATLAS-4669 : Atlas - Upgrade Junit to 4.13.2

2022-09-08 Thread chaitali

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

(Updated Sept. 8, 2022, 6:47 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

currently Junit version is 4.13.1


Diffs
-

  addons/hbase-bridge/pom.xml a6ed51421 
  pom.xml a5d4b1f9e 


Diff: https://reviews.apache.org/r/74103/diff/2/


Testing
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -DskipTests -Drat.skip


Thanks,

chaitali



[jira] [Created] (ATLAS-4670) Upgrade Jackson version to 2.13.3

2022-09-07 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4670:
--

 Summary: Upgrade Jackson version to 2.13.3
 Key: ATLAS-4670
 URL: https://issues.apache.org/jira/browse/ATLAS-4670
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 2.0.0, 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole


Currently jackson version is 2.11.3 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (ATLAS-4669) Atlas - Upgrade Junit to 4.13.2

2022-09-06 Thread chaitali borole (Jira)


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

chaitali borole reassigned ATLAS-4669:
--

Assignee: chaitali borole

> Atlas - Upgrade Junit to 4.13.2
> ---
>
> Key: ATLAS-4669
> URL: https://issues.apache.org/jira/browse/ATLAS-4669
> Project: Atlas
>  Issue Type: Improvement
>    Reporter: chaitali borole
>    Assignee: chaitali borole
>Priority: Major
>
> currently Junit version is 4.13.1



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4669) Atlas - Upgrade Junit to 4.13.2

2022-09-06 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4669:
---
Description: currently Junit version is 4.13.1

> Atlas - Upgrade Junit to 4.13.2
> ---
>
> Key: ATLAS-4669
> URL: https://issues.apache.org/jira/browse/ATLAS-4669
> Project: Atlas
>  Issue Type: Improvement
>    Reporter: chaitali borole
>Priority: Major
>
> currently Junit version is 4.13.1



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4669) Atlas - Upgrade Junit to 4.13.2

2022-09-05 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4669:
--

 Summary: Atlas - Upgrade Junit to 4.13.2
 Key: ATLAS-4669
 URL: https://issues.apache.org/jira/browse/ATLAS-4669
 Project: Atlas
  Issue Type: Improvement
Reporter: chaitali borole






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74093: ATLAS-4662 : Upgrade POI to 5.2.2

2022-08-23 Thread chaitali

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

(Updated Aug. 23, 2022, 7:43 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

POI and POI-ooxml version is 4.1.1


Diffs
-

  pom.xml 548382446 


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


Testing (updated)
---

mvn clean install
apache server running fine
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1198/console


Thanks,

chaitali



Review Request 74093: ATLAS-4662 : Upgrade POI to 5.2.2

2022-08-23 Thread chaitali

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

Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

POI and POI-ooxml version is 4.1.1


Diffs
-

  pom.xml 548382446 


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


Testing
---

mvn clean install
apache server running fine


Thanks,

chaitali



[jira] [Updated] (ATLAS-4662) Upgrade POI to 5.2.2

2022-08-22 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4662:
---
Description: POI and POI-ooxml version is 4.1.1 

> Upgrade POI to 5.2.2
> 
>
> Key: ATLAS-4662
> URL: https://issues.apache.org/jira/browse/ATLAS-4662
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 2.0.0, 3.0.0
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> POI and POI-ooxml version is 4.1.1 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4662) Upgrade POI to 5.2.2

2022-08-22 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4662:
--

 Summary: Upgrade POI to 5.2.2
 Key: ATLAS-4662
 URL: https://issues.apache.org/jira/browse/ATLAS-4662
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 2.0.0, 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4647) Upgrade Spring Security to 5.7.2

2022-08-18 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4647:
---
Fix Version/s: 2.0.0

> Upgrade Spring Security to 5.7.2
> 
>
> Key: ATLAS-4647
> URL: https://issues.apache.org/jira/browse/ATLAS-4647
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 2.0.0, 3.0.0
>
>
> Current version for spring-security is 5.7.1 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74070: ATLAS-4647 : Upgrade Spring Security to 5.7.2

2022-08-10 Thread chaitali

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

(Updated Aug. 10, 2022, 12:52 p.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Current version for spring-security is 5.7.1 upgrading it to 5.7.2


Diffs (updated)
-

  pom.xml 3f7698c1f 


Diff: https://reviews.apache.org/r/74070/diff/2/

Changes: https://reviews.apache.org/r/74070/diff/1-2/


Testing
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1174/consoleFull


Thanks,

chaitali



Re: Review Request 74070: ATLAS-4647 : Upgrade Spring Security to 5.7.2

2022-08-03 Thread chaitali

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

(Updated Aug. 4, 2022, 5:37 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Current version for spring-security is 5.7.1 upgrading it to 5.7.2


Diffs
-

  pom.xml 1e32e45f3 


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


Testing (updated)
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1174/consoleFull


Thanks,

chaitali



[jira] [Updated] (ATLAS-4653) Upgrade Hadoop to 3.3.3

2022-08-02 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4653:
---
Description: 
currently Hadoop is using 3.3.0 and 3.0.3
This patch also upgrades jackson-databind to 2.13.3 and commons-beanutils to 
1.9.4

  was:currently Hadoop is using 3.3.0 and 3.0.3


> Upgrade Hadoop to 3.3.3
> ---
>
> Key: ATLAS-4653
> URL: https://issues.apache.org/jira/browse/ATLAS-4653
> Project: Atlas
>  Issue Type: Improvement
>    Reporter: chaitali borole
>    Assignee: chaitali borole
>Priority: Major
>
> currently Hadoop is using 3.3.0 and 3.0.3
> This patch also upgrades jackson-databind to 2.13.3 and commons-beanutils to 
> 1.9.4



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Review Request 74079: ATLAS-4653 : Upgrade Hadoop to 3.3.3

2022-08-02 Thread chaitali

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

Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

currently Hadoop is using 3.3.0 and 3.0.3
This patch also upgrades jackson-databind to 2.13.3 and commons-beanutils to 
1.9.4


Diffs
-

  addons/hbase-bridge/pom.xml a6ed51421 
  addons/hbase-testing-util/pom.xml 982e9c85e 
  addons/hive-bridge/pom.xml 8c3636e5d 
  addons/sqoop-bridge/pom.xml 021e93f56 
  addons/storm-bridge/pom.xml e8106afce 
  notification/pom.xml aaf11c7a4 
  pom.xml 1e32e45f3 
  test-tools/pom.xml 991fa14c9 
  webapp/pom.xml 37eeaf4bf 


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


Testing
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1175/consoleFull


Thanks,

chaitali



[jira] [Created] (ATLAS-4653) Upgrade Hadoop to 3.3.3

2022-08-02 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4653:
--

 Summary: Upgrade Hadoop to 3.3.3
 Key: ATLAS-4653
 URL: https://issues.apache.org/jira/browse/ATLAS-4653
 Project: Atlas
  Issue Type: Improvement
Reporter: chaitali borole
Assignee: chaitali borole


currently Hadoop is using 3.3.0 and 3.0.3



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74074: ATLAS-4650 : Upgrade Apache Commons BeanUtils to 1.9.4

2022-08-02 Thread chaitali

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

(Updated Aug. 2, 2022, 11:09 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Currently Commons BeanUtils version is 1.9.2,1.9.3,1.8.3


Diffs (updated)
-

  addons/hbase-bridge/pom.xml a6ed51421 
  addons/hbase-testing-util/pom.xml 982e9c85e 
  addons/hive-bridge/pom.xml 8c3636e5d 
  addons/sqoop-bridge/pom.xml 021e93f56 
  addons/storm-bridge/pom.xml e8106afce 
  notification/pom.xml aaf11c7a4 
  pom.xml 1e32e45f3 
  test-tools/pom.xml 991fa14c9 
  webapp/pom.xml 37eeaf4bf 


Diff: https://reviews.apache.org/r/74074/diff/2/

Changes: https://reviews.apache.org/r/74074/diff/1-2/


Testing (updated)
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1175/consoleFull


Thanks,

chaitali



Re: Review Request 74071: ATLAS-4649 : Upgrade Spring Framework to 5.3.21

2022-08-01 Thread chaitali

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

(Updated Aug. 2, 2022, 5:02 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

current version for Spring Framework is 5.3.20


Diffs
-

  pom.xml 1e32e45f3 


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


Testing (updated)
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1158/consoleFull


Thanks,

chaitali



Re: Review Request 74072: ATLAS-4648 : Upgrade Netty version to 4.1.78.Final

2022-08-01 Thread chaitali

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

(Updated Aug. 2, 2022, 4:59 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

current version for Netty to 4.1.77.Final


Diffs
-

  pom.xml 1e32e45f3 


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


Testing (updated)
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1169/consoleFull


Thanks,

chaitali



[jira] [Created] (ATLAS-4651) Upgrade Apache ZooKeeper to 3.8.0

2022-07-28 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4651:
--

 Summary: Upgrade Apache ZooKeeper to 3.8.0
 Key: ATLAS-4651
 URL: https://issues.apache.org/jira/browse/ATLAS-4651
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole


Current version of zookeeper is 3.5.7



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74074: ATLAS-4650 : Upgrade Apache Commons BeanUtils to 1.9.4

2022-07-28 Thread chaitali

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

(Updated July 28, 2022, 11:06 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Currently Commons BeanUtils version is 1.9.2,1.9.3,1.8.3


Diffs
-

  addons/hbase-bridge/pom.xml a6ed51421 
  addons/hbase-testing-util/pom.xml 982e9c85e 
  pom.xml 1e32e45f3 


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


Testing
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully


Thanks,

chaitali



[jira] [Created] (ATLAS-4650) Upgrade Apache Commons BeanUtils to 1.9.4

2022-07-27 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4650:
--

 Summary: Upgrade Apache Commons BeanUtils to 1.9.4
 Key: ATLAS-4650
 URL: https://issues.apache.org/jira/browse/ATLAS-4650
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole


Currently Commons BeanUtils  version is  1.9.2,1.8.3





--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Review Request 74072: ATLAS-4648 : Upgrade Netty version to 4.1.78.Final

2022-07-27 Thread chaitali

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

Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

current version for Netty to 4.1.77.Final


Diffs
-

  pom.xml 1e32e45f3 


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


Testing
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully


Thanks,

chaitali



Review Request 74071: ATLAS-4649 : Upgrade Spring Framework to 5.3.21

2022-07-27 Thread chaitali

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

Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

current version for Spring Framework is 5.3.20


Diffs
-

  pom.xml 1e32e45f3 


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


Testing
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully


Thanks,

chaitali



[jira] [Created] (ATLAS-4649) Upgrade Spring Framework to 4.3.30.RELEASE/5.3.21

2022-07-27 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4649:
--

 Summary: Upgrade Spring Framework to 4.3.30.RELEASE/5.3.21
 Key: ATLAS-4649
 URL: https://issues.apache.org/jira/browse/ATLAS-4649
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole
 Fix For: 3.0.0


current version for Spring Framework is 5.3.20



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74070: ATLAS-4647 : Upgrade Spring Security to 5.7.2

2022-07-27 Thread chaitali

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

(Updated July 27, 2022, 6:08 a.m.)


Review request for atlas, Jayendra Parab and Pinal Shah.


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


Repository: atlas


Description
---

Current version for spring-security is 5.7.1 upgrading it to 5.7.2


Diffs
-

  pom.xml 1e32e45f3 


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


Testing
---

mvn clean -DskipTests package -Pdist,embedded-hbase-solr
mvn clean install -Drat.skip
atlas server running successfully


Thanks,

chaitali



[jira] [Updated] (ATLAS-4648) Upgrade Netty version to 4.1.78.Final

2022-07-26 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4648:
---
Summary: Upgrade Netty version to 4.1.78.Final  (was: Upgrade Netty Project 
to 4.1.78.Final)

> Upgrade Netty version to 4.1.78.Final
> -
>
> Key: ATLAS-4648
> URL: https://issues.apache.org/jira/browse/ATLAS-4648
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 3.0.0
>
>
> current version for Netty  to 4.1.77.Final



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4648) Upgrade Netty Project to 4.1.78.Final

2022-07-26 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4648:
--

 Summary: Upgrade Netty Project to 4.1.78.Final
 Key: ATLAS-4648
 URL: https://issues.apache.org/jira/browse/ATLAS-4648
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole
 Fix For: 3.0.0


current version for Netty  to 4.1.77.Final



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4647) Upgrade Spring Security to 5.7.2

2022-07-26 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4647:
---
Summary: Upgrade Spring Security to 5.7.2  (was: Atlas - Upgrade Spring 
Security to 5.7.2)

> Upgrade Spring Security to 5.7.2
> 
>
> Key: ATLAS-4647
> URL: https://issues.apache.org/jira/browse/ATLAS-4647
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>    Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 3.0.0
>
>
> Current version for spring-security is 5.7.1 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4647) Atlas - Upgrade Spring Security to 5.7.2

2022-07-26 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4647:
--

 Summary: Atlas - Upgrade Spring Security to 5.7.2
 Key: ATLAS-4647
 URL: https://issues.apache.org/jira/browse/ATLAS-4647
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole
 Fix For: 3.0.0


Current version for spring-security is 5.7.1 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 73766: ATLAS-4507 : Atlas - Upgrade testng to 7.0.0

2021-12-17 Thread chaitali

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

(Updated Dec. 17, 2021, 3:40 p.m.)


Review request for atlas, Jayendra Parab, Pinal Shah, and Sarath Subramanian.


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


Repository: atlas


Description
---

Currently Atlas is using 6.9.4 version for testng Upgrading testng to 7.0.0


Diffs
-

  graphdb/common/pom.xml ae5046cbf 
  pom.xml 2cce90963 


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


Testing (updated)
---

mvn clean install
quick_start.py
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1008/consoleFull


Thanks,

chaitali



Review Request 73766: ATLAS-4507 : Atlas - Upgrade testng to 7.0.0

2021-12-17 Thread chaitali

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

Review request for atlas, Jayendra Parab, Pinal Shah, and Sarath Subramanian.


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


Repository: atlas


Description
---

Currently Atlas is using 6.9.4 version for testng Upgrading testng to 7.0.0


Diffs
-

  graphdb/common/pom.xml ae5046cbf 
  pom.xml 2cce90963 


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


Testing
---

mvn clean install
quick_start.py
PC in progress


Thanks,

chaitali



[jira] [Updated] (ATLAS-4507) Atlas - Upgrade testng to 7.0.0

2021-12-17 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4507:
---
Summary: Atlas - Upgrade testng to 7.0.0  (was: Atlas - Upgrade testng to 
6.11 or later)

> Atlas - Upgrade testng to 7.0.0
> ---
>
> Key: ATLAS-4507
> URL: https://issues.apache.org/jira/browse/ATLAS-4507
> Project: Atlas
>  Issue Type: Improvement
>    Reporter: chaitali borole
>    Assignee: chaitali borole
>Priority: Major
>
> Currently Atlas is using 6.9.4 version for testng Upgrading testng to 6.11 or 
> later



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (ATLAS-4507) Atlas - Upgrade testng to 7.0.0

2021-12-17 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4507:
---
Description: 
Currently Atlas is using 6.9.4 version for testng Upgrading testng to 7.0.0


  was:Currently Atlas is using 6.9.4 version for testng Upgrading testng to 
6.11 or later


> Atlas - Upgrade testng to 7.0.0
> ---
>
> Key: ATLAS-4507
> URL: https://issues.apache.org/jira/browse/ATLAS-4507
> Project: Atlas
>  Issue Type: Improvement
>    Reporter: chaitali borole
>    Assignee: chaitali borole
>Priority: Major
>
> Currently Atlas is using 6.9.4 version for testng Upgrading testng to 7.0.0



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (ATLAS-4507) Atlas - Upgrade testng to 6.11 or later

2021-12-15 Thread chaitali borole (Jira)


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

chaitali borole reassigned ATLAS-4507:
--

Assignee: chaitali borole

> Atlas - Upgrade testng to 6.11 or later
> ---
>
> Key: ATLAS-4507
> URL: https://issues.apache.org/jira/browse/ATLAS-4507
> Project: Atlas
>  Issue Type: Improvement
>    Reporter: chaitali borole
>    Assignee: chaitali borole
>Priority: Major
>
> Currently Atlas is using 6.9.4 version for testng Upgrading testng to 6.11 or 
> later



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (ATLAS-4507) Atlas - Upgrade testng to 6.11 or later

2021-12-15 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4507:
--

 Summary: Atlas - Upgrade testng to 6.11 or later
 Key: ATLAS-4507
 URL: https://issues.apache.org/jira/browse/ATLAS-4507
 Project: Atlas
  Issue Type: Improvement
Reporter: chaitali borole


Currently Atlas is using 6.9.4 version for testng Upgrading testng to 6.11 or 
later



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (ATLAS-4503) Handle cross version messages in Atlas server

2021-12-07 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4503:
---
Summary: Handle cross version messages in Atlas server  (was: SDX Version 
Compatibility: Handle cross version messages in Atlas server)

> Handle cross version messages in Atlas server
> -
>
> Key: ATLAS-4503
> URL: https://issues.apache.org/jira/browse/ATLAS-4503
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 2.0.0, 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 2.0.0, 3.0.0
>
>
> Atlas sever can receive notification messages from atlas hooks running on 
> different version (than Atlas server version). When messages are not 
> compatible, error logs should be thrown.
> Log Error/Warning in Atlas logs about cross-compat version messages.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (ATLAS-4503) SDX Version Compatibility: Handle cross version messages in Atlas server

2021-12-07 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4503:
--

 Summary: SDX Version Compatibility: Handle cross version messages 
in Atlas server
 Key: ATLAS-4503
 URL: https://issues.apache.org/jira/browse/ATLAS-4503
 Project: Atlas
  Issue Type: Improvement
  Components:  atlas-core
Affects Versions: 2.0.0, 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole
 Fix For: 3.0.0, 2.0.0


Atlas sever can receive notification messages from atlas hooks running on 
different version (than Atlas server version). When messages are not 
compatible, error logs should be thrown.
Log Error/Warning in Atlas logs about cross-compat version messages.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


Re: Review Request 73733: ATLAS-4496 : Atlas - Upgrade elasticsearch to 7.14.0

2021-12-01 Thread chaitali

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

(Updated Dec. 1, 2021, 6:15 p.m.)


Review request for atlas, Ashutosh Mestry, Jayendra Parab, Pinal Shah, and 
Sarath Subramanian.


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


Repository: atlas


Description
---

Currently Atlas is using elasticsearch version 7.6.0 upgrading it to 7.14.0.


Diffs
-

  pom.xml 4b3408acc 


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


Testing (updated)
---

mvn clean install
quick_start.py
Atlas server running successfully
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/995/console


Thanks,

chaitali



  1   2   3   4   5   >