Re: Review Request 60159: ATLAS-1880: Search using entity/trait attributes

2017-06-21 Thread Madhan Neethiraj
s/discovery/GremlinSearchStep.java Lines 89 (patched) <https://reviews.apache.org/r/60159/#comment252746> searchParameters.getTypeName() ==> searchParameters.getClassification(): attributes referenced in tagFilters will be defined in the classification (and not the given entity). Better yet, consi

Re: Review Request 58434: Import API: Improved the API to Update Existing Types Attributes

2017-06-21 Thread Madhan Neethiraj
t252756> Should the double quotes be escaped here as well - similar to previous values? "\"true\"" - Madhan Neethiraj On June 22, 2017, 4:27 a.m., Ashutosh Mestry wrote: > > --- > This

Re: Review Request 60285: [ATLAS-1892]: Implement logic to create relationship attributes in AtlasEntityType

2017-06-22 Thread Madhan Neethiraj
764> relationshipAttrDef may not be necessary. Consider the following: AtlasAttribute relationshipAttr = end1Type.getAttribute(attrName); - Madhan Neethiraj On June 21, 2017, 7:14 p.m., Sarath Subramanian wrote: > > --- > This is an

Re: Review Request 60285: [ATLAS-1892]: Implement logic to create relationship attributes in AtlasEntityType

2017-06-22 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60285/#review178772 --- Ship it! Ship It! - Madhan Neethiraj On June 22, 2017, 9:51

Re: Review Request 59799: ATLAS-1766 : Atlas with Kafka SASL_SSL protocol

2017-06-23 Thread Madhan Neethiraj
ent253027> "List" ==> "List" - since the return type of this method is "List". This update would require bunch of other updates..which endup with inconsistencies in types returned/expected. Please review. - M

Re: Review Request 60272: ATLAS-1891 Additional Validation checks for RelationshipDefs

2017-06-25 Thread Madhan Neethiraj
ationshipDef. repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipDefStoreV1.java Lines 429 (patched) <https://reviews.apache.org/r/60272/#comment253135> Instead of compating json-ified endDefs, consider the following: if (!newRelationshipDef.getEnd1().equals(exi

Re: Review Request 60272: ATLAS-1891 Additional Validation checks for RelationshipDefs

2017-06-26 Thread Madhan Neethiraj
dition in line #99 should be: "if (!type1.equals(type2)) {". Please review. - Madhan Neethiraj On June 26, 2017, 12:29 p.m., David Radley wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 60272: ATLAS-1891 Additional Validation checks for RelationshipDefs

2017-06-26 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60272/#review178890 --- Ship it! Ship It! - Madhan Neethiraj On June 26, 2017, 12

Re: Review Request 59799: ATLAS-1766 : Atlas with Kafka SASL_SSL protocol

2017-06-26 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59799/#review178894 --- Ship it! Ship It! - Madhan Neethiraj On June 26, 2017, 8:37

Re: Review Request 58434: Import API: Improved the API to Update Existing Types Attributes

2017-06-26 Thread Madhan Neethiraj
omment253262> addAttributes() ==> addElements() - Madhan Neethiraj On June 22, 2017, 2:51 p.m., Ashutosh Mestry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http

Re: Review Request 58434: Import API: Improved the API to Update Existing Types Attributes

2017-06-27 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58434/#review178955 --- Ship it! Ship It! - Madhan Neethiraj On June 27, 2017, 5:27

Re: [DISCUSS] Restrict AtlasStruct and AtlasClassification attributes to primitive and enum types

2017-06-28 Thread Madhan Neethiraj
Mandy, The relationship introduced in ATLAS-1690 requires entity-type be specified for each end; effectively injecting an attribute to the entity types specified. This doesn’t allow struct or a classification types at relationship ends. In addition, allowing structs to hold entity references ad

Re: Review Request 60159: ATLAS-1880: Search using entity/trait attributes

2017-06-28 Thread Madhan Neethiraj
w query object needs to be instantiated here. Please review. repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasGraphUtilsV1.java Lines 373 (patched) <https://reviews.apache.org/r/60159/#comment253761> vertexIndexKeys should be recomputed after index updates for type

Re: Review Request 60159: ATLAS-1880: Search using entity/trait attributes

2017-06-30 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60159/#review179336 --- Ship it! Ship It! - Madhan Neethiraj On June 30, 2017, 6:27

Re: Review Request 60528: UI : Search using entity and trait attributes

2017-06-30 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60528/#review179338 --- Ship it! Ship It! - Madhan Neethiraj On June 30, 2017, 8:22

Re: Review Request 60578: [ATLA-1907]: Create RelationshipDefs for all base models and use this definitions when creating edges for entities

2017-06-30 Thread Madhan Neethiraj
lt;https://reviews.apache.org/r/60578/#comment254106> Please move these comments from here to appropriate file. - Madhan Neethiraj On June 30, 2017, 8:25 p.m., Sarath Subramanian wrote: > > ---

Re: Review Request 60578: [ATLA-1907]: Create RelationshipDefs for all base models and use this definitions when creating edges for entities

2017-06-30 Thread Madhan Neethiraj
tps://reviews.apache.org/r/60578/#comment254121> for types that don't have superTypes, this method would return null - and cause NPE in #347/#348/#353/#354 Instead of computing this List (why not Set?) every time, consider adding a method to appropriate AtlasEntityType. - Madhan Neethir

Re: Review Request 60457: ATLS-1899

2017-07-01 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60457/#review179467 --- Ship it! Ship It! - Madhan Neethiraj On June 27, 2017, 9:04

GIT repo move

2017-07-01 Thread Madhan Neethiraj
Team Atlas, Congratulations on graduation to a Top Level Project! As we move out of incubation to a TLP, our git repo will move from https://git-wip-us.apache.org/repos/asf/incubator-atlas.git to https://git-wip-us.apache.org/repos/asf/atlas.git. I will be filing an INFRA ticket for this

Re: GIT repo move

2017-07-01 Thread Madhan Neethiraj
INFRA-14486 is the JIRA to track infrastructure changes related to Atlas moving to a TLP. I will keep this list updated of the progress. Thanks, Madhan On 7/1/17, 10:43 AM, "Madhan Neethiraj" wrote: Team Atlas, Congratulations on graduation to a Top Lev

Re: Assign as contributor

2017-07-07 Thread Madhan Neethiraj
Chandana, Done. Welcome to Apache Atlas community. Madhan On 7/7/17, 6:18 PM, "Chandana Mirashi" wrote: Hi, I would like to contribute to Atlas. Can someone please add me so that I can assign myself JIRA to work on? Regards, Chandana Mirashi

Re: Review Request 60722: Fix for: Export of hive_table with fetchType "connected" fails

2017-07-09 Thread Madhan Neethiraj
eplace context.guidsInSink.contains(guid) with context.sink.hasEntity(guid) - Madhan Neethiraj On July 8, 2017, 12:12 a.m., Ashutosh Mestry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: JIRA contributor permission

2017-07-10 Thread Madhan Neethiraj
Peter, Done. Welcome to Apache Atlas community. Madhan On 7/10/17, 4:23 AM, "Peter Gergo Barna" wrote: Hi All, I would like to contribute to Atlas, currently I am working on this issue: https://issues.apache.org/jira/browse/ATLAS-1879. I would like to be able to assign JIRA issues

Re: JIRA contributor permission

2017-07-10 Thread Madhan Neethiraj
Robert, Done. Welcome to Apache Atlas community. Madhan On 7/10/17, 3:09 AM, "Robert Kern" wrote: Hi, I would like to contribute to Atlas. Could a PMC member with admin access please add me as a contributor in JIRA so that I can assign items to myself? My username is robkern.

Re: Review Request 60742: ATLAS-1938 : UI - Search using entity and trait attributes - Refresh Button fires the search query (Basic/DSL) again.

2017-07-10 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60742/#review180030 --- Ship it! Ship It! - Madhan Neethiraj On July 10, 2017, 11

Draft Board Report for Apache Atlas: July-2017

2017-07-10 Thread Madhan Neethiraj
Atlas team, Please review the draft board report below and send your feedback/comments, if any. The report is due on Wednesday this week, July-12. Thanks, Madhan ## Description:   Apache Atlas is a scalable and extensible set of core foundational governance   services that

Re: JIRA contributor permission

2017-07-10 Thread Madhan Neethiraj
think i would need to be added as committer. Could you please add me (eralmas7) as committer please? Thanks, Almas On Mon, Jul 10, 2017 at 6:09 PM, Madhan Neethiraj wrote: > Robert, > > Done. Welcome to Apache Atlas community. > > Mad

Re: Draft Board Report for Apache Atlas: July-2017

2017-07-10 Thread Madhan Neethiraj
Thanks hemanth ____ From: Madhan Neethiraj Sent: Monday, July 10, 2017 8:21 PM To: dev@atlas.apache.org Subject: Draft Board Report for Apache Atlas: July-2017 Atlas team, Please review the draft board

Re: Review Request 60578: [ATLA-1907]: Create RelationshipDefs for all base models and use this definitions when creating edges for entities

2017-07-11 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60578/#review180183 --- Ship it! Ship It! - Madhan Neethiraj On July 11, 2017, 7:40

Re: Review Request 60792: ATLAS-1945 : UI : Moving all plugins to fix release version

2017-07-12 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60792/#review180294 --- Ship it! Ship It! - Madhan Neethiraj On July 12, 2017, 6:50

Re: Review Request 60783: [ATLAS-1943] : Fix IT failure due to incorrect inverse reference check using relationship

2017-07-12 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60783/#review180362 --- Ship it! Ship It! - Madhan Neethiraj On July 11, 2017, 8:14

Re: Review Request 60851: [ATLAS-1949]: Fix coverity scan issues and IT failure due to ATLAS-1907

2017-07-13 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60851/#review180463 --- Ship it! Ship It! - Madhan Neethiraj On July 13, 2017, 8:12

Re: Review Request 60597: ATLAS-1908 : - Updating old Kafka consumer api properties to reflect change in new KafkaConsumer configs for Atlas

2017-07-14 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60597/#review180596 --- Ship it! Ship It! - Madhan Neethiraj On July 14, 2017, 9:52

Re: Review Request 60852: ATLAS-1947: Improvements for ATLAS-1880 and some change to AtlasSearchResult

2017-07-14 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60852/#review180602 --- Ship it! Ship It! - Madhan Neethiraj On July 14, 2017, 10

Re: Review Request 60863: ATLAS-1952 : UI : Render Search table using referredEntity.

2017-07-14 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60863/#review180604 --- Ship it! Ship It! - Madhan Neethiraj On July 14, 2017, 12

Re: Review Request 60857: ATLAS-1950: Import API: Improvement: Specify Supertypes in Import Transforms

2017-07-14 Thread Madhan Neethiraj
Transforms().get(s).putAll(attribtueTransformMap). - Madhan Neethiraj On July 14, 2017, 6 p.m., Ashutosh Mestry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: &

Re: Review Request 60722: Fix for: Export of hive_table with fetchType "connected" fails

2017-07-17 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60722/#review180695 --- Ship it! Ship It! - Madhan Neethiraj On July 10, 2017, 3:59

Re: Testing API...

2017-07-17 Thread Madhan Neethiraj
“/api/v2/search” is not the correct URI. Can you try with “api/atlas/v2/search”? Madhan On 7/17/17, 11:51 AM, "Jean Georges Perrin" wrote: Hi, I installed and run Atlas on my Mac. Everything seems to be working fine in the UI, but I cannot get the API to work... I am sure it i

Re: Review Request 60922: ATLAS-1925: Misc bugfixes for ATLAS-1880

2017-07-17 Thread Madhan Neethiraj
/apache/atlas/discovery/EntityDiscoveryService.java Lines 479 (patched) <https://reviews.apache.org/r/60922/#comment255987> keep this inside a finally {} block, to ensure that search-context gets removed when search method exits. - Madhan Neethiraj On July 17, 2017, 9:37 p.m., Apoor

Re: Review Request 60923: ATLAS-1956: Search results should include the filter criteria attributes

2017-07-17 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60923/#review180780 --- Ship it! Ship It! - Madhan Neethiraj On July 17, 2017, 9:36

Review Request 60940: ATLAS-1961: Basic search improvement in use of Solr index for attribute filtering

2017-07-18 Thread Madhan Neethiraj
/SearchContext.java 55a07f3d repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java 14818094 Diff: https://reviews.apache.org/r/60940/diff/1/ Testing --- Validated that the search completes much quicker with this update. Thanks, Madhan Neethiraj

Re: Review Request 60705: ATLAS-1927 : UI - changing the look and feel of attribute in details page.

2017-07-18 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60705/#review180812 --- Ship it! Ship It! - Madhan Neethiraj On July 18, 2017, 11

Re: Review Request 60927: ATLAS-1957: Multi-vertex atlas graph query

2017-07-18 Thread Madhan Neethiraj
/titan/query/NativeTitanMultiVertexQuery.java Lines 29 (patched) <https://reviews.apache.org/r/60927/#comment255998> This interface doesn't seem to be used. Please review. If not required, please remove. - Madhan Neethiraj On July 17, 2017, 10:31 p.m., Apoorv

Re: Review Request 60940: ATLAS-1961: Basic search improvement in use of Solr index for attribute filtering

2017-07-18 Thread Madhan Neethiraj
/ Testing --- Validated that the search completes much quicker with this update. Thanks, Madhan Neethiraj

Re: Review Request 60938: [ATLAS-1959]: Enhance relationship attributes to support different cardinality mappings

2017-07-18 Thread Madhan Neethiraj
ansmit when large number of entities are referenced (for example hive_db.tables referring to 1000s of tables). Storing AtlasObjectId (or List) is enough. Same comment for line #474 below. - Madhan Neethiraj On July 18, 2017, 6:25 a.m., Sarath Subramanian

Re: Review Request 60954: ATLAS-1948: Addressed Case Where Export Order List Did Not Add Process Guids At the End In All Cases

2017-07-19 Thread Madhan Neethiraj
gt; - "ATLAS-400-00-021" ==> AtlasErrorCode.INVALID_OBJECT_ID.getErrorCode() - { } - Madhan Neethiraj On July 19, 2017, 4:56 a.m., Ashutosh Mestry wrote: > > --- > This is an automatically generated e-mail. To

Re: Review Request 60970: ATLAS-1901: Tolerate no propogatetags on Relationshipdef

2017-07-19 Thread Madhan Neethiraj
NONE. - Madhan Neethiraj On July 19, 2017, 2:26 p.m., David Radley wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 60970: ATLAS-1901: Tolerate no propogatetags on Relationshipdef

2017-07-19 Thread Madhan Neethiraj
/v1/AtlasRelationshipDefStoreV1.java Lines 484 (patched) <https://reviews.apache.org/r/60970/#comment256292> @David - makes sense. I will commit the patch shortly. Thanks! - Madhan Neethiraj On July 19, 2017, 2:26 p.m., David Radley

Re: Review Request 60971: ATLAS-1914 : UI - Search using entity and trait attributes : "Clear" button doesn't clear the filter applied to a type

2017-07-19 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60971/#review180948 --- Ship it! Ship It! - Madhan Neethiraj On July 19, 2017, 2:22

Review Request 60980: ATLAS-1961: Basic search improvement in use of Solr index for attribute filtering (# 3)

2017-07-19 Thread Madhan Neethiraj
java 596b43bc Diff: https://reviews.apache.org/r/60980/diff/1/ Testing --- - validated that the fix addressed the error cases listed above Thanks, Madhan Neethiraj

Re: Review Request 60980: ATLAS-1961: Basic search improvement in use of Solr index for attribute filtering (# 3)

2017-07-19 Thread Madhan Neethiraj
nges: https://reviews.apache.org/r/60980/diff/1-2/ Testing --- - validated that the fix addressed the error cases listed above Thanks, Madhan Neethiraj

Re: Review Request 60980: ATLAS-1961: Basic search improvement in use of Solr index for attribute filtering (# 3)

2017-07-19 Thread Madhan Neethiraj
SearchProcessor - avoid the need to pass additional parameter. - Madhan --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60980/#review180967 ------

Re: Review Request 60938: [ATLAS-1959]: Enhance relationship attributes to support different cardinality mappings

2017-07-19 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60938/#review181009 --- Ship it! Ship It! - Madhan Neethiraj On July 19, 2017, 7:27

Re: Review Request 60980: ATLAS-1961: Basic search improvement in use of Solr index for attribute filtering (# 3)

2017-07-20 Thread Madhan Neethiraj
2-3/ Testing --- - validated that the fix addressed the error cases listed above Thanks, Madhan Neethiraj

Re: Review Request 61002: ATLAS-1968: Import File Signature Change

2017-07-20 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61002/#review181062 --- Ship it! Ship It! - Madhan Neethiraj On July 20, 2017, 5:22

Re: Review Request 60980: ATLAS-1961: Basic search improvement in use of Solr index for attribute filtering (# 3)

2017-07-20 Thread Madhan Neethiraj
ache/atlas/discovery/SearchProcessor.java 7950127d Diff: https://reviews.apache.org/r/60980/diff/4/ Changes: https://reviews.apache.org/r/60980/diff/3-4/ Testing --- - validated that the fix addressed the error cases listed above Thanks, Madhan Neethiraj

Re: Review Request 61007: [ATLAS-1979]: Update storm model relationship category and fix for UT and Coverity scan issues

2017-07-20 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61007/#review181089 --- Ship it! Ship It! - Madhan Neethiraj On July 20, 2017, 9:16

Re: Review Request 60980: ATLAS-1961: Basic search improvement in use of Solr index for attribute filtering (# 3)

2017-07-20 Thread Madhan Neethiraj
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60980/#review181094 ------- On July 21, 2017, 1:39 a.m., Madhan Neethiraj wrote: > > --

Re: Relationships diagnostics

2017-07-21 Thread Madhan Neethiraj
which is used in other places like search results. Currently AtlasEntityHeader.displayText field is set to either ‘name’ or ‘qualifiedName’ attribute value. Thanks, Madhan From: David Radley Date: Friday, July 21, 2017 at 3:01 AM To: Madhan Neethiraj , Sarath Subramanian Cc: "

Re: Review Request 61026: ATLAS-1967 : Search UI : Render attribute filter based on browser URL

2017-07-21 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61026/#review181117 --- Ship it! Ship It! - Madhan Neethiraj On July 21, 2017, 1:22

Review Request 61040: ATLAS-1981: Cache escaped type-query string to avoid repeated computation

2017-07-21 Thread Madhan Neethiraj
0d1c39b7 repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java 28621658 Diff: https://reviews.apache.org/r/61040/diff/1/ Testing --- verified that the search returns correct results after this enhancement Thanks, Madhan Neethiraj

Re: GIT repo move

2017-07-21 Thread Madhan Neethiraj
shortly update incubator references in documents and website. Please let me know if you have any questions. Thanks, Madhan On 7/1/17, 11:00 PM, "Madhan Neethiraj" wrote: INFRA-14486 is the JIRA to track infrastructure changes related to Atlas moving to a TLP. I will keep this li

Re: Review Request 61046: ATLAS-1960: Export, Import & ImportFile APIs EndPoints Handled in HA PASSIVE State

2017-07-21 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61046/#review181161 --- Ship it! Ship It! - Madhan Neethiraj On July 21, 2017, 9:45

Re: Review Request 61040: ATLAS-1981: Cache escaped type-query string to avoid repeated computation

2017-07-23 Thread Madhan Neethiraj
results after this enhancement Thanks, Madhan Neethiraj

Review Request 61073: ATLAS-1982: Update references to "incubator" in website

2017-07-23 Thread Madhan Neethiraj
removed. Thanks, Madhan Neethiraj

Re: Review Request 61073: ATLAS-1982: Update references to "incubator" in website

2017-07-23 Thread Madhan Neethiraj
d verified that incubator references are removed. Thanks, Madhan Neethiraj

Re: Relationship attributes

2017-07-24 Thread Madhan Neethiraj
tionships as it is simpler - is there a reason you need attribute in the name? all the best, David. From: Sarath Subramanian To: dev@atlas.apache.org Cc: Madhan Neethiraj Date: 24/07/2017 07:09 Subject:Re: Relation

Re: Relationship attributes

2017-07-24 Thread Madhan Neethiraj
om IBM Laboratories, Hursley Park, Hursley, Hampshire SO21 2JN Tel: +44-1962-815356Tie: 7-245356 From: Madhan Neethiraj To: "dev@atlas.apache.org" , Sarath Subramanian Date: 24/07/2017 09:04 Subject:Re: Relationship attributes Sent by:Madhan

Re: Review Request 61085: ATLAS-1983: Add relationship cardinality validation

2017-07-24 Thread Madhan Neethiraj
/v1/AtlasRelationshipStoreV1.java Lines 128 (patched) <https://reviews.apache.org/r/61085/#comment256778> consider using vertex.getEdges(direction, edgeLabel), instead of iterating through edges to find the one with the expected label. - Madhan Neethiraj On July 24, 2017, 5:18 p.m.,

Re: Relationship attributes

2017-07-24 Thread Madhan Neethiraj
his if the you and the community prefer the relatedEntities. all the best, David From: Madhan Neethiraj To: David Radley , "dev@atlas.apache.org" Cc: Sarath Subramanian , Graham Wallis Date

Re: Review Request 61100: Hooks to include atlas-intg jar

2017-07-24 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61100/#review181317 --- Ship it! Ship It! - Madhan Neethiraj On July 25, 2017, 5:38

Re: Review Request 61103: ATLAS-1985 :- Fix URLEncoding while redirecting to Active instance in HA.

2017-07-25 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61103/#review181342 --- Ship it! Ship It! - Madhan Neethiraj On July 25, 2017, 11

Re: Review Request 61088: [ATLAS-1988]: Implement REST API to search for related entities

2017-07-26 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61088/#review181438 --- Ship it! Ship It! - Madhan Neethiraj On July 25, 2017, 7:51

Re: Review Request 61195: ATLAS-1995: Performance Improvement Using IndexQuery for Attribute-based Entity Lookup

2017-07-27 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61195/#review181625 --- Ship it! Ship It! - Madhan Neethiraj On July 27, 2017, 10

Re: Review Request 61234: Invalid attribute during entity update should throw 400

2017-07-28 Thread Madhan Neethiraj
-- > > (Updated July 28, 2017, 9:47 p.m.) > > > Review request for atlas and Madhan Neethiraj. > > > Repository: atlas > > > Description > --- > > Right now in the V2 API, if an entity update is performed with an invalid >

Re: Review Request 61233: Default error page for Atlas web endpoints

2017-07-28 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61233/#review181749 --- Ship it! Ship It! - Madhan Neethiraj On July 28, 2017, 9:44

Re: Review Request 61130: Search API folding and tag attribute honoring

2017-07-30 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61130/#review181772 --- Ship it! Ship It! - Madhan Neethiraj On July 30, 2017, 4:53

Review Request 61246: ATLAS-2008: basic-search: updated Gremlin query used in tag-attribute filtering to use bind variables

2017-07-30 Thread Madhan Neethiraj
hProcessor.java 31d145cd Diff: https://reviews.apache.org/r/61246/diff/1/ Testing --- Verified that tag-filtering executes correctly for numeric, date, string, enum type attributes. Thanks, Madhan Neethiraj

Re: Review Request 66816: ATLAS-2600 : Glossary Term details page should allow add/update/remove of classifications

2018-04-26 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66816/#review202018 --- Ship it! Ship It! - Madhan Neethiraj On April 26, 2018, 4

Re: Cassandra support for Atlas v1.0

2018-04-26 Thread Madhan Neethiraj
David - I agree on option #3 for 1.0 release. Thanks, Madhan On 4/26/18, 9:14 AM, "David Radley" wrote: Hi there, We had a meeting to discuss how we would like to document the embedded Cassandra support in Atlas v1.0. We talked of 3 options : 1) Include it in the code

Re: Review Request 66833: ATLAS-2619: Add query param in relationship GET API to get extended info about referred entities

2018-04-26 Thread Madhan Neethiraj
/atlas/repository/store/graph/v1/EntityGraphRetriever.java Lines 1080 (patched) <https://reviews.apache.org/r/66833/#comment283699> Consider moving this referredEntitiesContains() check before line #1074, which avoid calls to getEntityVertex(guid) and getGuid(entityVertex). - Madhan Nee

Review Request 66838: ATLAS-2620: updated entity-lookup REST API to use basic-search implementation

2018-04-26 Thread Madhan Neethiraj
-ATLAS-Build-Test/311/ Thanks, Madhan Neethiraj

Re: Review Request 66838: ATLAS-2620: updated entity-lookup REST API to use basic-search implementation

2018-04-26 Thread Madhan Neethiraj
rameters() will fail with appropriate error code. - Madhan --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66838/#review202041 -------

Re: Review Request 66833: ATLAS-2619: Add query param in relationship GET API to get extended info about referred entities

2018-04-26 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66833/#review202045 --- Ship it! Ship It! - Madhan Neethiraj On April 26, 2018, 11

Re: Review Request 66851: NPE in Atlas Hive2 hook when creating views

2018-04-27 Thread Madhan Neethiraj
below: for (BaseColumnInfo baseColumn : ColumnLineageUtils.getBaseCols(entry.getValue())) { - Madhan Neethiraj On April 27, 2018, 2:10 p.m., Gergo Barna wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 66772: ATLAS-2597: Batch gremlin queries for Metric related queries

2018-04-30 Thread Madhan Neethiraj
/atlas/services/MetricsService.java Line 67 (original), 69 (patched) <https://reviews.apache.org/r/66772/#comment283758> batchSize ==> typesBatchSize - Madhan Neethiraj On April 24, 2018, 6:02 a.m., Apoorv Naik wrote: > > -

Re: Review Request 66876: ATLAS:2631: Tag Propagation : Change in behavior of tag propagation for DELETED entities

2018-04-30 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66876/#review202184 --- Ship it! Ship It! - Madhan Neethiraj On April 30, 2018, 10

Re: Review Request 66884: ATLAS-2633: Tag Propagation , V2 notifications : When propagate value is switched from False to True , "CLASSIFICATION_UPDATE" notification is sent instead of "CLASSIFICATION

2018-04-30 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66884/#review202191 --- Ship it! Ship It! - Madhan Neethiraj On May 1, 2018, 5:46

Re: Review Request 66891: DSL ITs: Deprecated ITs removed

2018-05-01 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66891/#review202218 --- Ship it! Ship It! - Madhan Neethiraj On May 1, 2018, 8:58

Re: Review Request 66869: Glossary Bugfixes

2018-05-01 Thread Madhan Neethiraj
t.guid; } Also, update all derived classes to call this copy constructor from their copy constructor implementation. - Madhan Neethiraj On May 1, 2018, 9:38 p.m., Apoorv Naik wrote: > > --- > This is an automatica

Re: Review Request 66907: ATLAS-2579 : UI : Block Propagation at classification level in edit propagation flow.

2018-05-03 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66907/#review202357 --- Ship it! Ship It! - Madhan Neethiraj On May 3, 2018, 3:05

Re: Review Request 66936: ATLAS-2521: Remove Titan 0.5.4 support from Atlas

2018-05-03 Thread Madhan Neethiraj
ted to atlas-migration-exporter module. - Madhan Neethiraj On May 3, 2018, 7:06 p.m., Sarath Subramanian wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 66936: ATLAS-2521: Remove Titan 0.5.4 support from Atlas

2018-05-03 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66936/#review202381 --- Ship it! Ship It! - Madhan Neethiraj On May 3, 2018, 7:06

Re: Review Request 66899: Large Notification Messages: Avoid Duplicate Processing

2018-05-03 Thread Madhan Neethiraj
HOOK", kafkaMsg.getPartition()), kafkaMessage.getOffset() + 1); return; } ... } - Madhan Neethiraj On May 3, 2018, 11:29 p.m., Ashutosh Mestry wrote: > > --- > This is an automatically generated e-mail. To r

Re: Review Request 66941: ATLAS-2643: Re-evaluate tag propagation when a relationship edge is deleted

2018-05-03 Thread Madhan Neethiraj
/atlas/repository/graph/GraphHelper.java Lines 886 (patched) <https://reviews.apache.org/r/66941/#comment284211> rename: relationshipGuid ==> guidRelationshipToExclude Also, please rename corresponding bind parameter name. - Madhan Neethiraj On May 3, 2018, 11:10 p.m

Re: Review Request 66899: Large Notification Messages: Avoid Duplicate Processing

2018-05-04 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66899/#review202459 --- Ship it! Ship It! - Madhan Neethiraj On May 4, 2018, 4:33

Re: Review Request 66974: ATLAS-2646 : Glossary: Allow to associate term to the term attributes.

2018-05-05 Thread Madhan Neethiraj
om of the page, and easy to miss. Consider moving these to the top - 'Properties' tab: term relationship attribute values should be editable - similar to classification attributes. Currently only 'Delete' button is shown. - Madhan Neethiraj

Review Request 66976: ATLAS-2647: updated documentation with additional details on notification, hooks and basic search

2018-05-06 Thread Madhan Neethiraj
Diff: https://reviews.apache.org/r/66976/diff/1/ Testing --- Thanks, Madhan Neethiraj

Re: Nested & Dynamic Schema Types in Apache Atlas

2018-05-06 Thread Madhan Neethiraj
Shivji Kumar, > In java lingo, we are simply looking for something of the > sort of map representing attribute name > and any subtype of Object. Entity-type 'Process' has 2 attributes, 'inputs' and 'outputs', of type 'array'. Each element in the array value can be of a sub-type of 'DataSet' - like

Re: Review Request 66989: ATLAS-2565: Remove REST API to disable propagated classification in entity

2018-05-07 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66989/#review202575 --- Ship it! Ship It! - Madhan Neethiraj On May 7, 2018, 6:42

  1   2   3   4   5   6   7   8   9   10   >