Re: Review Request 47107: ATLAS_619 Normalize literals for hive queries

2016-05-13 Thread Suma Shivaprasad
: https://reviews.apache.org/r/47107/diff/ Testing --- Added UT - HiveAStREwriteTest and IT asserttions in HiveHookIT Thanks, Suma Shivaprasad

Re: Review Request 47107: ATLAS_619 Normalize literals for hive queries

2016-05-12 Thread Suma Shivaprasad
eviews.apache.org/r/47107/#review132845 ------- On May 12, 2016, 7:01 a.m., Suma Shivaprasad wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request 47107: ATLAS_619 Normalize literals for hive queries

2016-05-12 Thread Suma Shivaprasad
--------- On May 12, 2016, 7:01 a.m., Suma Shivaprasad wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/47107/ >

Re: Review Request 47107: ATLAS_619 Normalize literals for hive queries

2016-05-12 Thread Suma Shivaprasad
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47107/#review132845 --- On May 12, 2016, 7:01 a.m., Suma Shivaprasad wrote: > > -

Re: Review Request 46731: ATLAS-716 Entity update/delete notifications

2016-05-05 Thread Suma Shivaprasad
) <https://reviews.apache.org/r/46731/#comment195990> would be better to keep the result consistent for all CRUD operations and standardize as EntityResult - Suma Shivaprasad On April 27, 2016, 1:05 p.m., Shwetha GS

Re: Review Request 46731: ATLAS-716 Entity update/delete notifications

2016-05-05 Thread Suma Shivaprasad
) <https://reviews.apache.org/r/46731/#comment195992> This will cause some users an UI to break rt?. would be better to send a mail out to atlas-dev - Suma Shivaprasad On April 27, 2016, 1:05 p.m., Shwetha GS

Re: Review Request 46731: ATLAS-716 Entity update/delete notifications

2016-05-05 Thread Suma Shivaprasad
/EntityNotificationImpl.java (line 95) <https://reviews.apache.org/r/46731/#comment195996> traits null check is missing . Could lead to NPE ? Also would be better to split to make it more readable - Suma Shivaprasad On April 27, 2016, 1:05 p.m., Shwetha GS

Re: Review Request 46943: ATLAS-690: Read timed out exceptions when tables are imported into Atlas.

2016-05-04 Thread Suma Shivaprasad
ulting in maping the graph to type twice. We could try Titan caching as well? - Suma Shivaprasad On May 4, 2016, 10:58 a.m., Hemanth Yamijala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 46943: ATLAS-690: Read timed out exceptions when tables are imported into Atlas.

2016-05-04 Thread Suma Shivaprasad
> On May 4, 2016, 3:33 p.m., Suma Shivaprasad wrote: > > repository/src/main/java/org/apache/atlas/repository/graph/FullTextMapper.java, > > line 56 > > <https://reviews.apache.org/r/46943/diff/2/?file=1370654#file1370654line56> > > > > Does it m

Re: Review Request 47135: Install Setup: SOLR

2016-05-10 Thread Suma Shivaprasad
135/#comment196719> can we take solr version from pom instead - Suma Shivaprasad On May 9, 2016, 9:32 p.m., Tom Beerbower wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 47135: Install Setup: SOLR

2016-05-10 Thread Suma Shivaprasad
135/#comment196721> will this take care of a similiar fix that Shwetha did to not download if it already exists. If not, can we add that here? - Suma Shivaprasad On May 9, 2016, 9:32 p.m., Tom Beerbower

Re: Review Request 47135: Install Setup: SOLR

2016-05-10 Thread Suma Shivaprasad
135/#comment196723> can we take hbase verion from pom instead of hardcoding pls - Suma Shivaprasad On May 9, 2016, 9:32 p.m., Tom Beerbower wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 47135: Install Setup: SOLR

2016-05-10 Thread Suma Shivaprasad
tps://reviews.apache.org/r/47135/#comment196724> pls rename to create_solr_collection - Suma Shivaprasad On May 9, 2016, 9:32 p.m., Tom Beerbower wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 47135: Install Setup: SOLR

2016-05-10 Thread Suma Shivaprasad
tps://reviews.apache.org/r/47135/#comment196726> what is the use of this config? - Suma Shivaprasad On May 9, 2016, 9:32 p.m., Tom Beerbower wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 47135: Install Setup: SOLR

2016-05-10 Thread Suma Shivaprasad
tps://reviews.apache.org/r/47135/#comment196725> will these env vars be set by AMBARI configs? - Suma Shivaprasad On May 9, 2016, 9:32 p.m., Tom Beerbower wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 47135: Install Setup: SOLR

2016-05-10 Thread Suma Shivaprasad
tps://reviews.apache.org/r/47135/#comment196730> shouldnt this be solr5 - Suma Shivaprasad On May 9, 2016, 9:32 p.m., Tom Beerbower wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Review Request 46922: Temporary tables should be ignored during table creation

2016-05-02 Thread Suma Shivaprasad
b0d4c5c Diff: https://reviews.apache.org/r/46922/diff/ Testing --- Added tests in HIveHookIT.testInsertIntoTempTable. Thanks, Suma Shivaprasad

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-15 Thread Suma Shivaprasad
> On April 15, 2016, 4:45 p.m., Suma Shivaprasad wrote: > > repository/src/main/scala/org/apache/atlas/query/Expressions.scala, line 336 > > <https://reviews.apache.org/r/45499/diff/7/?file=1344372#file1344372line336> > > > > Can you pls follow sql

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-15 Thread Suma Shivaprasad
/GremlinQuery.scala (line 386) <https://reviews.apache.org/r/45499/#comment192609> we would also need to take care of limit and order by in withPath expressions - Suma Shivaprasad On April 14, 2016, 2:11 p.m., Neeru Gupta

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-15 Thread Suma Shivaprasad
/Expressions.scala (line 336) <https://reviews.apache.org/r/45499/#comment192605> Can you pls follow sql syntax for [asc, desc] - similiar to https://msdn.microsoft.com/en-us/library/ms188385.aspx . Would be familiar with users. Also ASC could be made optional - Suma Shivaprasad On April 14, 2016

Re: Review Request 46011: ATLAS-622 Introduce soft delete

2016-04-14 Thread Suma Shivaprasad
delete succeeding without this? - Suma Shivaprasad On April 14, 2016, 10:29 a.m., Shwetha GS wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 46011: ATLAS-622 Introduce soft delete

2016-04-15 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46011/#review129179 --- Ship it! Ship It! - Suma Shivaprasad On April 15, 2016, 4

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-15 Thread Suma Shivaprasad
/GremlinQuery.scala (line 347) <https://reviews.apache.org/r/45499/#comment192616> this var could be renamed from count to something else since its a bit confusing..since its the end offset if I am correct? - Suma Shivaprasad On April 14, 2016, 2:11 p.m., Neeru Gupta

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-15 Thread Suma Shivaprasad
/Expressions.scala (line 333) <https://reviews.apache.org/r/45499/#comment192612> pls add to documentaion in search.twiki - Suma Shivaprasad On April 14, 2016, 2:11 p.m., Neeru Gupta wrote: > > --- > This is an automatically g

Re: Review Request 45929: ATLAS-628: Starting two Atlas instances at the same time causes exceptions in HA mode.

2016-04-15 Thread Suma Shivaprasad
(line 59) <https://reviews.apache.org/r/45929/#comment192631> what is the expected behaviour in unclean shutdown case when lock is not cleared? Is this an ephemeral node that will be cleared automatically? - Suma Shivaprasad On April 14, 2016, 3:24 p.m., Hemanth Yamijala

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-19 Thread Suma Shivaprasad
> On April 15, 2016, 5:24 p.m., Suma Shivaprasad wrote: > > repository/src/main/scala/org/apache/atlas/query/Expressions.scala, line 333 > > <https://reviews.apache.org/r/45499/diff/7/?file=1344372#file1344372line333> > > > > pls add to documentaion in se

Re: Review Request 45929: ATLAS-628: Starting two Atlas instances at the same time causes exceptions in HA mode.

2016-04-19 Thread Suma Shivaprasad
(line 92) <https://reviews.apache.org/r/45929/#comment193157> We need to add some documentation for this as part of Installation docs?. - Suma Shivaprasad On April 18, 2016, 6:31 p.m., Hemanth Yamijala

Re: Review Request 45929: ATLAS-628: Starting two Atlas instances at the same time causes exceptions in HA mode.

2016-04-19 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45929/#review129663 --- Ship it! Ship It! - Suma Shivaprasad On April 18, 2016, 6

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-19 Thread Suma Shivaprasad
/GremlinEvaluator.scala (line 126) <https://reviews.apache.org/r/45499/#comment193167> instead of null, pls make the scala Option Some/None - Suma Shivaprasad On April 19, 2016, 6:14 p.m., Neeru Gupta wrote: > > --- > This is a

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-19 Thread Suma Shivaprasad
/GremlinQuery.scala (line 128) <https://reviews.apache.org/r/45499/#comment193166> Code is duplicated . Can you pls consolidate in one class? - Suma Shivaprasad On April 19, 2016, 6:14 p.m., Neeru Gupta wrote: > > --- > This is a

Re: Review Request 45929: ATLAS-628: Starting two Atlas instances at the same time causes exceptions in HA mode.

2016-04-19 Thread Suma Shivaprasad
> On April 15, 2016, 6:31 p.m., Suma Shivaprasad wrote: > > webapp/src/main/java/org/apache/atlas/web/setup/SetupSteps.java, line 59 > > <https://reviews.apache.org/r/45929/diff/3/?file=1344552#file1344552line59> > > > > what is the expected behaviour i

Re: Review Request 46409: ATLAS-583 Rename table should retain column, partition columns tags

2016-04-20 Thread Suma Shivaprasad
- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46409/#review129681 ------- On April 19, 2016, 9:29 p.m., Suma Shivaprasad wrote: > >

Review Request 46409: ATLAS-583 Rename table should retain column, partition columns tags

2016-04-19 Thread Suma Shivaprasad
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java 4c7ac70 client/src/main/java/org/apache/atlas/AtlasClient.java 22a1726 Diff: https://reviews.apache.org/r/46409/diff/ Testing --- Added tests in HiveHookIT Thanks, Suma Shivaprasad

Review Request 46412: Add Hive table information to column and storage for easier search

2016-04-19 Thread Suma Shivaprasad
/diff/ Testing --- Added tests in HiveHookIT Thanks, Suma Shivaprasad

Re: [ANNOUNCE] New Committer: Hemanth Yamijala

2016-04-14 Thread Suma Shivaprasad
Congrats Hemanth! On Thu, Apr 14, 2016 at 7:05 AM, Erik Bergenholtz < ebergenho...@hortonworks.com> wrote: > That’s great news! Congrats & well deserved. > > Erik > > > On Apr 14, 2016, at 1:15 AM, Shwetha Shivalingamurthy < > sshivalingamur...@hortonworks.com> wrote: > > > > Hi All, > > > > The

Re: Review Request 46409: ATLAS-583 Rename table should retain column, partition columns tags

2016-04-20 Thread Suma Shivaprasad
Thanks, Suma Shivaprasad

Re: Review Request 46409: ATLAS-583 Rename table should retain column, partition columns tags

2016-04-20 Thread Suma Shivaprasad
/ Testing --- Added tests in HiveHookIT Thanks, Suma Shivaprasad

Re: Review Request 46409: ATLAS-583 Rename table should retain column, partition columns tags

2016-04-20 Thread Suma Shivaprasad
Thanks, Suma Shivaprasad

Re: Review Request 46409: ATLAS-583 Rename table should retain column, partition columns tags

2016-04-20 Thread Suma Shivaprasad
me. > > > > I am trying to understand why Step 1 is required. Is it to take care of > > situations where the old table did not exist before in Atlas? > > Suma Shivaprasad wrote: > Yes its required to create old table stat

Re: Review Request 46011: ATLAS-622 Introduce soft delete

2016-04-13 Thread Suma Shivaprasad
/DeleteHandler.java (line 67) <https://reviews.apache.org/r/46011/#comment192210> when is state being cleared? - Suma Shivaprasad On April 13, 2016, 4:12 p.m., Shwetha GS wrote: > > --- > This is an automatically generated e

Re: Review Request 46011: ATLAS-622 Introduce soft delete

2016-04-13 Thread Suma Shivaprasad
/GraphHelper.java (line 184) <https://reviews.apache.org/r/46011/#comment192233> There could be a way to get the sorted edge list by {state, modification time} from Titan itself by adding the edge index. - Suma Shivaprasad On April 13, 2016, 4:12 p.m., Shwetha GS

Re: Review Request 46011: ATLAS-622 Introduce soft delete

2016-04-13 Thread Suma Shivaprasad
/SoftDeleteHandler.java (line 42) <https://reviews.apache.org/r/46011/#comment192240> Should we keep timestamp same for the entire delete op? - Suma Shivaprasad On April 13, 2016, 4:12 p.m., Shwetha GS

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-20 Thread Suma Shivaprasad
tps://reviews.apache.org/r/45499/#comment193311> Why is it necessary to use in backquote. Didnt understand that part? - Suma Shivaprasad On April 20, 2016, 1:46 p.m., Neeru Gupta wrote: > > --- > This is an automatically generated e

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-20 Thread Suma Shivaprasad
tps://reviews.apache.org/r/45499/#comment193321> pls change ofset to offsetValue - Suma Shivaprasad On April 20, 2016, 1:46 p.m., Neeru Gupta wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 45499: ATLAS-436, ATLAS-435 order by and limit clause for DSL queries

2016-04-28 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45499/#review130975 --- Ship it! Ship It! - Suma Shivaprasad On April 23, 2016, 12

Re: Review Request 46922: Temporary tables should be ignored during table creation

2016-05-07 Thread Suma Shivaprasad
typesystem/src/main/resources/atlas-application.properties a343a20 Diff: https://reviews.apache.org/r/46922/diff/ Testing --- Added tests in HIveHookIT.testInsertIntoTempTable. Thanks, Suma Shivaprasad

Re: Review Request 46731: ATLAS-716 Entity update/delete notifications

2016-05-24 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46731/#review134619 --- Ship it! Ship It! - Suma Shivaprasad On May 24, 2016, 7:34

Re: Review Request 47638: ATLAS-752 Column rename in Hive should retain traits/tags associated with it

2016-05-24 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47638/#review134618 --- Ship it! Ship It! - Suma Shivaprasad On May 23, 2016, 6:52

Re: Review Request 47638: ATLAS-752 Column rename in Hive should retain traits/tags associated with it

2016-05-24 Thread Suma Shivaprasad
/HiveHookIT.java (line 742) <https://reviews.apache.org/r/47638/#comment199461> can you pls add a test with column position changed as well - Suma Shivaprasad On May 23, 2016, 6:52 a.m., Vimal Sharma

Re: Review Request 47638: ATLAS-752 Column rename in Hive should retain traits/tags associated with it

2016-05-24 Thread Suma Shivaprasad
/HiveHook.java (line 381) <https://reviews.apache.org/r/47638/#comment199460> Can we overload this function instead of making it null? - Suma Shivaprasad On May 23, 2016, 6:52 a.m., Vimal Sharma wrote: > > --- > This is a

Re: Review Request 50435: ATLAS-1053: Fix for issues flagged by Coverity scan - potential NPE

2016-07-26 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50435/#review143577 --- Ship it! Ship It! - Suma Shivaprasad On July 26, 2016, 3:05

Review Request 50481: ATLAS-1060 Add composite indexes for select attributes+typeName for read optimization

2016-07-26 Thread Suma Shivaprasad
/ Testing --- Existing tests are passing TODO : Need to add tests for TypeSerialization. Thanks, Suma Shivaprasad

Re: Review Request 50397: ATLAS-1049 List types by supertype

2016-07-25 Thread Suma Shivaprasad
/DefaultTypeCache.java (line 184) <https://reviews.apache.org/r/50397/#comment209192> shudnt SUPERTYPE be if ( has(filterEntry.getValue()) ? - Suma Shivaprasad On July 25, 2016, 5:19 p.m., Shwetha GS

Re: Review Request 50397: ATLAS-1049 List types by supertype

2016-07-25 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50397/#review143419 --- Ship it! Ship It! - Suma Shivaprasad On July 25, 2016, 5:19

Re: Review Request 50776: ATLAS-1089: Storm hook should handle cyclic references in topology object

2016-08-04 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50776/#review144717 --- Ship it! Ship It! - Suma Shivaprasad On Aug. 4, 2016, 4:29

Review Request 50760: ATLAS-1060 enable composite indexes with typeName and superTypeNames for selected attributes

2016-08-03 Thread Suma Shivaprasad
typesystem/src/main/scala/org/apache/atlas/typesystem/builders/TypesBuilder.scala f18151a typesystem/src/main/scala/org/apache/atlas/typesystem/json/TypesSerialization.scala 5618938 Diff: https://reviews.apache.org/r/50760/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 50760: ATLAS-1060 enable composite indexes with typeName and superTypeNames for selected attributes

2016-08-03 Thread Suma Shivaprasad
://reviews.apache.org/r/50760/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 50747: (ATLAS-762) Assertion in NegativeSSLAndKerberosTest.testUnsecuredClient needs to be hardened

2016-08-03 Thread Suma Shivaprasad
/BaseSSLAndKerberosTest.java (line 101) <https://reviews.apache.org/r/50747/#comment210673> why is this commented? Dont we require kinit for zk? - Suma Shivaprasad On Aug. 3, 2016, 2:01 p.m., Nixon Rodrigues

Re: Review Request 50747: (ATLAS-762) Assertion in NegativeSSLAndKerberosTest.testUnsecuredClient needs to be hardened

2016-08-03 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50747/#review144648 --- Ship it! Ship It! - Suma Shivaprasad On Aug. 3, 2016, 2:01

Re: Review Request 51005: ATLAS-1108: updated references to atlas.rest.address to handle multiple URLs

2016-08-12 Thread Suma Shivaprasad
/BaseResourceIT.java (line 81) <https://reviews.apache.org/r/51005/#comment211881> use AtlasConstants for localhost:21000 - Suma Shivaprasad On Aug. 11, 2016, 8:23 p.m., Madhan Neethiraj wrote: > > --- > This is an automatically g

Re: Review Request 50149: ATLAS-1030: performance trace instrumentation for REST APIs

2016-07-18 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50149/#review142603 --- Ship it! Ship It! - Suma Shivaprasad On July 18, 2016, 5:41

Re: Review Request 50146: ATLAS-957 Atlas is not capturing topologies that have $ in the data payload

2016-07-18 Thread Suma Shivaprasad
/DefaultMetadataServiceTest.java (line 257) <https://reviews.apache.org/r/50146/#comment208234> in the tests should we just take all reserved chars instead of a random reserved char to ensure the test covers all characters? - Suma Shivaprasad On July 18, 2016, 5:10 p.m., Shwetha GS

Re: Review Request 50146: ATLAS-957 Atlas is not capturing topologies that have $ in the data payload

2016-07-18 Thread Suma Shivaprasad
/GraphHelper.java (line 268) <https://reviews.apache.org/r/50146/#comment208235> Still see some references to outVertex.getProperty(propertyName) in DeleteHandler. THat should be replaced? - Suma Shivaprasad On July 18, 2016, 5:10 p.m., Shwetha GS

Re: Review Request 50029: ATLAS-1022: Update typesystem wiki with details

2016-07-18 Thread Suma Shivaprasad
tps://reviews.apache.org/r/50029/#comment208244> should we add section for Traits as well as part of this? - Suma Shivaprasad On July 14, 2016, 12:58 p.m., Hemanth Yamijala wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 50166: ATLAS-1032: Atlas hook package should not include libraries already present in host components

2016-07-18 Thread Suma Shivaprasad
166/#comment208308> do we need to remove hadoop-client, hadoop-annotations as well - Suma Shivaprasad On July 18, 2016, 10:55 p.m., Madhan Neethiraj wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 50146: ATLAS-957 Atlas is not capturing topologies that have $ in the data payload

2016-07-18 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50146/#review142668 --- Ship it! Ship It! - Suma Shivaprasad On July 18, 2016, 5:10

Re: Review Request 49625: ATLAS-347 Atlas search APIs should allow pagination of results

2016-07-19 Thread Suma Shivaprasad
> On July 19, 2016, 5:50 p.m., Suma Shivaprasad wrote: > > client/src/main/java/org/apache/atlas/AtlasClient.java, line 1020 > > <https://reviews.apache.org/r/49625/diff/3/?file=1447349#file1447349line1020> > > > > Should we expose 2 APIs - one without

Re: Review Request 49625: ATLAS-347 Atlas search APIs should allow pagination of results

2016-07-19 Thread Suma Shivaprasad
1019) <https://reviews.apache.org/r/49625/#comment208401> Should we expose 2 APIs - one without offset and limit? - Suma Shivaprasad On July 19, 2016, 4:45 p.m., Shwetha GS wrote: > > --- > This is an automatically g

Re: Review Request 50209: ATLAS-1033: fix for issues flagged by Coverity scan

2016-07-19 Thread Suma Shivaprasad
1159) <https://reviews.apache.org/r/50209/#comment208547> is this change needed? this should be i++ < getNumberOfretries() ? else the retries done would be one lesser? - Suma Shivaprasad On July 20, 2016, 12:39 a.m., Madhan Neethi

Re: Review Request 50209: ATLAS-1033: fix for issues flagged by Coverity scan

2016-07-19 Thread Suma Shivaprasad
/AtlasAuthenticationProvider.java (line 90) <https://reviews.apache.org/r/50209/#comment208548> although not related to this patch...this if clause evaluating to true is not possible since its already checked before in line 84, 85? - Suma Shivaprasad On July 20, 2016, 12:39 a.m., Madhan Neethiraj

Review Request 49350: ATLAS-917 Add HDFS paths for non-partition queries

2016-06-28 Thread Suma Shivaprasad
://reviews.apache.org/r/49350/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 49350: ATLAS-917 Add HDFS paths for non-partition queries

2016-06-28 Thread Suma Shivaprasad
8bbe2d7 Diff: https://reviews.apache.org/r/49350/diff/ Testing (updated) --- Added tests for partitioned and unpartitioned export, import, load Thanks, Suma Shivaprasad

Review Request 50824: ATLAS-1092 Add hive table's CreateTime to process qualified Name for all hive_process

2016-08-04 Thread Suma Shivaprasad
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java e61e916 Diff: https://reviews.apache.org/r/50824/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 50760: ATLAS-1060 enable composite indexes with typeName and superTypeNames for selected attributes

2016-08-04 Thread Suma Shivaprasad
/org/apache/atlas/typesystem/types/AttributeDefinition.java 29c3450 Diff: https://reviews.apache.org/r/50760/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 50760: ATLAS-1060 enable composite indexes with typeName and superTypeNames for selected attributes

2016-08-04 Thread Suma Shivaprasad
021a8d2 typesystem/src/main/java/org/apache/atlas/typesystem/types/AttributeDefinition.java 29c3450 Diff: https://reviews.apache.org/r/50760/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 50823: ATLAS-1096 HiveMetStoreBridge to use getEntity instead of DSL

2016-08-04 Thread Suma Shivaprasad
--- Thanks, Suma Shivaprasad

Re: Review Request 50890: ATLAS-1104 Get outgoing edges by label doesn't work in some cases

2016-08-08 Thread Suma Shivaprasad
tEdges(AtlasEdgeDirection dir, String edgeLabel) - Suma Shivaprasad On Aug. 8, 2016, 10:59 a.m., Shwetha GS wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 50890: ATLAS-1104 Get outgoing edges by label doesn't work in some cases

2016-08-08 Thread Suma Shivaprasad
erable edges = inVertex.getEdges(Direction.IN, edgeLabel); 2. Titan0Vertex.getEdges(AtlasEdgeDirection dir, String edgeLabel) - Suma Shivaprasad On Aug. 8, 2016, 10:59 a.m., Shwetha GS wrote: > > --- > This is an automatica

Re: Review Request 50776: ATLAS-1089: Storm hook should handle cyclic references in topology object

2016-08-03 Thread Suma Shivaprasad
/StormTopologyUtil.java (line 134) <https://reviews.apache.org/r/50776/#comment210746> should we use a HashSet instead? - Suma Shivaprasad On Aug. 4, 2016, 12:19 a.m., Madhan Neethiraj wrote: > > --- > This is an automati

Re: Review Request 50776: ATLAS-1089: Storm hook should handle cyclic references in topology object

2016-08-03 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50776/#review144701 --- Ship it! Ship It! - Suma Shivaprasad On Aug. 4, 2016, 12:19

Re: Review Request 49350: ATLAS-917 Add HDFS paths for non-partition queries

2016-06-29 Thread Suma Shivaprasad
/src/main/java/org/apache/atlas/hook/AtlasHook.java 8bbe2d7 Diff: https://reviews.apache.org/r/49350/diff/ Testing --- Added tests for partitioned and unpartitioned export, import, load Thanks, Suma Shivaprasad

Re: Review Request 49350: ATLAS-917 Add HDFS paths for non-partition queries

2016-06-29 Thread Suma Shivaprasad
with the old edges being in DELETED state. - Suma --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49350/#review139964 ------- O

Review Request 48939: ATLAS-904 Handle process qualified name per Hive Operation

2016-06-19 Thread Suma Shivaprasad
/resources/EntityResource.java 0713d30 Diff: https://reviews.apache.org/r/48939/diff/ Testing --- Existing tests modified to query with new qualified name. Need to add tests for INSERT INTO TABLE Thanks, Suma Shivaprasad

Re: Review Request 48939: ATLAS-904 Handle process qualified name per Hive Operation

2016-06-19 Thread Suma Shivaprasad
INTO TABLE Thanks, Suma Shivaprasad

Re: Review Request 48939: ATLAS-904 Handle process qualified name per Hive Operation

2016-06-19 Thread Suma Shivaprasad
for INSERT INTO TABLE Thanks, Suma Shivaprasad

Re: [VOTE] Release Apache Atlas version 0.7-incubating RC2

2016-07-01 Thread Suma Shivaprasad
+1 for the release (binding) Verified signatures, commit id and tag Verified that all tests passed. Verified quickstart and entities created in the UI Sanity tests in UI for create, drop, alter table Created business taxonomy and subterms and associated terms with assets Verified DSL and

Re: Review Request 56206: ATLAS-1522 Entity V2 API changes to accept only AtlasObjectId for child references

2017-02-02 Thread Suma Shivaprasad
/diff/ Testing --- Thanks, Suma Shivaprasad

Review Request 56206: ATLAS-1522 Entity V2 API changes to accept only AtlasObjectId for child references

2017-02-02 Thread Suma Shivaprasad
/apache/atlas/web/rest/EntityREST.java aa209f9 webapp/src/test/java/org/apache/atlas/web/adapters/TestEntitiesREST.java cfe9909 webapp/src/test/java/org/apache/atlas/web/adapters/TestEntityREST.java ee36fdf Diff: https://reviews.apache.org/r/56206/diff/ Testing --- Thanks, Suma

Re: Review Request 56113: Fixed issues with deletion during updates

2017-01-31 Thread Suma Shivaprasad
/AtlasStructFormatConverter.java 8777510 webapp/src/test/java/org/apache/atlas/web/adapters/TestEntitiesREST.java 47e1fa3 Diff: https://reviews.apache.org/r/56113/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 56113: Fixed issues with deletion during updates

2017-01-31 Thread Suma Shivaprasad
webapp/src/main/java/org/apache/atlas/web/adapters/AtlasStructFormatConverter.java 8777510 webapp/src/test/java/org/apache/atlas/web/adapters/TestEntitiesREST.java 47e1fa3 Diff: https://reviews.apache.org/r/56113/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 56206: ATLAS-1522 Entity V2 API changes to accept only AtlasObjectId for child references

2017-02-02 Thread Suma Shivaprasad
failing . This is pending. Thanks, Suma Shivaprasad

Re: Review Request 56206: ATLAS-1522 Entity V2 API changes to accept only AtlasObjectId for child references

2017-02-02 Thread Suma Shivaprasad
/TestEntitiesREST.java cfe9909 webapp/src/test/java/org/apache/atlas/web/adapters/TestEntityREST.java ee36fdf webapp/src/test/java/org/apache/atlas/web/resources/EntityV2JerseyResourceIT.java d9bffe9 Diff: https://reviews.apache.org/r/56206/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 56206: ATLAS-1522 Entity V2 API changes to accept only AtlasObjectId for child references

2017-02-02 Thread Suma Shivaprasad
Diff: https://reviews.apache.org/r/56206/diff/ Testing --- ENtityJerseyResourceIt tests failing . This is pending. Thanks, Suma Shivaprasad

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

2017-01-22 Thread Suma Shivaprasad
yet another release-candidate. Only change in “release > candidate 3” is the update to build instructions in README.txt. There are > no other changes. > > > > > > > > We currently have 7 binding votes and 7 non-binding votes for the > earlier release candidates. T

Re: Review Request 55813: Porting performance and stability changes made in 0.7 branch into master

2017-01-23 Thread Suma Shivaprasad
/DataSetLineageService.java (line 97) <https://reviews.apache.org/r/55813/#comment234109> This shoudnt have superTypeNames check directly in the query since there is no index on guid + typeName. I had removed it in ATLAS-1404 - Suma Shivaprasad On Jan. 23, 2017, 11:17 p.m., Sarath Subramanian

Re: Review Request 55912: Add UTS for Array, map, struct and entity updates

2017-01-26 Thread Suma Shivaprasad
: but was: Thanks, Suma Shivaprasad

Re: Review Request 56105: ATLAS-1506: updated AtlasObjectId to support unqiueAttributes to identity the object

2017-01-30 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56105/#review163626 --- Ship it! Ship It! - Suma Shivaprasad On Jan. 31, 2017, 1:08

Review Request 56113: Fixed issues with deletion during updates

2017-01-30 Thread Suma Shivaprasad
/r/56113/diff/ Testing --- Thanks, Suma Shivaprasad

Re: Review Request 56049: ATLAS-1472: updated type-registry to handle simultaneous updates from multiple threads

2017-01-28 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56049/#review163409 --- Ship it! Ship It! - Suma Shivaprasad On Jan. 28, 2017, 1:01

Re: Review Request 56049: ATLAS-1472: updated type-registry to handle simultaneous updates from multiple threads

2017-01-28 Thread Suma Shivaprasad
(line 769) <https://reviews.apache.org/r/56049/#comment234868> throw error when getISOktocommit is false - Suma Shivaprasad On Jan. 28, 2017, 1:01 a.m., Madhan Neethiraj wrote: > > --- > This is an automatically g

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