[jira] [Commented] (ATLAS-532) Change Data types of all timestamps(currently long)

2016-04-14 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240824#comment-15240824 ] Hemanth Yamijala commented on ATLAS-532: A couple of comments / questions: * We ha

[jira] [Created] (ATLAS-667) Entity delete should check for required reverse references

2016-04-14 Thread Shwetha G S (JIRA)
Shwetha G S created ATLAS-667: - Summary: Entity delete should check for required reverse references Key: ATLAS-667 URL: https://issues.apache.org/jira/browse/ATLAS-667 Project: Atlas Issue Type:

[jira] [Created] (ATLAS-668) GraphHelper.addEdge() should add an edge only if there is no existing edge

2016-04-14 Thread Shwetha G S (JIRA)
Shwetha G S created ATLAS-668: - Summary: GraphHelper.addEdge() should add an edge only if there is no existing edge Key: ATLAS-668 URL: https://issues.apache.org/jira/browse/ATLAS-668 Project: Atlas

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

2016-04-14 Thread Shwetha GS
> On April 13, 2016, 9:13 p.m., Suma Shivaprasad wrote: > > repository/src/main/java/org/apache/atlas/repository/graph/DeleteHandler.java, > > line 67 > > > > > > when is state being cleared? In org.apache.atlas.w

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

2016-04-14 Thread Shwetha GS
> On April 13, 2016, 10:49 p.m., Suma Shivaprasad wrote: > > repository/src/main/java/org/apache/atlas/repository/graph/SoftDeleteHandler.java, > > line 42 > > > > > > Should we keep timestamp same for the entire del

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

2016-04-14 Thread Shwetha GS
> On April 12, 2016, 10:20 p.m., David Kantor wrote: > > repository/src/main/java/org/apache/atlas/RepositoryMetadataModule.java, > > line 90 > > > > > > Configuring hard deletes at the system level should be done vi

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

2016-04-14 Thread Shwetha GS
> On April 11, 2016, 10:11 p.m., Suma Shivaprasad wrote: > > repository/src/main/java/org/apache/atlas/RepositoryMetadataModule.java, > > line 90 > > > > > > How are we planing to make this configurable? This is conf

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

2016-04-14 Thread Shwetha GS
> On April 12, 2016, 6:23 p.m., Suma Shivaprasad wrote: > > repository/src/main/java/org/apache/atlas/repository/graph/AtlasEdgeLabel.java, > > line 35 > > > > > > why is this removed? Its used even for trait edges

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

2016-04-14 Thread Shwetha GS
> On April 12, 2016, 7:51 p.m., Suma Shivaprasad wrote: > > repository/src/main/java/org/apache/atlas/repository/graph/DeleteHandler.java, > > line 111 > > > > > > Can you pls explain how deletion of edges works wit

[jira] [Commented] (ATLAS-668) GraphHelper.addEdge() should add an edge only if there is no existing edge

2016-04-14 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240847#comment-15240847 ] Hemanth Yamijala commented on ATLAS-668: Umm. As a fix for ATLAS-474, a check was a

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

2016-04-14 Thread Shwetha GS
> On April 12, 2016, 6:57 p.m., Suma Shivaprasad wrote: > > repository/src/main/java/org/apache/atlas/repository/graph/DeleteHandler.java, > > line 244 > > > > > > Please enable this check. Raising this to track so

[jira] [Assigned] (ATLAS-664) UI: Add Support for Versioning / History

2016-04-14 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keval Bhatt reassigned ATLAS-664: - Assignee: Keval Bhatt (was: Nixon Rodrigues) > UI: Add Support for Versioning / History > ---

[jira] [Commented] (ATLAS-668) GraphHelper.addEdge() should add an edge only if there is no existing edge

2016-04-14 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240900#comment-15240900 ] Shwetha G S commented on ATLAS-668: --- GraphBackedTypeStore is just for type store. Entity

[jira] [Commented] (ATLAS-668) GraphHelper.addEdge() should add an edge only if there is no existing edge

2016-04-14 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240905#comment-15240905 ] Hemanth Yamijala commented on ATLAS-668: Yes, of course.. sorry I missed that. > G

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

2016-04-14 Thread Shwetha GS
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46011/ --- (Updated April 14, 2016, 10:29 a.m.) Review request for atlas. Changes --

[jira] [Created] (ATLAS-669) GraphHelper.getEdgeForLabel() can use edge index

2016-04-14 Thread Shwetha G S (JIRA)
Shwetha G S created ATLAS-669: - Summary: GraphHelper.getEdgeForLabel() can use edge index Key: ATLAS-669 URL: https://issues.apache.org/jira/browse/ATLAS-669 Project: Atlas Issue Type: Bug

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

2016-04-14 Thread Shwetha GS
> On April 13, 2016, 10:36 p.m., Suma Shivaprasad wrote: > > repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java, > > line 184 > > > > > > There could be a way to get the sorted edge list b

[jira] [Updated] (ATLAS-616) Zookeeper throws exceptions when trying to fire DSL queries at Atlas at large scale.

2016-04-14 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hemanth Yamijala updated ATLAS-616: --- Attachment: heap.png An update: As described above, all indications to cause of the problem we

[jira] [Updated] (ATLAS-664) UI: Add Support for Versioning / History

2016-04-14 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keval Bhatt updated ATLAS-664: -- Assignee: Kalyani Kashikar (was: Keval Bhatt) > UI: Add Support for Versioning / History > -

[jira] [Updated] (ATLAS-494) UI Authentication

2016-04-14 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-494: -- Summary: UI Authentication (was: Authentication ) > UI Authentication > -- > >

[jira] [Commented] (ATLAS-543) Entity Instance requests should not require ID element for new Entities

2016-04-14 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240998#comment-15240998 ] Shwetha G S commented on ATLAS-543: --- +1 > Entity Instance requests should not require ID

Re: Review Request 45948: Atlas-645: avoid infinite recursion in FieldMapping.output()

2016-04-14 Thread Shwetha GS
> On April 13, 2016, 12:21 a.m., Hemanth Yamijala wrote: > > typesystem/src/main/java/org/apache/atlas/typesystem/types/FieldMapping.java, > > line 51 > > > > > > This may not be a valid case - maybe Shwetha would kn

[jira] [Commented] (ATLAS-594) alter table rename doesnt work across databases

2016-04-14 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241011#comment-15241011 ] Shwetha G S commented on ATLAS-594: --- +1 > alter table rename doesnt work across database

[jira] [Created] (ATLAS-670) Entity update/delete operations shouldn't be supported on deleted entities

2016-04-14 Thread Shwetha G S (JIRA)
Shwetha G S created ATLAS-670: - Summary: Entity update/delete operations shouldn't be supported on deleted entities Key: ATLAS-670 URL: https://issues.apache.org/jira/browse/ATLAS-670 Project: Atlas

[jira] [Created] (ATLAS-671) Include binary dist in release

2016-04-14 Thread JIRA
Jean-Baptiste Onofré created ATLAS-671: -- Summary: Include binary dist in release Key: ATLAS-671 URL: https://issues.apache.org/jira/browse/ATLAS-671 Project: Atlas Issue Type: Task

[jira] [Updated] (ATLAS-658) Improve Lineage with Backbone porting

2016-04-14 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keval Bhatt updated ATLAS-658: -- Attachment: ATLAS-658.patch > Improve Lineage with Backbone porting > --

Review Request 46197: ATLAS-658 : Improve Lineage with Backbone porting

2016-04-14 Thread keval bhatt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46197/ --- Review request for atlas, Erik Bergenholtz, Gautam Borad, Mehul Parikh, Nixon Ro

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

2016-04-14 Thread Jeff Hagelberg
> On April 7, 2016, 7:55 p.m., Jeff Hagelberg wrote: > > repository/src/main/scala/org/apache/atlas/query/GremlinEvaluator.scala, > > line 99 > > > > > > I would suggest adding an intermediate variable here for the o

[jira] [Created] (ATLAS-672) UI: Make dashboard v2 the default UI implementation

2016-04-14 Thread Erik Bergenholtz (JIRA)
Erik Bergenholtz created ATLAS-672: -- Summary: UI: Make dashboard v2 the default UI implementation Key: ATLAS-672 URL: https://issues.apache.org/jira/browse/ATLAS-672 Project: Atlas Issue Typ

[jira] [Commented] (ATLAS-672) UI: Make dashboard v2 the default UI implementation

2016-04-14 Thread JIRA
[ https://issues.apache.org/jira/browse/ATLAS-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241191#comment-15241191 ] Jean-Baptiste Onofré commented on ATLAS-672: +1 > UI: Make dashboard v2 the de

Build failed in Jenkins: apache-atlas-nightly #242

2016-04-14 Thread Apache Jenkins Server
See Changes: [sshivalingamurthy] ATLAS-494 UI Authentication (nixonrodrigues via shwethags) -- [...truncated 6304 lines...] 127.0.0.1 - - [14/Apr/2016:14:00:19 +] "POST /api/atlas/entitie

Re: [ANNOUNCE] New Committer: Hemanth Yamijala

2016-04-14 Thread Erik Bergenholtz
That’s great news! Congrats & well deserved. Erik > On Apr 14, 2016, at 1:15 AM, Shwetha Shivalingamurthy > wrote: > > Hi All, > > The Apache Atlas PPMC has asked Hemanth Yamijala to become a committer and we > are pleased to announce that he has accepted. > > Regards, > Shwetha >

[jira] [Commented] (ATLAS-672) UI: Make dashboard v2 the default UI implementation

2016-04-14 Thread JIRA
[ https://issues.apache.org/jira/browse/ATLAS-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241198#comment-15241198 ] Jean-Baptiste Onofré commented on ATLAS-672: By the way, I'm testing dashboard

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

2016-04-14 Thread Neeru Gupta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45499/ --- (Updated April 14, 2016, 2:11 p.m.) Review request for atlas, David Kantor and

[jira] [Commented] (ATLAS-435) Add ORDER BY to search DSL

2016-04-14 Thread Neeru Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241224#comment-15241224 ] Neeru Gupta commented on ATLAS-435: --- [~suma.shivaprasad] Please review the changes for AT

[jira] [Updated] (ATLAS-435) Add ORDER BY and Limit to search DSL

2016-04-14 Thread Neeru Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neeru Gupta updated ATLAS-435: -- Description: Add support for Limit and ORDER BY to Atlas search DSL. (was: Add support for ORDER BY to

[jira] [Resolved] (ATLAS-436) Add LIMIT to search DSL

2016-04-14 Thread Neeru Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neeru Gupta resolved ATLAS-436. --- Resolution: Duplicate Duplicate of ATLAS-435 > Add LIMIT to search DSL > --- > >

[jira] [Commented] (ATLAS-658) Improve Lineage with Backbone porting

2016-04-14 Thread ATLAS QA (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241286#comment-15241286 ] ATLAS QA commented on ATLAS-658: {color:red}-1 overall{color}. Here are the results of tes

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

2016-04-14 Thread David Kantor
> On April 12, 2016, 10:20 p.m., David Kantor wrote: > > repository/src/main/java/org/apache/atlas/RepositoryMetadataModule.java, > > line 90 > > > > > > Configuring hard deletes at the system level should be done vi

[jira] [Assigned] (ATLAS-559) Atlas should allow JSONs to be submitted that don't have optional attributes.

2016-04-14 Thread Neeru Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neeru Gupta reassigned ATLAS-559: - Assignee: Neeru Gupta > Atlas should allow JSONs to be submitted that don't have optional attribut

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

2016-04-14 Thread Hemanth Yamijala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45929/ --- (Updated April 14, 2016, 3:24 p.m.) Review request for atlas. Changes ---

[jira] [Created] (ATLAS-673) Install Setup: Kafka & SOLR

2016-04-14 Thread Erik Bergenholtz (JIRA)
Erik Bergenholtz created ATLAS-673: -- Summary: Install Setup: Kafka & SOLR Key: ATLAS-673 URL: https://issues.apache.org/jira/browse/ATLAS-673 Project: Atlas Issue Type: Task Affects Vers

[jira] [Commented] (ATLAS-673) Install Setup: Kafka & SOLR

2016-04-14 Thread Erik Bergenholtz (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241354#comment-15241354 ] Erik Bergenholtz commented on ATLAS-673: [~yhemanth] - can you elaborate on the set

[jira] [Updated] (ATLAS-628) Starting two Atlas instances at the same time causes exceptions in HA mode.

2016-04-14 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hemanth Yamijala updated ATLAS-628: --- Attachment: ATLAS-628-2.patch This patch, which is open for review, adds the ability to run the

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 46011: ATLAS-622 Introduce soft delete

2016-04-14 Thread David Kantor
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46011/#review128905 --- repository/src/test/java/org/apache/atlas/repository/graph/GraphB

[jira] [Commented] (ATLAS-628) Starting two Atlas instances at the same time causes exceptions in HA mode.

2016-04-14 Thread ATLAS QA (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241512#comment-15241512 ] ATLAS QA commented on ATLAS-628: {color:red}-1 overall{color}. Here are the results of tes

[jira] [Created] (ATLAS-674) Falcon Hook should use timestamps instead of long

2016-04-14 Thread Suma Shivaprasad (JIRA)
Suma Shivaprasad created ATLAS-674: -- Summary: Falcon Hook should use timestamps instead of long Key: ATLAS-674 URL: https://issues.apache.org/jira/browse/ATLAS-674 Project: Atlas Issue Type:

[jira] [Created] (ATLAS-675) Storm Hook should use timetsamps as Date type instead of Long

2016-04-14 Thread Suma Shivaprasad (JIRA)
Suma Shivaprasad created ATLAS-675: -- Summary: Storm Hook should use timetsamps as Date type instead of Long Key: ATLAS-675 URL: https://issues.apache.org/jira/browse/ATLAS-675 Project: Atlas

[jira] [Commented] (ATLAS-606) Change from Hive thrift interface to Hive MetastoreClient

2016-04-14 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241730#comment-15241730 ] Suma Shivaprasad commented on ATLAS-606: Since the calls are going through Retrying

[jira] [Resolved] (ATLAS-606) Change from Hive thrift interface to Hive MetastoreClient

2016-04-14 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad resolved ATLAS-606. Resolution: Won't Fix > Change from Hive thrift interface to Hive MetastoreClient > -

[jira] [Assigned] (ATLAS-492) Hive Hook Improvements

2016-04-14 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad reassigned ATLAS-492: -- Assignee: Suma Shivaprasad > Hive Hook Improvements > -- > >

[jira] [Updated] (ATLAS-532) Change Data types of all timestamps(currently long)

2016-04-14 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad updated ATLAS-532: --- Attachment: (was: Screen Shot 2016-04-08 at 2.40.24 PM.png) > Change Data types of all time

[jira] [Commented] (ATLAS-532) Change Data types of all timestamps(currently long)

2016-04-14 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241736#comment-15241736 ] Suma Shivaprasad commented on ATLAS-532: Replies inline to [~yhemanth]'s review com

[jira] [Updated] (ATLAS-532) Change Data types of all timestamps(currently long)

2016-04-14 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad updated ATLAS-532: --- Attachment: Screen Shot 2016-04-08 at 2.40.24 PM.png > Change Data types of all timestamps(curr

[jira] [Updated] (ATLAS-532) Change Data types of all timestamps(currently long)

2016-04-14 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad updated ATLAS-532: --- Attachment: Screen Shot 2016-04-12 at 10.37.06 PM.png > Change Data types of all timestamps(cur

[jira] [Updated] (ATLAS-532) Change Data types of all timestamps(currently long)

2016-04-14 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad updated ATLAS-532: --- Attachment: ATLAS-532.3.patch Addressed review comments > Change Data types of all timestamps(

[jira] [Commented] (ATLAS-532) Change Data types of all timestamps(currently long)

2016-04-14 Thread ATLAS QA (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241758#comment-15241758 ] ATLAS QA commented on ATLAS-532: {color:red}-1 overall{color}. Here are the results of tes

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

2016-04-14 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46011/#review128963 --- repository/src/test/java/org/apache/atlas/service/DefaultMetadata

Build failed in Jenkins: apache-atlas-nightly #243

2016-04-14 Thread Apache Jenkins Server
See Changes: [sumasai.shivaprasad] ATLAS-594 alter table rename doesnt work across databases ( sumasai via -- [...truncated 5928 lines...] 127.0.0.1 - - [14/Apr/2016:19:45:26 +] "GET /a

[jira] [Updated] (ATLAS-622) Introduce soft delete

2016-04-14 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-622: -- Attachment: ATLAS-622-v5.patch Complete patch for review > Introduce soft delete > -

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

2016-04-14 Thread Shwetha GS
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46011/ --- (Updated April 15, 2016, 4:29 a.m.) Review request for atlas. Changes ---

[jira] [Created] (ATLAS-676) Enforcing unique attribute values for struct/trait

2016-04-14 Thread Shwetha G S (JIRA)
Shwetha G S created ATLAS-676: - Summary: Enforcing unique attribute values for struct/trait Key: ATLAS-676 URL: https://issues.apache.org/jira/browse/ATLAS-676 Project: Atlas Issue Type: Sub-task

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

2016-04-14 Thread Shwetha GS
> On April 14, 2016, 7:31 p.m., Suma Shivaprasad wrote: > > repository/src/test/java/org/apache/atlas/service/DefaultMetadataServiceTest.java, > > line 122 > > > > > > Didnt see the unique indexes being removed for

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

2016-04-14 Thread Shwetha GS
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46011/ --- (Updated April 15, 2016, 4:46 a.m.) Review request for atlas. Changes ---

[jira] [Updated] (ATLAS-622) Introduce soft delete

2016-04-14 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-622: -- Attachment: ATLAS-622-v6.patch > Introduce soft delete > - > > Key: A

[jira] [Commented] (ATLAS-622) Introduce soft delete

2016-04-14 Thread ATLAS QA (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242451#comment-15242451 ] ATLAS QA commented on ATLAS-622: {color:red}-1 overall{color}. Here are the results of tes

[jira] [Commented] (ATLAS-622) Introduce soft delete

2016-04-14 Thread ATLAS QA (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242502#comment-15242502 ] ATLAS QA commented on ATLAS-622: {color:red}-1 overall{color}. Here are the results of tes