Re: Review Request 55753: ATLAS-1490: added methods to get sub-types of entity and classification types

2017-01-20 Thread Madhan Neethiraj
ype/TestAtlasTypeRegistry.java d171dcf Diff: https://reviews.apache.org/r/55753/diff/ Testing --- - added tests to verify new functionality - existing unit tests pass successfully Thanks, Madhan Neethiraj

[jira] [Updated] (ATLAS-1478) REST API endpoint to support adding a tag to multiple entities

2017-01-20 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1478: Attachment: ATLAS-1478-v3.patch [~svimal2106] - updated patch is attached (ATLAS-1478-v3

Re: Review Request 55753: ATLAS-1490: added methods to get sub-types of entity and classification types

2017-01-20 Thread Madhan Neethiraj
ated e-mail. To reply, visit: https://reviews.apache.org/r/55753/#review162441 ------- On Jan. 20, 2017, 10:30 a.m., Madhan Neethiraj wrote: > > --- > This is a

[jira] [Comment Edited] (ATLAS-1437) UI to support v2 api changes to show deleted entities.

2017-01-20 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15832104#comment-15832104 ] Madhan Neethiraj edited comment on ATLAS-1437 at 1/20/17 5:03 PM

[jira] [Commented] (ATLAS-1437) UI to support v2 api changes to show deleted entities.

2017-01-20 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15832104#comment-15832104 ] Madhan Neethiraj commented on ATLAS-1437: - [~Kalyanikashikar] - DSL search results page is fixed

Re: Review Request 55497: ATLAS-1437 : UI to support v2 api changes to show deleted entities

2017-01-20 Thread Madhan Neethiraj
page does not show deleted status and allows changes to tag - Madhan Neethiraj On Jan. 20, 2017, 11:49 a.m., Kalyani Kashikar wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 55759: ATLAS-1489 : Show create/edit entity button based on role

2017-01-20 Thread Madhan Neethiraj
as.entity.update.allowed" webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java (line 197) <https://reviews.apache.org/r/55759/#comment233760> Since the method takes resourceType as argument, remove "Entity" from the method name: rename "isEntityA

Re: Review Request 54420: ATLAS-1352 : JS error while redirecting to Knox gateway.

2017-01-20 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54420/#review162435 --- Ship it! Ship It! - Madhan Neethiraj On Jan. 12, 2017, 12

Review Request 55753: ATLAS-1490: added methods to get sub-types of entity and classification types

2017-01-20 Thread Madhan Neethiraj
functionality - existing unit tests pass successfully Thanks, Madhan Neethiraj

[jira] [Created] (ATLAS-1490) Add methods to get sub-types of entity and classification types

2017-01-20 Thread Madhan Neethiraj (JIRA)
Madhan Neethiraj created ATLAS-1490: --- Summary: Add methods to get sub-types of entity and classification types Key: ATLAS-1490 URL: https://issues.apache.org/jira/browse/ATLAS-1490 Project: Atlas

Re: Review Request 55531: ATLAS-1467 Create/Full Update implementation

2017-01-19 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55531/#review162378 --- Ship it! Ship It! - Madhan Neethiraj On Jan. 19, 2017, 10

Re: Review Request 55592: [ATLAS-1463] Mechanism to exclude specified entity attributes from getting stored in audit repository during entity create/update/delete operations

2017-01-19 Thread Madhan Neethiraj
ze > 0 && auditSize > auditMaxSize) - Madhan Neethiraj On Jan. 19, 2017, 9:51 p.m., Sarath Subramanian wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: Review Request 55671: REST API endpoint to support adding a tag to multiple entities

2017-01-19 Thread Madhan Neethiraj
to add addTraits() method in MetadataRepository (and GraphBackedMetadataRepository) and have a single call from the REST layer. Please review. - Madhan Neethiraj On Jan. 18, 2017, 11:58 a.m., Vimal Sharma wrote: > > --- > This is an

[VOTE] Release Apache Atlas 0.7.1 (incubating) - release candidate 3 (dev group vote)

2017-01-19 Thread Madhan Neethiraj
Shivalingamurthy - Venkat Ranganathan - Keval Bhatt - Vimal Sharma - Suma Shivaprasad - Hemanth Yamijala - Madhan Neethiraj   +1 (non-binding): 7 votes - David Radley - Sarath Kumar Subramanian - Ismaël Mejía - Jean-Baptiste Onofré

[jira] [Updated] (ATLAS-1000) Add readme file at source root

2017-01-19 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1000: Fix Version/s: 0.8-incubating > Add readme file at source r

Re: Review Request 55531: ATLAS-1467 Create/Full Update implementation

2017-01-19 Thread Madhan Neethiraj
/#comment233594> Any reason to create a new list here, instead of simply returning 'createdEntityIds'? The return can be changed to Collection. Please review other methods here for this suggestion. - Madhan Neethiraj On Jan. 19, 2017, 6:22 a.m., Suma Shivaprasad wrote: > > --

Re: Review Request 55531: ATLAS-1467 Create/Full Update implementation

2017-01-18 Thread Madhan Neethiraj
g/r/55531/#comment233573> "instamce" ==> "instance" intg/src/main/java/org/apache/atlas/model/typedef/AtlasEntityDef.java (line 23) <https://reviews.apache.org/r/55531/#comment233574> There is no change in this file except for this import. Please revert this

Re: Review Request 55531: ATLAS-1467 Create/Full Update implementation

2017-01-18 Thread Madhan Neethiraj
= structType.getAttributeDef(attributeName); this.attributeType = structType.getAttributeType(attributeName); this.qualifiedName = getQualifiedAttributeName(structDef, attributeName); } - Madhan Neethiraj On Jan. 19, 2017, 6:22 a.m., Suma Shivaprasad wrote: > > --

[jira] [Commented] (ATLAS-1471) Avoid unnecessary overhead in debug log calls

2017-01-18 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15829388#comment-15829388 ] Madhan Neethiraj commented on ATLAS-1471: - Logging updates in v1 REST API committed to master

Re: Review Request 55697: ATLAS-1471: updated logging for better troubleshooting and reduce overhead

2017-01-18 Thread Madhan Neethiraj
854, null, 26)|13 2017-01-17 22:20:07,660|pool-1-thread-7 - db904c83-80b8-4dc6-bbfc-8fba04c38f42|PERF|LineageResource.schema(f87b1576-c502-46bf-92d6-2a8c80836854)|484 Thanks, Madhan Neethiraj

[jira] [Commented] (ATLAS-1471) Avoid unnecessary overhead in debug log calls

2017-01-18 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15829134#comment-15829134 ] Madhan Neethiraj commented on ATLAS-1471: - Review board URL for log updates to v1 REST API: https

[jira] [Updated] (ATLAS-1471) Avoid unnecessary overhead in debug log calls

2017-01-18 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1471: Attachment: ATLAS-1471.2.patch > Avoid unnecessary overhead in debug log ca

Re: Review Request 55697: ATLAS-1471: updated logging for better troubleshooting and reduce overhead

2017-01-18 Thread Madhan Neethiraj
1-thread-7 - db904c83-80b8-4dc6-bbfc-8fba04c38f42|PERF|LineageResource.schema(f87b1576-c502-46bf-92d6-2a8c80836854)|484 Thanks, Madhan Neethiraj

Review Request 55697: ATLAS-1471: updated logging for better troubleshooting and reduce overhead

2017-01-18 Thread Madhan Neethiraj
36854)|484 Thanks, Madhan Neethiraj

[jira] [Commented] (ATLAS-1471) Avoid unnecessary overhead in debug log calls

2017-01-18 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15828885#comment-15828885 ] Madhan Neethiraj commented on ATLAS-1471: - [~svimal2106] - thanks for reviewing the updates

Re: Review Request 55662: ATLAS-1471: avoid unnecessary overhead in debug log calls

2017-01-18 Thread Madhan Neethiraj
- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55662/#review162043 ------- On Jan. 18, 2017, 5:08 a.m., Madhan Neethiraj wrote: > > --

Re: [VOTE] Release Apache Atlas 0.7.1 (incubating) - release candidate 2 (dev group vote)

2017-01-18 Thread Madhan Neethiraj
David, Thanks for validating the release candidate and your comments. Please see my response below: >> "git clone https://github.com/apache/incubator-atlas.git; >> This is the wrong git command - as this will put the code into git – not >> clone it from the repository into a local folder. This

Re: [VOTE] Release Apache Atlas 0.7.1 (incubating) - release candidate 2 (dev group vote)

2017-01-18 Thread Madhan Neethiraj
Ismaël, Thanks for validating the release candidate, your vote and your detailed comments. As noted in my earlier email, few tests fail inconsistently (most likely timing issue) and the community will be addressing these in future release. Until the tests fixes are in place, I would suggest

[VOTE] Release Apache Atlas 0.7.1 (incubating) - release candidate 2 (dev group vote)

2017-01-18 Thread Madhan Neethiraj
Atlas team, Apache Atlas 0.7.1 (incubating) release candidate #2 is now available for a vote within dev community. This update addresses the issues reported by Hemanth and Shwetha (thanks!). Changes since last release-candidate: - updated README.txt with build instructions (ATLAS-1000) Links

[jira] [Resolved] (ATLAS-1000) Add readme file at source root

2017-01-18 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj resolved ATLAS-1000. - Resolution: Fixed Fix Version/s: (was: 0.8-incubating) 0.7.1

Re: [VOTE] Release Apache Atlas 0.7.1 (incubating) - release candidate 1 (dev group vote)

2017-01-17 Thread Madhan Neethiraj
anks Hemanth ____ From: Madhan Neethiraj <mad...@apache.org> Sent: Tuesday, January 17, 2017 11:57 PM To: dev@atlas.incubator.apache.org Subject: [VOTE] Release Apache Atlas 0.7.1 (incubating) - release candidate 1 (dev group vote) Atlas team,

[jira] [Assigned] (ATLAS-1000) Add readme file at source root

2017-01-17 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj reassigned ATLAS-1000: --- Assignee: Madhan Neethiraj > Add readme file at source r

[jira] [Updated] (ATLAS-1471) Avoid unnecessary overhead in debug log calls

2017-01-17 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1471: Attachment: ATLAS-1471.patch Review board URL: https://reviews.apache.org/r/55662/ > Av

Review Request 55662: ATLAS-1471: avoid unnecessary overhead in debug log calls

2017-01-17 Thread Madhan Neethiraj
iff: https://reviews.apache.org/r/55662/diff/ Testing --- Verified that all unit tests pass. Thanks, Madhan Neethiraj

[jira] [Created] (ATLAS-1471) Avoid unnecessary overheads in debug log calls

2017-01-17 Thread Madhan Neethiraj (JIRA)
Madhan Neethiraj created ATLAS-1471: --- Summary: Avoid unnecessary overheads in debug log calls Key: ATLAS-1471 URL: https://issues.apache.org/jira/browse/ATLAS-1471 Project: Atlas Issue

[jira] [Updated] (ATLAS-1471) Avoid unnecessary overhead in debug log calls

2017-01-17 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1471: Summary: Avoid unnecessary overhead in debug log calls (was: Avoid unnecessary overheads

Re: Podling Report Reminder - September 2016

2017-01-17 Thread Madhan Neethiraj
Chris, I filed JIRA PODLINGNAMESEARCH-118 to track the name search. I will get started on this later this month and update the JIRA with details. Thanks, Madhan On 1/16/17, 8:34 PM, "Chris Douglas" wrote: The name search was the only issue blocking graduation in the

[VOTE] Release Apache Atlas 0.7.1 (incubating) - release candidate 1 (dev group vote)

2017-01-17 Thread Madhan Neethiraj
Atlas team, Apache Atlas 0.7.1 (incubating) release candidate #1 is now available for a vote within dev community. Changes since last release-candidate: - files/directories that were inadvertently included in the last release candidate were removed. Thanks Hemanth for finding

Re: [VOTE] Release Apache Atlas 0.7.1 (incubating) - release candidate 0 (dev group vote)

2017-01-17 Thread Madhan Neethiraj
some files that seemed extraneous, such as: * apache-atlas-0.7.1-incubating/webapp/test-output/ * apache-atlas-0.7.1-incubating/.idea and so on. Thanks Hemanth ____ From: Madhan Neethiraj <mad...@apache.org> Sent: Tuesd

Re: Review Request 55588: [ATLAS-1464] Mechanism to include only specified attributes in the notification message during entity create/update/delete operations

2017-01-16 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55588/#review161822 --- Ship it! Ship It! - Madhan Neethiraj On Jan. 16, 2017, 7:59

Re: Review Request 55592: [ATLAS-1463] Mechanism to exclude specified entity attributes from getting stored in audit repository during entity create/update/delete operations

2017-01-16 Thread Madhan Neethiraj
tation. Please review. - Madhan Neethiraj On Jan. 16, 2017, 10:21 p.m., Sarath Subramanian wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 55592: [ATLAS-1463] Mechanism to exclude specified entity attributes from getting stored in audit repository during entity create/update/delete operations

2017-01-16 Thread Madhan Neethiraj
fer to EntityAuditListener.java). - Madhan Neethiraj On Jan. 16, 2017, 10:21 p.m., Sarath Subramanian wrote: > > --- > This is an automatically generated e-mail. To reply, vi

[jira] [Updated] (ATLAS-1460) V2 Search API results don't contain attributes like name, description, owner and Traitslist

2017-01-16 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1460: Attachment: ATLAS-1460.patch Patch updated for the comments in the review board

Re: Review Request 55559: V2 Search API results don't contain attributes like name, description, owner and Traitslist

2017-01-16 Thread Madhan Neethiraj
2> Add Json annotations, similar to the ones in AtlasEntityHeader.java intg/src/main/java/org/apache/atlas/model/instance/AtlasEntityHeaderWithAssociations.java (line 82) <https://reviews.apache.org/r/9/#comment233101> classificationNames could be null. Update to handle this case. - Ma

Re: Entity API V2 question

2017-01-16 Thread Madhan Neethiraj
David, It will make it easier to understand and discuss if entity-def json is available (similar to the ones under directory addons/models); can you please attach to the JIRA? Thanks, Madhan On 1/16/17, 9:36 AM, "David Radley" wrote: Hi, I am looking at

[VOTE] Release Apache Atlas 0.7.1 (incubating) - release candidate 0 (dev group vote)

2017-01-16 Thread Madhan Neethiraj
Atlas team, Apache Atlas 0.7.1 (incubating) release candidate #0 is now available for a vote within dev community. Links to the release artifacts are given below. Can you please review and vote? The vote will be open for at least 72 hours or until necessary votes are reached. [ ] +1  approve

Re: Review Request 55531: ATLAS-1467 Create/Full Update implementation

2017-01-15 Thread Madhan Neethiraj
ava/org/apache/atlas/repository/store/graph/v1/GraphMutationContext.java (line 55) <https://reviews.apache.org/r/55531/#comment232955> "currentEdge" - the attribute name doesn't sound good. Please review. - Madhan Neethiraj On Jan. 14, 2017, 3:57 a.m., Suma Shivaprasad w

[jira] [Commented] (ATLAS-1396) [V2 API] GET v2/types/{type}/guid/{guid} not working

2017-01-11 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15820364#comment-15820364 ] Madhan Neethiraj commented on ATLAS-1396: - fix looks good. Thanks [~svimal2106]. +1 > [V2

[jira] [Commented] (ATLAS-1443) Atlas ignores attributes with null value

2017-01-11 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15819947#comment-15819947 ] Madhan Neethiraj commented on ATLAS-1443: - +1 for the patch. Thanks [~sarath.ku...@gmail.com

[jira] [Resolved] (ATLAS-1432) Responsive Loader and css changes

2017-01-11 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj resolved ATLAS-1432. - Committed to master: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/cc503701

[jira] [Commented] (ATLAS-1432) Responsive Loader and css changes

2017-01-11 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15818901#comment-15818901 ] Madhan Neethiraj commented on ATLAS-1432: - +1 for master-branch patch. Thanks [~kevalbhatt

Re: Review Request 54420: ATLAS-1352 : JS error while redirecting to Knox gateway.

2017-01-11 Thread Madhan Neethiraj
> && Please review. - Madhan Neethiraj On Dec. 6, 2016, 1:28 p.m., Nixon Rodrigues wrote: > > --- > This is an automatically generated e-mail. To reply, vis

[jira] [Resolved] (ATLAS-1434) Regression : Exception thrown while creating a subterm for a taxonomy term.

2017-01-11 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj resolved ATLAS-1434. - Resolution: Fixed Fix Version/s: 0.8-incubating Committed to master: http://git

[jira] [Resolved] (ATLAS-1439) After associating an entity with child tag which has a parent tag , tagAttribute page of parent tag/DSL search of the tag lists the entity.

2017-01-11 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj resolved ATLAS-1439. - Resolution: Not A Bug [~ssainath] When a tag is associated with an entity, Atlas treats

Re: Review Request 55353: Fix for ATLAS-1434.

2017-01-10 Thread Madhan Neethiraj
current version "Triat" is replaced with "Classification". I would suggest to use "Classification" - Madhan Neethiraj On Jan. 9, 2017, 7:46 p.m., Ashutosh Mestry wrote: > > --- > This is an automatical

0.7.1 release of Apache Atlas

2017-01-10 Thread Madhan Neethiraj
comments and thoughts. Thanks, Madhan On 12/22/16, 5:16 PM, "Madhan Neethiraj" <mad...@apache.org> wrote: Team Atlas, A number of fixes went into master branch since we released 0.7 version of Apache Atlas. Some fixes like ATLAS-1298 are critical to un

[jira] [Updated] (ATLAS-1442) Update pom.xml to change version number to 0.7.1-incubating

2017-01-10 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1442: Attachment: ATLAS-1442.patch > Update pom.xml to change version number to 0.7.1-incubat

[jira] [Created] (ATLAS-1442) Update pom.xml to change version number to 0.7.1-incubating

2017-01-10 Thread Madhan Neethiraj (JIRA)
Madhan Neethiraj created ATLAS-1442: --- Summary: Update pom.xml to change version number to 0.7.1-incubating Key: ATLAS-1442 URL: https://issues.apache.org/jira/browse/ATLAS-1442 Project: Atlas

[jira] [Created] (ATLAS-1441) Release 0.7.1-incubating release

2017-01-10 Thread Madhan Neethiraj (JIRA)
Madhan Neethiraj created ATLAS-1441: --- Summary: Release 0.7.1-incubating release Key: ATLAS-1441 URL: https://issues.apache.org/jira/browse/ATLAS-1441 Project: Atlas Issue Type: Task

[jira] [Comment Edited] (ATLAS-1432) Responsive Loader and css changes

2017-01-10 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15816501#comment-15816501 ] Madhan Neethiraj edited comment on ATLAS-1432 at 1/10/17 11:19 PM

[jira] [Commented] (ATLAS-1432) Responsive Loader and css changes

2017-01-10 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15816501#comment-15816501 ] Madhan Neethiraj commented on ATLAS-1432: - [~kevalbhatt] - thanks for the patch. [~svimal2106

[jira] [Commented] (ATLAS-1432) Responsive Loader and css changes

2017-01-06 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15807005#comment-15807005 ] Madhan Neethiraj commented on ATLAS-1432: - +1 for the patch. Thanks [~kevalbhatt]. > Respons

Re: Review Request 54287: [ATLAS-1308] Discovery/Search REST API v2 model and implementation

2017-01-05 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54287/#review160685 --- Ship it! Ship It! - Madhan Neethiraj On Jan. 6, 2017, 6:37

Re: Review Request 54287: [ATLAS-1308] Discovery/Search REST API v2 model and implementation

2017-01-05 Thread Madhan Neethiraj
lass to not support addName() method. intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java (line 190) <https://reviews.apache.org/r/54287/#comment231854> Use of 'currentValues' may not be required. Please review and consider directly using "this.value

[jira] [Updated] (ATLAS-1429) "hive_column" and "hive_storagedesc" are composite type and attributes of its type needs to be made mandatory (isOptional = false) in model

2017-01-05 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1429: Reporter: Sharmadha Sainath (was: Sarath Subramanian) > "hiv

[jira] [Commented] (ATLAS-1429) "hive_column" and "hive_storagedesc" are composite type and attributes of its type needs to be made mandatory (isOptional = false) in model

2017-01-05 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15803088#comment-15803088 ] Madhan Neethiraj commented on ATLAS-1429: - +1 for the patch > "hive_column" and &quo

Re: Review Request 55215: Atlas-1431:Fix Eclipse unit test errors

2017-01-05 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55215/#review160607 --- Ship it! Ship It! - Madhan Neethiraj On Jan. 5, 2017, 5:20

[jira] [Updated] (ATLAS-1428) Create of entityDef type fails with "type already exists" error

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1428: Fix Version/s: 0.8-incubating > Create of entityDef type fails with "type alread

Re: Review Request 55165: ATLAS-1421 : Regression : HTML is displayed for deleted entities in Atlas search results and in details page of any entity(ACTIVE/DELETED)

2017-01-04 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55165/#review160528 --- Ship it! Ship It! - Madhan Neethiraj On Jan. 4, 2017, 12:10

[jira] [Created] (ATLAS-1427) Support an option to exclude protocols in SSL mode

2017-01-04 Thread Madhan Neethiraj (JIRA)
Madhan Neethiraj created ATLAS-1427: --- Summary: Support an option to exclude protocols in SSL mode Key: ATLAS-1427 URL: https://issues.apache.org/jira/browse/ATLAS-1427 Project: Atlas Issue

[jira] [Comment Edited] (ATLAS-1049) List types by supertype

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15797776#comment-15797776 ] Madhan Neethiraj edited comment on ATLAS-1049 at 1/4/17 9:40 AM

[jira] [Updated] (ATLAS-1052) Fix NPE in HiveHook due to null Session State

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1052: Fix Version/s: (was: 0.7-incubating) 0.7.1-incubating Committed

[jira] [Updated] (ATLAS-1051) Sqoop Hook does not package HDFS model jars which is required

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1051: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Comment Edited] (ATLAS-1032) Atlas hook package should not include libraries already present in host component - like log4j

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15797718#comment-15797718 ] Madhan Neethiraj edited comment on ATLAS-1032 at 1/4/17 9:33 AM

[jira] [Updated] (ATLAS-1049) List types by supertype

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1049: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1001) UI: paginate search results

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1001: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1042) Performance improvement changes for propertykey+typeName based queries

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1042: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1038) Multiple instances of AtlasPluginClassloader getting initialized

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1038: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1033) Fix issues flagged by Coverity scan - like potential NPE, unused code/variable

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1033: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-996) DSL queries with comparsions of many primitive types fail

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-996: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-971) UI not displaying results for this query - Eg: "hive_table as t where qualifiedName = 'default.input@cl1' select t"

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-971: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1010) Atlas allows recreation of tags with same name

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1010: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-990) Hive Import metadata script fails with auth exception.

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-990: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-998) Atlas should determine HA mode from property atlas.server.ids, instead of atlas.server.ha.enabled

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-998: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-986) Ability to differentiate business catalog terms from traits

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-986: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1025) Set HIVE_HOME if hive is available in relative path to import hive script

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1025: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1009) Source HIVE_HOME and HIVE_CONF_DIR from hive_env.sh

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1009: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-847) UI: Audit versioning does not paginate details from Atlas server

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-847: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1004) Option to enable taxonomy feature

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1004: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1003) DataSetLineageServiceTest, GraphBackedDiscoveryServiceTest, and GraphRepoMapperScaleTest failing in some environments

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1003: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1002) Create default user rangertagsync in atlas file authentication for Ranger tag sync module.

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1002: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-949) UI improvement for modal and tag styling in table

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-949: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-936) Update atlas website for 0.7 release

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-936: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-995) Atlas to setup ldap authentication type as either LDAP / AD or None

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-995: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-902) Atlas throws exception due to null definition in Hive create table statement

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-902: --- Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1059) change log level for search api log messages

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1059: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1056) Differentiate between tag and term using attribute "taxonomy.namespace"

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1056: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1006) Paginate full text search results

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1006: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1046) UI: Search pagination refinements

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1046: Fix Version/s: 0.7.1-incubating Committed to 0.7-incubating branch: http://git-wip

[jira] [Updated] (ATLAS-1064) UI: Pagination for full text search results

2017-01-04 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1064: Fix Version/s: (was: 0.7-incubating) 0.7.1-incubating

<    2   3   4   5   6   7   8   9   10   11   >