Re: Review Request 72895: ATLAS-3950 : Read Type Auth : Classification, Business metadata , Entity types are able to have attributes of type which are not permissible to read

2020-09-29 Thread chaitali
[], "entityDefs": [], "businessMetadataDefs": [ { "category": "BUSINESS_METADATA", "createdBy": "admin", "updatedBy": "admin", "version": 1, "typeVersion": "1.1", "name": "testBM", "description": "", "attributeDefs": [ { "name": "attrtestBM", "typeName": "string", "isOptional": true, "cardinality": "SINGLE", "valuesMinCount": 0, "valuesMaxCount": 1, "isUnique": false, "isIndexable": true, "options": { "maxStrLength": "50", "applicableEntityTypes": "[\"hive_table\"]" }, "searchWeight": "5" } ] } ] } Expected Output : { "errorCode": "ATLAS-403-00-001", "errorMessage": "admin is not authorized to perform read type hive_table" } Thanks, chaitali

Re: Review Request 72895: ATLAS-3950 : Read Type Auth : Classification, Business metadata , Entity types are able to have attributes of type which are not permissible to read

2020-09-28 Thread chaitali
ad rights for: { "enumDefs": [], "structDefs": [], "classificationDefs": [], "entityDefs": [], "businessMetadataDefs": [ { "category": "BUSINESS_METADATA", "createdBy": "admin", "updatedBy": "admin", "version": 1, "typeVersion": "1.1", "name": "testBM", "description": "", "attributeDefs": [ { "name": "attrtestBM", "typeName": "string", "isOptional": true, "cardinality": "SINGLE", "valuesMinCount": 0, "valuesMaxCount": 1, "isUnique": false, "isIndexable": true, "options": { "maxStrLength": "50", "applicableEntityTypes": "[\"hive_table\"]" }, "searchWeight": "5" } ] } ] } Expected Output : { "errorCode": "ATLAS-403-00-001", "errorMessage": "admin is not authorized to perform read type hive_table" } Thanks, chaitali

Re: Review Request 72895: ATLAS-3950 : Read Type Auth : Classification, Business metadata , Entity types are able to have attributes of type which are not permissible to read

2020-09-28 Thread chaitali
itytypes for which admin doesn't have type-read rights for: { "enumDefs": [], "structDefs": [], "classificationDefs": [], "entityDefs": [], "businessMetadataDefs": [ { "category": "BUSINESS_METADATA", "createdBy": "admin", "updatedBy": "admin", "version": 1, "typeVersion": "1.1", "name": "testBM", "description": "", "attributeDefs": [ { "name": "attrtestBM", "typeName": "string", "isOptional": true, "cardinality": "SINGLE", "valuesMinCount": 0, "valuesMaxCount": 1, "isUnique": false, "isIndexable": true, "options": { "maxStrLength": "50", "applicableEntityTypes": "[\"hive_table\"]" }, "searchWeight": "5" } ] } ] } Expected Output : { "errorCode": "ATLAS-403-00-001", "errorMessage": "admin is not authorized to perform read type hive_table" } Thanks, chaitali

Re: Review Request 72895: ATLAS-3950 : Read Type Auth : Classification, Business metadata , Entity types are able to have attributes of type which are not permissible to read

2020-09-28 Thread chaitali
[], "structDefs": [], "classificationDefs": [], "entityDefs": [], "businessMetadataDefs": [ { "category": "BUSINESS_METADATA", "createdBy": "admin", "updatedBy": "admin", "version": 1, "typeVersion": "1.1", "name": "testBM", "description": "", "attributeDefs": [ { "name": "attrtestBM", "typeName": "string", "isOptional": true, "cardinality": "SINGLE", "valuesMinCount": 0, "valuesMaxCount": 1, "isUnique": false, "isIndexable": true, "options": { "maxStrLength": "50", "applicableEntityTypes": "[\"hive_table\"]" }, "searchWeight": "5" } ] } ] } Expected Output : { "errorCode": "ATLAS-403-00-001", "errorMessage": "admin is not authorized to perform read type hive_table" } Thanks, chaitali

[jira] [Updated] (ATLAS-3959) Upgrade Atlas to Spring Framework version 4.3.16.release

2020-09-27 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3959: --- Attachment: ATLAS-3959.patch > Upgrade Atlas to Spring Framework version 4.3.16.rele

[jira] [Updated] (ATLAS-3959) Upgrade Atlas to Spring Framework version 4.3.16.release

2020-09-27 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3959: --- Fix Version/s: 0.8.1 > Upgrade Atlas to Spring Framework version 4.3.16.rele

[jira] [Updated] (ATLAS-3959) Upgrade Atlas to Spring Framework version 4.3.16.release

2020-09-27 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3959: --- Affects Version/s: 0.8-incubating > Upgrade Atlas to Spring Framework version 4.3.16.rele

[jira] [Updated] (ATLAS-3959) Upgrade Atlas to Spring Framework version 4.3.16.release

2020-09-27 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3959: --- Affects Version/s: (was: 0.8-incubating) 0.8.1 > Upgrade At

[jira] [Updated] (ATLAS-3959) Upgrade Atlas to Spring Framework version 4.3.16.release

2020-09-27 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3959: --- Description: Existing Spring version 4.3.8.release is vulnerable to CVE-2018-1270 > Upgr

[jira] [Created] (ATLAS-3959) Upgrade Atlas to Spring Framework version 4.3.16.release

2020-09-27 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3959: -- Summary: Upgrade Atlas to Spring Framework version 4.3.16.release Key: ATLAS-3959 URL: https://issues.apache.org/jira/browse/ATLAS-3959 Project: Atlas

Re: Review Request 72895: ATLAS-3950 : Read Type Auth : Classification, Business metadata , Entity types are able to have attributes of type which are not permissible to read

2020-09-23 Thread chaitali
ad rights for: { "enumDefs": [], "structDefs": [], "classificationDefs": [], "entityDefs": [], "businessMetadataDefs": [ { "category": "BUSINESS_METADATA", "createdBy": "admin", "updatedBy": "admin", "version": 1, "typeVersion": "1.1", "name": "testBM", "description": "", "attributeDefs": [ { "name": "attrtestBM", "typeName": "string", "isOptional": true, "cardinality": "SINGLE", "valuesMinCount": 0, "valuesMaxCount": 1, "isUnique": false, "isIndexable": true, "options": { "maxStrLength": "50", "applicableEntityTypes": "[\"hive_table\"]" }, "searchWeight": "5" } ] } ] } Expected Output : { "errorCode": "ATLAS-403-00-001", "errorMessage": "admin is not authorized to perform read type hive_table" } Thanks, chaitali

[jira] [Updated] (ATLAS-3950) Read Type Auth : Classification, Business metadata , Entity types are able to have attributes of type which are not permissible to read

2020-09-21 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3950: --- Description: Steps to reproduce :- hrt_qa has : CRUD permissions on hive_table type CRUD

[jira] [Created] (ATLAS-3950) Read Type Auth : Classification, Business metadata , Entity types are able to have attributes of type which are not permissible to read

2020-09-21 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3950: -- Summary: Read Type Auth : Classification, Business metadata , Entity types are able to have attributes of type which are not permissible to read Key: ATLAS-3950 URL: https

Re: Review Request 72756: ATLAS-3918 : Regression : Renaming table has exceptions in Atlas application logs

2020-09-14 Thread chaitali
es > > Atlas should ignore if source entity is not found. I have updated patch with your suggested changes kindly review. - chaitali --- This is an automatically generated e-mail. To reply, visit: https://reviews

Re: Review Request 72756: ATLAS-3918 : Regression : Renaming table has exceptions in Atlas application logs

2020-09-14 Thread chaitali
uot;version":0,"proxy":false This patch fix it by providing a property "DDL_MESSAGES_ENABLE" in configuration when enabled the HiveServer2 will send ddl messages and if disabled then it will only send non ddl messages. Diffs (updated) - addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/events/AlterTableRename.java 6961fa7c2 intg/src/main/java/org/apache/atlas/model/notification/HookNotification.java 5b5fa04e2 intg/src/main/java/org/apache/atlas/utils/AtlasJson.java abeddf640 webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java f02c05fff Diff: https://reviews.apache.org/r/72756/diff/4/ Changes: https://reviews.apache.org/r/72756/diff/3-4/ Testing --- Tested by creating and renaming the hive_table hence ddl messages are not sent from hiveserver2 after the property is set to false and so no exception is thrown: > create table t1(id int); > alter table t1 rename to t2; Thanks, chaitali

[jira] [Commented] (ATLAS-3939) Add build profile for berkeleydb-solr

2020-09-14 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195354#comment-17195354 ] chaitali borole commented on ATLAS-3939: +1 for the patch. > Add build profile for berkele

[jira] [Assigned] (ATLAS-3082) /var/log/atlas/application.log has unclear message

2020-08-26 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole reassigned ATLAS-3082: -- Assignee: chaitali borole (was: Ashutosh Mestry) > /var/log/atlas/application.

[jira] [Closed] (ATLAS-3855) Bulk entity tag association and bulk api enhancement

2020-08-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole closed ATLAS-3855. -- > Bulk entity tag association and bulk api enhancem

[jira] [Closed] (ATLAS-3833) Packaging for atlas index repair tool

2020-08-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole closed ATLAS-3833. -- > Packaging for atlas index repair t

[jira] [Resolved] (ATLAS-3833) Packaging for atlas index repair tool

2020-08-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole resolved ATLAS-3833. Resolution: Fixed > Packaging for atlas index repair t

[jira] [Closed] (ATLAS-3892) Basic search enhanced Feature - Search history

2020-08-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole closed ATLAS-3892. -- > Basic search enhanced Feature - Search hist

[jira] [Assigned] (ATLAS-3917) While deleting parent tag, shows incorrect message.

2020-08-12 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole reassigned ATLAS-3917: -- Assignee: chaitali borole > While deleting parent tag, shows incorrect mess

[jira] [Updated] (ATLAS-3917) While deleting parent tag, shows incorrect message.

2020-08-12 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3917: --- Description: Actual Behaviour - While deleting parent tag if the tag is not associated

Re: Review Request 72756: ATLAS-3918 : Regression : Renaming table has exceptions in Atlas application logs

2020-08-11 Thread chaitali
ot;true\",\"COLUMN_STATS\":{\"id\":\"true\"}}","numFiles":"0","transactional":"true"},"retention":0},"guid":"-21782793831367970","isIncomplete":false ,"provenanceType":0,"version":0,"proxy":false This patch fix it by providing a property "DDL_MESSAGES_ENABLE" in configuration when enabled the HiveServer2 will send ddl messages and if disabled then it will only send non ddl messages. Diffs - addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java 651323490 Diff: https://reviews.apache.org/r/72756/diff/3/ Testing (updated) --- Tested by creating and renaming the hive_table hence ddl messages are not sent from hiveserver2 after the property is set to false and so no exception is thrown: > create table t1(id int); > alter table t1 rename to t2; Thanks, chaitali

Re: Review Request 72756: ATLAS-3918 : Regression : Renaming table has exceptions in Atlas application logs

2020-08-11 Thread chaitali
ASIC_STATS\":\"true\",\"COLUMN_STATS\":{\"id\":\"true\"}}","numFiles":"0","transactional":"true"},"retention":0},"guid":"-21782793831367970","isIncomplete":false ,"provenanceType":0,"version":0,"proxy":false This patch fix it by providing a property in configuration when enabled the HiveServer2 will send ddl messages and if disabled then it will only send non ddl messages. Diffs - addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java 651323490 Diff: https://reviews.apache.org/r/72756/diff/3/ Testing (updated) --- Tested by creating and renaming the hive_table and it doesn't throw above error message when the property is set to false : > create table t1(id int); > alter table t1 rename to t2; Thanks, chaitali

[jira] [Updated] (ATLAS-3917) While deleting parent tag, shows incorrect message.

2020-08-11 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3917: --- Affects Version/s: 2.1.0 > While deleting parent tag, shows incorrect mess

[jira] [Created] (ATLAS-3918) Regression : Renaming table has exceptions in Atlas application logs

2020-08-11 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3918: -- Summary: Regression : Renaming table has exceptions in Atlas application logs Key: ATLAS-3918 URL: https://issues.apache.org/jira/browse/ATLAS-3918 Project

[jira] [Updated] (ATLAS-3915) impala_process startTime and endTime epoch is being set to 0

2020-08-11 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3915: --- Description: For the queries being run via impala-shell the startTime and endTime epoch

[jira] [Updated] (ATLAS-3915) impala_process startTime and endTime epoch is being set to 0

2020-08-11 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3915: --- Attachment: atlasattach.png > impala_process startTime and endTime epoch is being set t

[jira] [Updated] (ATLAS-3915) impala_process startTime and endTime epoch is being set to 0

2020-08-11 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3915: --- Description: For the queries being run via impala-shell the startTime and endTime epoch

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-08-10 Thread chaitali
ue, "includeSubTypes": true, "includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "__timestamp", "operator": "TIME_RANGE", "attributeValue": "1595956315473,159596100" } ] }, "tagFilters": null, "attributes": [ "__timestamp" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-08-10 Thread chaitali
ue, "includeSubTypes": true, "includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "__timestamp", "operator": "TIME_RANGE", "attributeValue": "1595956315473,159596100" } ] }, "tagFilters": null, "attributes": [ "__timestamp" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

[jira] [Updated] (ATLAS-3915) impala_process startTime and endTime epoch is being set to 0

2020-08-10 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3915: --- Attachment: (was: Screenshot from 2020-08-10 12-42-45.png) > impala_process startT

[jira] [Updated] (ATLAS-3915) impala_process startTime and endTime epoch is being set to 0

2020-08-10 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3915: --- Attachment: Screenshot from 2020-08-10 12-42-45.png > impala_process startTime and endT

[jira] [Updated] (ATLAS-3915) impala_process startTime and endTime epoch is being set to 0

2020-08-10 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3915: --- Description: This patch fix following issue : impala process enitity start time and end time

[jira] [Updated] (ATLAS-3915) impala_process startTime and endTime epoch is being set to 0

2020-08-10 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3915: --- Fix Version/s: 3.0.0 > impala_process startTime and endTime epoch is being set t

[jira] [Created] (ATLAS-3915) impala_process startTime and endTime epoch is being set to 0

2020-08-10 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3915: -- Summary: impala_process startTime and endTime epoch is being set to 0 Key: ATLAS-3915 URL: https://issues.apache.org/jira/browse/ATLAS-3915 Project: Atlas

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-08-07 Thread chaitali
ue, "includeSubTypes": true, "includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "__timestamp", "operator": "TIME_RANGE", "attributeValue": "1595956315473,159596100" } ] }, "tagFilters": null, "attributes": [ "__timestamp" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-07-31 Thread chaitali
ue, "includeSubTypes": true, "includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "__timestamp", "operator": "TIME_RANGE", "attributeValue": "1595956315473,159596100" } ] }, "tagFilters": null, "attributes": [ "__timestamp" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-07-30 Thread chaitali
ue, "includeSubTypes": true, "includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "__timestamp", "operator": "TIME_RANGE", "attributeValue": "1595956315473,159596100" } ] }, "tagFilters": null, "attributes": [ "__timestamp" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-07-30 Thread chaitali
"includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "__timestamp", "operator": "TIME_RANGE", "attributeValue": "1595956315473,159596100" } ] }, "tagFilters": null, "attributes": [ "__timestamp" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-07-29 Thread chaitali
s": true, "includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "createTime", "operator": "CUSTOM_RANGE", "attributeValue": "159354180,159544260" } ] }, "tagFilters": null, "attributes": [ "createTime" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-07-28 Thread chaitali
s": true, "includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "createTime", "operator": "CUSTOM_RANGE", "attributeValue": "159354180,159544260" } ] }, "tagFilters": null, "attributes": [ "createTime" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-07-28 Thread chaitali
s": true, "includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "createTime", "operator": "CUSTOM_RANGE", "attributeValue": "159354180,159544260" } ] }, "tagFilters": null, "attributes": [ "createTime" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-07-28 Thread chaitali
"includeClassificationAttributes": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "createTime", "operator": "CUSTOM_RANGE", "attributeValue": "159354180,159544260" } ] }, "tagFilters": null, "attributes": [ "createTime" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Re: Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-07-28 Thread chaitali
quot;: true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "createTime", "operator": "CUSTOM_RANGE", "attributeValue": "159354180,159544260" } ] }, "tagFilters": null, "attributes": [ "createTime" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

Review Request 72713: ATLAS-3892 : Basic search enhanced Feature - Search history

2020-07-28 Thread chaitali
"operator": "THISMONTH", "attributeValue": "" } ] }, "tagFilters": null, "attributes": [ "__timestamp" ], "limit": 25, "offset": 0, "typeName": "Table", "classification": null, "termName": null } * Added Test cases to check new processDateRange method functionality Thanks, chaitali

[jira] [Updated] (ATLAS-3890) Enhancement for all BulkAPIs.

2020-07-14 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3890: --- Fix Version/s: 2.1.0 > Enhancement for all BulkA

[jira] [Updated] (ATLAS-3890) Enhancement for all BulkAPIs.

2020-07-14 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3890: --- Labels: api-change (was: ) > Enhancement for all BulkA

[jira] [Created] (ATLAS-3892) Basic search enhanced Feature - Search history

2020-07-14 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3892: -- Summary: Basic search enhanced Feature - Search history Key: ATLAS-3892 URL: https://issues.apache.org/jira/browse/ATLAS-3892 Project: Atlas Issue Type

[jira] [Updated] (ATLAS-3890) Enhancement for all BulkAPIs.

2020-07-13 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3890: --- Description: According to below linked Atlas Jira two Bulk Apis are enhanced to return

[jira] [Updated] (ATLAS-3890) Enhancement for all BulkAPIs.

2020-07-13 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3890: --- Summary: Enhancement for all BulkAPIs. (was: Bulk entity tag association and bulk api

[jira] [Created] (ATLAS-3890) Bulk entity tag association and bulk api enhancement

2020-07-13 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3890: -- Summary: Bulk entity tag association and bulk api enhancement Key: ATLAS-3890 URL: https://issues.apache.org/jira/browse/ATLAS-3890 Project: Atlas Issue

Re: [VOTE] Release Apache Atlas version 2.1.0 - rc3

2020-07-12 Thread Chaitali Borole
. Validated Basic and advanced search. Thanks, Chaitali Borole. On Fri, Jul 10, 2020 at 10:29 AM Madhan Neethiraj wrote: > Atlas team, > > Apache Atlas 2.1.0 rc3, with following fixes since rc2, is now available > for vote within dev community. > ATLAS-3877: Purged entity audit th

Re: Review Request 72615: ATLAS-3855 Bulk entity tag association and bulk api enhancement

2020-07-07 Thread chaitali
tate. Thanks, chaitali

Re: Review Request 72615: ATLAS-3855 Bulk entity tag association and bulk api enhancement

2020-07-07 Thread chaitali
tate. Thanks, chaitali

Re: [VOTE] Release Apache Atlas version 2.1.0 - rc2

2020-07-07 Thread Chaitali Borole
search. Thanks, Chaitali Borole. On Tue, Jul 7, 2020 at 11:56 AM Sameer Shaikh < sameer.sha...@freestoneinfotech.com> wrote: > +1 for Apache Atlas 2.1.0 RC2 release > > Validated the following: > 1. Verified the source SHA512, MD5, and Signature. > 2. Able to build Atlas succe

Re: Review Request 72615: ATLAS-3855 Bulk entity tag association and bulk api enhancement

2020-07-06 Thread chaitali
uded state. Thanks, chaitali

Re: Review Request 72615: ATLAS-3855 Bulk entity tag association and bulk api enhancement

2020-07-01 Thread chaitali
> On June 29, 2020, 6:49 a.m., Sarath Subramanian wrote: > > Consider introducing an optional query param in REST to pass - > > 'ignoreUnauthorized'. If this flag is set, the resultset should include > > only results of authorized entitie

Re: Review Request 72615: ATLAS-3855 Bulk entity tag association and bulk api enhancement

2020-07-01 Thread chaitali
all the access to admin but kwpt hive_column entity type in excluded state. Thanks, chaitali

Re: Review Request 72615: ATLAS-3855 Bulk entity tag association and bulk api enhancement

2020-06-30 Thread chaitali
tity type in excluded state. Thanks, chaitali

[jira] [Updated] (ATLAS-3787) When running import scripts, Fails with "FileNotFoundException" if path in ATLAS_LOG_DIR is missing

2020-06-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3787: --- Description: While trying to run import-hbase.sh sometimes we encounter

[jira] [Updated] (ATLAS-3787) When running import scripts, Fails with "FileNotFoundException" if path in ATLAS_LOG_DIR is missing

2020-06-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3787: --- Description: While trying to run import-hbase.sh sometimes we encounter

[jira] [Updated] (ATLAS-3833) Packaging for atlas index repair tool

2020-06-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3833: --- Description: Packaging for atlas repair index was missing in Apache master buildAdded

[jira] [Updated] (ATLAS-3833) Packaging for atlas index repair tool

2020-06-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3833: --- Description: Added descriptor in pom.xml for atlas-repair-index-package.xml Added readme

[jira] [Updated] (ATLAS-3833) Packaging for atlas index repair tool

2020-06-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3833: --- Description: Packaging for atlas repair index was missing in Apache master build: Added

[jira] [Updated] (ATLAS-3833) Packaging for atlas index repair tool

2020-06-24 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3833: --- Description: Added descriptor in pom.xml for  > Packaging for atlas index repair t

[jira] [Updated] (ATLAS-3855) Bulk entity tag association and bulk api enhancement

2020-06-23 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3855: --- Description: API : /api/atlas/v2/entity/bulk/classification Body : {code:java

[jira] [Updated] (ATLAS-3845) Audit API returns the audit information for an unauthorised entity

2020-06-22 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3845: --- Description: GET entity API : /api/atlas/v2/entity/guid/ returns 403 with right error

[jira] [Created] (ATLAS-3855) Bulk entity tag association and bulk api enhancement

2020-06-22 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3855: -- Summary: Bulk entity tag association and bulk api enhancement Key: ATLAS-3855 URL: https://issues.apache.org/jira/browse/ATLAS-3855 Project: Atlas Issue

[jira] [Assigned] (ATLAS-3855) Bulk entity tag association and bulk api enhancement

2020-06-22 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole reassigned ATLAS-3855: -- Assignee: chaitali borole > Bulk entity tag association and bulk api enhancem

Re: Review Request 72601: ATLAS-3845 : Audit API returns the audit information for an unauthorised entity

2020-06-22 Thread chaitali
for read/create entity in Ranger Thanks, chaitali

Re: Review Request 72601: ATLAS-3845 : Audit API returns the audit information for an unauthorised entity

2020-06-22 Thread chaitali
for read/create entity in Ranger Thanks, chaitali

Re: Review Request 72601: ATLAS-3845 : Audit API returns the audit information for an unauthorised entity

2020-06-17 Thread chaitali
handles the issue by adding verify access check. Diffs - webapp/src/main/java/org/apache/atlas/web/rest/EntityREST.java b1055605f Diff: https://reviews.apache.org/r/72601/diff/1/ Testing --- Tested by adding deny policy for read/create entity in Ranger Thanks, chaitali

[jira] [Created] (ATLAS-3845) Audit API returns the audit information for an unauthorised entity

2020-06-17 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3845: -- Summary: Audit API returns the audit information for an unauthorised entity Key: ATLAS-3845 URL: https://issues.apache.org/jira/browse/ATLAS-3845 Project: Atlas

Re: Review Request 72595: ATLAS-3833 : Packaging for atlas index repair tool

2020-06-16 Thread chaitali
/assemblies/atlas-repair-index-package.xml PRE-CREATION tools/atlas-index-repair/README PRE-CREATION Diff: https://reviews.apache.org/r/72595/diff/2/ Testing --- verified tools directory after packaging atlas Thanks, chaitali

[jira] [Updated] (ATLAS-3833) Packaging for atlas index repair tool

2020-06-12 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3833: --- Summary: Packaging for atlas index repair tool (was: Include atlas index repair tool

[jira] [Created] (ATLAS-3833) Include atlas index repair tool

2020-06-10 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3833: -- Summary: Include atlas index repair tool Key: ATLAS-3833 URL: https://issues.apache.org/jira/browse/ATLAS-3833 Project: Atlas Issue Type: Improvement

Re: Review Request 72376: ATLAS-3731 : Add Documentation for Apache Atlas 2.1

2020-06-02 Thread chaitali
docs/src/resources/images/twiki/bm-search.png PRE-CREATION docs/src/resources/images/twiki/businessmetadata.png PRE-CREATION Diff: https://reviews.apache.org/r/72376/diff/9/ Changes: https://reviews.apache.org/r/72376/diff/8-9/ Testing --- Thanks, chaitali

Re: Review Request 72376: ATLAS-3731 : Add Documentation for Apache Atlas 2.1

2020-06-02 Thread chaitali
docs/src/resources/images/twiki/bm-search.png PRE-CREATION docs/src/resources/images/twiki/businessmetadata.png PRE-CREATION Diff: https://reviews.apache.org/r/72376/diff/8/ Changes: https://reviews.apache.org/r/72376/diff/7-8/ Testing --- Thanks, chaitali

Re: Review Request 72376: ATLAS-3731 : Add Documentation for Apache Atlas 2.1

2020-06-01 Thread chaitali
/resources/images/twiki/bm-search.png PRE-CREATION docs/src/resources/images/twiki/businessmetadata.png PRE-CREATION Diff: https://reviews.apache.org/r/72376/diff/7/ Changes: https://reviews.apache.org/r/72376/diff/6-7/ Testing --- Thanks, chaitali

Re: Review Request 72376: ATLAS-3731 : Add Documentation for Apache Atlas 2.1

2020-06-01 Thread chaitali
--- Thanks, chaitali

Re: Review Request 72376: ATLAS-3731 : Add Documentation for Apache Atlas 2.1

2020-06-01 Thread chaitali
--- Thanks, chaitali

Re: Review Request 72376: ATLAS-3731 : Add Documentation for Apache Atlas 2.1

2020-06-01 Thread chaitali
APIs here, along with link > > to API details in http://atlas.apache.org/api/v2/index.html Couldn't add some API links for businessmetadata as they aren't updated http://atlas.apache.org/api/v2/index.html . - chaitali --- This i

Re: Review Request 72376: ATLAS-3731 : Add Documentation for Apache Atlas 2.1

2020-06-01 Thread chaitali
/72376/diff/4/ Changes: https://reviews.apache.org/r/72376/diff/3-4/ Testing --- Thanks, chaitali

Re: Review Request 72376: ATLAS-3731 : Add Documentation for Apache Atlas 2.1

2020-05-27 Thread chaitali
/BusinessMetadata.md PRE-CREATION docs/src/documents/Whats-New/WhatsNew-2.1.md PRE-CREATION Diff: https://reviews.apache.org/r/72376/diff/3/ Changes: https://reviews.apache.org/r/72376/diff/2-3/ Testing --- Thanks, chaitali

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

2020-05-21 Thread chaitali
ED (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 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-15 Thread chaitali
ache.org/r/72474/diff/14/ Changes: https://reviews.apache.org/r/72474/diff/13-14/ Testing --- TestCases added. Thanks, chaitali

Re: Review Request 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-14 Thread chaitali
. Thanks, chaitali

Re: Review Request 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-14 Thread chaitali
t/java/org/apache/atlas/query/DSLQueriesTest.java 0bbff2f46 repository/src/test/java/org/apache/atlas/query/GremlinQueryComposerTest.java 6f4df88f0 Diff: https://reviews.apache.org/r/72474/diff/12/ Testing --- TestCases added. Thanks, chaitali

Re: Review Request 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-14 Thread chaitali
repository/src/test/java/org/apache/atlas/query/GremlinQueryComposerTest.java 6f4df88f0 Diff: https://reviews.apache.org/r/72474/diff/12/ Changes: https://reviews.apache.org/r/72474/diff/11-12/ Testing --- TestCases added. Thanks, chaitali

Re: Review Request 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-13 Thread chaitali
tlas/query/GremlinQueryComposerTest.java 6f4df88f0 Diff: https://reviews.apache.org/r/72474/diff/11/ Changes: https://reviews.apache.org/r/72474/diff/10-11/ Testing --- TestCases added. Thanks, chaitali

[jira] [Assigned] (ATLAS-3551) Atlas unable to import entities if an HBase column family is deleted

2020-05-13 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole reassigned ATLAS-3551: -- Assignee: chaitali borole > Atlas unable to import entities if an HBase column fam

[jira] [Commented] (ATLAS-3783) DSL query search should return results for both the relationship edge directions

2020-05-13 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17106359#comment-17106359 ] chaitali borole commented on ATLAS-3783: Success > DSL query search should return resu

[jira] [Issue Comment Deleted] (ATLAS-3783) DSL query search should return results for both the relationship edge directions

2020-05-13 Thread chaitali borole (Jira)
[ https://issues.apache.org/jira/browse/ATLAS-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chaitali borole updated ATLAS-3783: --- Comment: was deleted (was: Success) > DSL query search should return results for b

Re: Review Request 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-13 Thread chaitali
tlas/query/GremlinQueryComposerTest.java 6f4df88f0 Diff: https://reviews.apache.org/r/72474/diff/10/ Changes: https://reviews.apache.org/r/72474/diff/9-10/ Testing --- TestCases added. Thanks, chaitali

Re: Review Request 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-12 Thread chaitali
same here. remove if/else condition > > chaitali wrote: > Here in Gremlin composer if we are receiving relationshipedgedirection > for the First edge when it comes to this IF condition where the logic is if > (direction is "IN" then set GremlinClause as "IN".

Re: Review Request 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-12 Thread chaitali
tlas/query/GremlinQueryComposerTest.java 6f4df88f0 Diff: https://reviews.apache.org/r/72474/diff/9/ Changes: https://reviews.apache.org/r/72474/diff/8-9/ Testing --- TestCases added. Thanks, chaitali

Re: Review Request 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-12 Thread chaitali
IN" then set GremlinClause as "IN". and if direction is "OUT" then set GremlinClause as "OUT".)Hence am executing it twice. - chaitali --- This is an automatically generated e-mail. To reply, vi

Re: Review Request 72474: ATLAS-3783 : DSL query search should return results for both the relationship edge directions

2020-05-12 Thread chaitali
> Duplicate code. Kindly refer to last two replies for Sarath's comments :both if and else condition executes the same statement. please review & same here. remove if/else condition - chaitali --- This is an automatical

<    1   2   3   4   5   >