Re: Cassandra support for Atlas v1.0

2018-04-27 Thread Pierre Padovani
I don't have an issue with #3, but we will be using it in production, specifically with the Scylladb implementation. Out of curiosity, what exactly are the issues? On Fri, Apr 27, 2018 at 10:45 AM, Apoorv Naik wrote: > #3 sounds like a better option for now. +1 > > On 4/27/18, 12:42 AM, "Nigel

Odd warning during search

2018-05-04 Thread Pierre Padovani
what would cause this? Thanks! Pierre Padovani

Re: Odd warning during search

2018-05-04 Thread Pierre Padovani
hare the request JSON ? > > Sent from Nine<http://www.9folders.com/> > ____ > From: Pierre Padovani > Sent: Friday, May 4, 2018 12:34 PM > To: dev@atlas.apache.org > Subject: Odd warning during search > > We are seeing this war

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-07 Thread Pierre Padovani
> On April 13, 2018, 12:34 a.m., Ashutosh Mestry wrote: > > Can you please add instructions on how to use this profile? I tried the > > patch today and I am still having trouble getting Atlas up. > > Pierre Padovani wrote: > Let me rebase the patch and make some cha

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-07 Thread Pierre Padovani
it. Additionally, with the update to the berkley-elasticsearch profile, I have extensively tested that profile to make sure that management of Elasticsearch functioned correctly. Thanks, Pierre Padovani

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-08 Thread Pierre Padovani
it. Additionally, with the update to the berkley-elasticsearch profile, I have extensively tested that profile to make sure that management of Elasticsearch functioned correctly. Thanks, Pierre Padovani

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-08 Thread Pierre Padovani
kend to copy in the jars manually. - Pierre --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66064/#review202599 -------

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-08 Thread Pierre Padovani
in the updated patch. - Pierre --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66064/#review202603 --- On May 8, 2018, 3 p.m., Pier

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-08 Thread Pierre Padovani
n during setup/installation. - Pierre --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66064/#review202602 ------- On May 8, 2018, 3 p.m., Pierre Padovani wrote: > > -

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-15 Thread Pierre Padovani
bin/atlas_start.py", line 92, in main > > Exception: ('Could not find hbase-site.xml in %s. Please set env var > > HBASE_CONF_DIR to the hbase client conf dir', > > './target/apache-atlas-1.0.0-SNAPSHO

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-16 Thread Pierre Padovani
it. Additionally, with the update to the berkley-elasticsearch profile, I have extensively tested that profile to make sure that management of Elasticsearch functioned correctly. Thanks, Pierre Padovani

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-16 Thread Pierre Padovani
bin/atlas_start.py", line 92, in main > > Exception: ('Could not find hbase-site.xml in %s. Please set env var > > HBASE_CONF_DIR to the hbase client conf dir', > > './target/apache-atlas-1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/hbase/conf') >

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-16 Thread Pierre Padovani
raries even when > > building for solr? > > Pierre Padovani wrote: > Yes... however the new 5.x version of the Elasticsearch jars no longer > shade 3rd party libraries so are far safer than the earlier versions. So we > have a choice, include the jars, or force users who wish

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-16 Thread Pierre Padovani
raries even when > > building for solr? > > Pierre Padovani wrote: > Yes... however the new 5.x version of the Elasticsearch jars no longer > shade 3rd party libraries so are far safer than the earlier versions. So we > have a choice, include the jars, or force users who wish

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-17 Thread Pierre Padovani
rently use this fix with our Atlas setup in a fork of the Atlas code, and have found no issues with it. Additionally, with the update to the berkley-elasticsearch profile, I have extensively tested that profile to make sure that management of Elasticsearch functioned correctly. Thanks, Pierre Padovani

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-05-17 Thread Pierre Padovani
ring elasticsearch in the JanusGraph ducomentation. - Pierre --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66064/#review203265 --------

Problem deleting edges with 1.0.0 - pre rc

2018-05-31 Thread Pierre Padovani
The level we are using is a few weeks old, but I didn't see an issue that fixed this in the interim. Problem: Entity A -> Composition Relationship -> Entity B Delete Entity A and Entity B I get the following exception trace: java.lang.IllegalArgumentException: Invalid edge label r:DiscoveryPac

Re: Problem deleting edges with 1.0.0 - pre rc

2018-05-31 Thread Pierre Padovani
"5f9b776a-d77a-4252-9d29-fa90d1a455dc", "status": "ACTIVE", "createdBy": "admin", "updatedBy": "admin", "createTime": 1527784446903, "updateTime": 1527784446903, "version"

Re: Problem deleting edges with 1.0.0 - pre rc

2018-05-31 Thread Pierre Padovani
Sorry for the spam... One last data point. It looks like the deletion of B is the issue. I can delete A, but this doesn't delete B. On Thu, May 31, 2018 at 11:21 AM, Pierre Padovani < pierre.padov...@civitaslearning.com> wrote: > The level we are using is a few weeks old, but I

Re: Problem deleting edges with 1.0.0 - pre rc

2018-05-31 Thread Pierre Padovani
Created issue: https://issues.apache.org/jira/browse/ATLAS-2727 On Thu, May 31, 2018 at 11:47 AM, Pierre Padovani < pierre.padov...@civitaslearning.com> wrote: > Sorry for the spam... One last data point. It looks like the deletion of B > is the issue. I can delete A, but this does

Re: Problem deleting edges with 1.0.0 - pre rc

2018-05-31 Thread Pierre Padovani
ior to that ? The delete > issue was filed in one of the recent commits (maybe a week ago), I don't > remember the issue number off the top of my head. Let me share the same > once I get hold of the details. > > Sent from Nine<http://www.9folders.com/> > _____

Re: Problem deleting edges with 1.0.0 - pre rc

2018-05-31 Thread Pierre Padovani
Yep... issue is fixed. Sorry for the false alarm. On Thu, May 31, 2018 at 12:19 PM, Pierre Padovani < pierre.padov...@civitaslearning.com> wrote: > Ok... thanks.. couldn't find anything on my search. I'll rebuild with > latest today... if latest fixes the issue then I'

Performance of relationships

2018-06-01 Thread Pierre Padovani
All, I decided to spend a few cycles performing from basic performance tests to help us refine our type system. The goal was to determine how we would add relationships to our entities and if we would use the new relationship APIs or not. The test was simple. I created a type called container and

Re: Performance of relationships

2018-06-01 Thread Pierre Padovani
I was in a hurry writing the previous email and realized that I did not specify that the relationship type was COMPOSITION. On Fri, Jun 1, 2018 at 2:37 PM, Pierre Padovani < pierre.padov...@civitaslearning.com> wrote: > All, > > I decided to spend a few cycles performing from ba

Re: Performance of relationships

2018-06-04 Thread Pierre Padovani
117 879 On Fri, Jun 1, 2018 at 3:48 PM, Apoorv Naik wrote: > Can you share the text of the benchmarks you performed ? My email is not > rendering the attached image. > > From: Pierre Padovani > Reply-To: "dev@atlas.apache.org" > Date: Friday, June 1, 2018 at 12:49 PM

Deletion of relationships

2018-02-13 Thread Pierre Padovani
uot;: [], "meanings": [], "alsoKnownAs": [], "tags": [], "embeddedMetadata": [], "contributor": [], "starRatings": [], "managedResources": [], "meetings": [], "todos": [], "likes": [] }, "classifications": [] } } The relationship has no guid, and therefore I cannot directly access it to delete it. I know the guid was there in a previous build off of master, but it seems to have vanished. Ideas? Thanks! Pierre Padovani

Deletion of relationships

2018-02-14 Thread Pierre Padovani
Hey folks.. I'm playing with the latest master, and I ran across something I just don't get. According to the code, delete of relationships is supported as long as you have the guid of the relationship. When I create a simple setup of a hive_table as an input to a Process, and retrieve it I get som

Relationships to struct fields

2018-02-20 Thread Pierre Padovani
Quick question, as I could not find any documentation that asserts this is a valid use case or not. I have a type with a struct. I'd like to create a relationship from a field in the struct to another type. Is this even possible?

Re: Relationships to struct fields

2018-02-20 Thread Pierre Padovani
alternative ways to model what you need, all the best, > David. > > > > From: Pierre Padovani > To: dev@atlas.apache.org > Date: 20/02/2018 14:26 > Subject:Relationships to struct fields > > > > Quick question, as I could not find any documentation

Re: Deletion of relationships

2018-02-22 Thread Pierre Padovani
0ed44358b8b2c643e > 439820d2e6> > . > > Hope this helps. > > > Thanks, > Sarath > > On Wed, Feb 14, 2018 at 7:12 AM, Pierre Padovani < > pierre.padov...@civitaslearning.com> wrote: > > > Hey folks.. I'm playing with the latest master, and I ran acro

Please add me as a contributor

2018-02-23 Thread Pierre Padovani
I'd like to be added as a contributor please. My GitHub username is: ppadovani Thanks! Pierre

AtlasClientV2 and Spring boot

2018-02-27 Thread Pierre Padovani
case, it would be the old style of updating both sides with a reference to each entity. The same test case passes if we use our version of the client from #1 above. Any ideas would be greatly appreciated. Thanks! Pierre Padovani

Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-02 Thread Pierre Padovani
Graph for months with no issues. Thanks, Pierre Padovani

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-04 Thread Pierre Padovani
ave time. - Pierre --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65885/#review198593 --- On March 2, 2018, 4:51 p.m., P

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-04 Thread Pierre Padovani
re this change for embedded hbase solr. > > I think these notes should not apply to the embedded hbase solr profile. Yep, as stated before I'll remove it, and find a way to only do it for a cassandra deploy. - Pierre -----

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-04 Thread Pierre Padovani
> On March 4, 2018, 11:07 a.m., David Radley wrote: > > My review comments are from my initial look at the code; I hope to try > > running this patch to verify it works for me > > Pierre Padovani wrote: > I'll update the patch with the above changes today

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-05 Thread Pierre Padovani
> On March 4, 2018, 11:07 a.m., David Radley wrote: > > My review comments are from my initial look at the code; I hope to try > > running this patch to verify it works for me > > Pierre Padovani wrote: > I'll update the patch with the above changes today

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-08 Thread Pierre Padovani
> On March 4, 2018, 11:07 a.m., David Radley wrote: > > My review comments are from my initial look at the code; I hope to try > > running this patch to verify it works for me > > Pierre Padovani wrote: > I'll update the patch with the above changes today

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-08 Thread Pierre Padovani
ally generated e-mail. To reply, visit: https://reviews.apache.org/r/65885/#review198890 ------- On March 2, 2018, 4:51 p.m., Pierre Padovani wrote: > > --- > This is an au

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-08 Thread Pierre Padovani
aware that we have been running Cassandra backed JanusGraph for months with no issues. Thanks, Pierre Padovani

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-08 Thread Pierre Padovani
Graph for months with no issues. This patch now includes support for Cassandra as an audit store. I've also refactored the audit unit tests, and added cassandra specific tests. Thanks, Pierre Padovani

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-09 Thread Pierre Padovani
particular operation is a noop unless that profile is used. - Pierre --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65885/#review198893 ---

Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-03-14 Thread Pierre Padovani
it. Additionally, with the update to the berkley-elasticsearch profile, I have extensively tested that profile to make sure that management of Elasticsearch functioned correctly. Thanks, Pierre Padovani

Re: Draft board report for Apache Atlas: March 2018

2018-03-14 Thread Pierre Padovani
- working on migration of data in Atlas 0.8.x (Titan graph DB) to Atlas > 1.0 (JanusGraph) > - released 0.8.2 and 1.0.0-alpha versions > - planning to release 1.0.0 by end of April 2010 > > ## Health report: > - 5 new contributors added in last 3 months: Vishal Suvagia, Pi

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-19 Thread Pierre Padovani
t for Cassandra as an audit store. I've also refactored the audit unit tests, and added cassandra specific tests. Thanks, Pierre Padovani

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-19 Thread Pierre Padovani
gt; > Full build with the new embedded-cassandra-solr, and testing to make sure > Atlas comes up and is functional. > > Be aware that we have been running Cassandra backed JanusGraph for months > with no issues. > > This patch now includes support for Cassandra as an audit store. I've also > refactored the audit unit tests, and added cassandra specific tests. > > > Thanks, > > Pierre Padovani > >

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-19 Thread Pierre Padovani
d e-mail. To reply, visit: https://reviews.apache.org/r/65885/#review199456 --- On March 19, 2018, 11:51 a.m., Pierre Padovani wrote: > > --- > This is an automatically generate

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-19 Thread Pierre Padovani
1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/data/kafka/kafka/meta.properties > > (Logging$class:87) > > 2018-03-19 12:22:22,986 INFO - [NotificationHookConsumer thread-0:] ~ > > [atlas-hook-consumer-thread]: Starting (Logging$class:72) > > > > > >

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-19 Thread Pierre Padovani
1.0.0-SNAPSHOT-bin/apache-atlas-1.0.0-SNAPSHOT/data/kafka/kafka/meta.properties > > (Logging$class:87) > > 2018-03-19 12:22:22,986 INFO - [NotificationHookConsumer thread-0:] ~ > > [atlas-hook-consumer-thread]: Starting (Logging$class:72) > > > > > >

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-19 Thread Pierre Padovani
he audit unit tests, and added cassandra specific tests. Thanks, Pierre Padovani

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-26 Thread Pierre Padovani
t; [ERROR] at > > java.lang.ClassLoader.loadClass(ClassLoader.java:424) > > [ERROR] at > > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335) > > [ERROR] at > > java.lang.ClassLoader

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-26 Thread Pierre Padovani
java.lang.Thread.run(Thread.java:748) > > [ERROR] Caused by: java.lang.ClassNotFoundException: > > com.codahale.metrics.MetricRegistry$MetricSupplier > > [ERROR] at > > java.net.URLClassLoader.findClass(URLClassLoader.java:381) > > [ER

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-26 Thread Pierre Padovani
store. I've also refactored the audit unit tests, and added cassandra specific tests. Thanks, Pierre Padovani

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-27 Thread Pierre Padovani
java.lang.Thread.run(Thread.java:748) > > [ERROR] Caused by: java.lang.ClassNotFoundException: > > com.codahale.metrics.MetricRegistry$MetricSupplier > > [ERROR] at > > java.net.URLClassLoader.findClass(URLClassLoader.java:381) > > [ER

maven dependency issues

2018-03-27 Thread Pierre Padovani
ering across incompatible versions can cause significant unpredictability. Is there a reason we have not cleaned up and enforced a single version of each dependency? Thanks! Pierre Padovani

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-28 Thread Pierre Padovani
the audit unit tests, and added cassandra specific tests. Thanks, Pierre Padovani

Re: Review Request 65885: ATLAS-2470 - Add JanusGraph Cassandra support to Atlas

2018-03-28 Thread Pierre Padovani
java.lang.Thread.run(Thread.java:748) > > [ERROR] Caused by: java.lang.ClassNotFoundException: > > com.codahale.metrics.MetricRegistry$MetricSupplier > > [ERROR] at > > java.net.URLClassLoader.findClass(URLClassLoader.java:381) > > [ER

Re: Atlas Startup Failure with HBase Backend

2018-04-09 Thread Pierre Padovani
Hi Ashtosh, Good catch! This looks good to me. Thanks! Pierre On Mon, Apr 9, 2018 at 12:48 PM, Ashutosh Mestry wrote: > Hi > > > > Thanks for adding Cassandra support to Atlas. With this update, Atlas > fails on startup when used with *HBase* backend. > > > > Attached is the patch that addres

Re: Atlas Startup Failure with HBase Backend

2018-04-09 Thread Pierre Padovani
Cassandra after " + MAX_RETRIES + " seconds."); } I can generate a patch with this as well... let me know what you want to do. Pierre On Mon, Apr 9, 2018 at 1:59 PM, Pierre Padovani wrote: > I believe this may be environment

Re: Atlas Startup Failure with HBase Backend

2018-04-09 Thread Pierre Padovani
217) >> at org.apache.atlas.repository.audit.CassandraBasedAuditReposit >> ory.startInternal(CassandraBasedAuditRepository.java:208) >> at org.apache.atlas.repository.audit.CassandraBasedAuditReposit >> ory.start(CassandraBasedAuditRepository.java:196) >> at org.apache.atla

Re: Atlas Startup Failure with HBase Backend

2018-04-12 Thread Pierre Padovani
t; > > > *~ ashutosh* > > *Ashutosh Mestry* * . Staff Software Engineer . > Hortonworks, Inc. . +1-310-988 0670 <%2B1-310-988%200670>* > > ... > > *No hurry, no pause. – Tim Ferriss, Life Hacker, Author* > > > > *From: *Pierre Padova

Review needed: ATLAS-2547

2018-04-12 Thread Pierre Padovani
. This patch resolves those issues. Can someone please take a look at this and get it reviewed? This really should make the 1.0.0 cut of Atlas. Thanks! Pierre Padovani

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-04-12 Thread Pierre Padovani
h the update to the berkley-elasticsearch profile, I have extensively tested that profile to make sure that management of Elasticsearch functioned correctly. Thanks, Pierre Padovani

Re: Review needed: ATLAS-2547

2018-04-12 Thread Pierre Padovani
ompatible' introduced in this patch. It is > not clear what the impact will be on existing deployments that use > HBase+Solr. Can you please add details? > > Thanks, > Madhan > > > > > On 4/12/18, 9:48 AM, "Pierre Padovani" civitaslearning.com> wr

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-04-12 Thread Pierre Padovani
/66064/#review201069 --- On April 12, 2018, 5:35 p.m., Pierre Padovani wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-04-12 Thread Pierre Padovani
Testing --- We currently use this fix with our Atlas setup in a fork of the Atlas code, and have found no issues with it. Additionally, with the update to the berkley-elasticsearch profile, I have extensively tested that profile to make sure that management of Elasticsearch functioned correctly. Thanks, Pierre Padovani

Review Request 66609: ATLAS-2564 - Reduce AtlasBaseClient.java logging verbosity to standard levels.

2018-04-13 Thread Pierre Padovani
/atlas/AtlasBaseClient.java 551b7b6f5 Diff: https://reviews.apache.org/r/66609/diff/1/ Testing --- Built and deployed within our test environment for 2 days to verfiy the improvement in logging. Thanks, Pierre Padovani

Re: Review needed: ATLAS-2547

2018-04-13 Thread Pierre Padovani
ridge .. SKIPPED > [INFO] Apache Atlas Storm Bridge Shim . SKIPPED > [INFO] Apache Atlas Storm Bridge ...... SKIPPED > [INFO] Apache Atlas Hbase Bridge Shim . SKIPPED > [INFO] Apache Atlas Hbase Bridge .. SKIPPED > [INFO] Apache Atlas Migra

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-04-17 Thread Pierre Padovani
standard -Pdist profile. This shouldn't be an issue since the newer elasticsearch jars contain no shadded classes and should not conflict. - Pierre --- This is an automatically generated e-mail. To reply, visit: https:/

Re: Review Request 66064: ATLAS-2478 Elasticsearch support broken with JanusGraph 0.2.0

2018-04-23 Thread Pierre Padovani
> On April 13, 2018, 12:34 a.m., Ashutosh Mestry wrote: > > Can you please add instructions on how to use this profile? I tried the > > patch today and I am still having trouble getting Atlas up. > > Pierre Padovani wrote: > Let me rebase the patch and make some cha

Re: Review Request 66609: ATLAS-2564 - Reduce AtlasBaseClient.java logging verbosity to standard levels.

2018-04-23 Thread Pierre Padovani
, Pierre Padovani

[jira] [Created] (ATLAS-2727) Cannot delete a child of a COMPOSITION/AGGREGATION relationship

2018-05-31 Thread Pierre Padovani (JIRA)
Pierre Padovani created ATLAS-2727: -- Summary: Cannot delete a child of a COMPOSITION/AGGREGATION relationship Key: ATLAS-2727 URL: https://issues.apache.org/jira/browse/ATLAS-2727 Project: Atlas

[jira] [Closed] (ATLAS-2727) Cannot delete a child of a COMPOSITION/AGGREGATION relationship

2018-05-31 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani closed ATLAS-2727. -- > Cannot delete a child of a COMPOSITION/AGGREGATION relations

[jira] [Resolved] (ATLAS-2727) Cannot delete a child of a COMPOSITION/AGGREGATION relationship

2018-05-31 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani resolved ATLAS-2727. Resolution: Fixed Fix Version/s: 1.0.0 > Cannot delete a child of a COMPOSIT

[jira] [Commented] (ATLAS-2752) Atlas start up fail with error "Error creating bean with name 'graphTransactionAdvisor'

2018-06-11 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508176#comment-16508176 ] Pierre Padovani commented on ATLAS-2752: A few questions for you: *

[jira] [Comment Edited] (ATLAS-2752) Atlas start up fail with error "Error creating bean with name 'graphTransactionAdvisor'

2018-06-11 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508176#comment-16508176 ] Pierre Padovani edited comment on ATLAS-2752 at 6/11/18 2:5

[jira] [Commented] (ATLAS-2752) Atlas start up fail with error "Error creating bean with name 'graphTransactionAdvisor'

2018-06-11 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508430#comment-16508430 ] Pierre Padovani commented on ATLAS-2752: Your issue is

[jira] [Commented] (ATLAS-2752) Atlas start up fail with error "Error creating bean with name 'graphTransactionAdvisor'

2018-06-12 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509682#comment-16509682 ] Pierre Padovani commented on ATLAS-2752: This error sounds like a jar is mis

[jira] [Closed] (ATLAS-2249) Upgrade Atlas Client to use Jersey 2

2018-11-15 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani closed ATLAS-2249. -- > Upgrade Atlas Client to use Jerse

[jira] [Commented] (ATLAS-2249) Upgrade Atlas Client to use Jersey 2

2018-11-15 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688558#comment-16688558 ] Pierre Padovani commented on ATLAS-2249: My apologies for taking so lon

[jira] [Resolved] (ATLAS-2249) Upgrade Atlas Client to use Jersey 2

2018-11-15 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani resolved ATLAS-2249. Resolution: Won't Fix > Upgrade Atlas Client to use

[jira] [Commented] (ATLAS-2259) Add Janus Graph Cassandra support to the default build

2018-01-11 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322731#comment-16322731 ] Pierre Padovani commented on ATLAS-2259: Any updates on this? Is this going t

[jira] [Commented] (ATLAS-2270) Supported combinations of persistent store and index backend

2018-02-22 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16373048#comment-16373048 ] Pierre Padovani commented on ATLAS-2270: [~davidrad] I'd be happ

[jira] [Assigned] (ATLAS-2259) Add Janus Graph Cassandra support to the default build

2018-02-26 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani reassigned ATLAS-2259: -- Assignee: Pierre Padovani > Add Janus Graph Cassandra support to the default bu

[jira] [Issue Comment Deleted] (ATLAS-2259) Add Janus Graph Cassandra support

2018-02-26 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani updated ATLAS-2259: --- Comment: was deleted (was: The above is not currently working after the update to Janus 0.2.0

[jira] [Updated] (ATLAS-2259) Add Janus Graph Cassandra support

2018-02-26 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani updated ATLAS-2259: --- Summary: Add Janus Graph Cassandra support (was: Add Janus Graph Cassandra support to the

[jira] [Issue Comment Deleted] (ATLAS-2259) Add Janus Graph Cassandra support

2018-02-26 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani updated ATLAS-2259: --- Comment: was deleted (was: Any updates on this? Is this going to be picked up and worked on

[jira] [Commented] (ATLAS-2259) Add Janus Graph Cassandra support

2018-02-26 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377284#comment-16377284 ] Pierre Padovani commented on ATLAS-2259: Hi [~davidrad], I'm going to s

[jira] [Comment Edited] (ATLAS-2259) Add Janus Graph Cassandra support

2018-02-26 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377284#comment-16377284 ] Pierre Padovani edited comment on ATLAS-2259 at 2/26/18 6:0

[jira] [Commented] (ATLAS-832) atlas_start should start embedded hbase and solr with -Pembedded_services

2018-03-01 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382510#comment-16382510 ] Pierre Padovani commented on ATLAS-832: --- The issue is this line in confi

[jira] [Comment Edited] (ATLAS-832) atlas_start should start embedded hbase and solr with -Pembedded_services

2018-03-01 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382510#comment-16382510 ] Pierre Padovani edited comment on ATLAS-832 at 3/1/18 7:3

[jira] [Comment Edited] (ATLAS-832) atlas_start should start embedded hbase and solr with -Pembedded_services

2018-03-01 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382510#comment-16382510 ] Pierre Padovani edited comment on ATLAS-832 at 3/1/18 7:3

[jira] [Created] (ATLAS-2471) Create Dockerfile support for Cassandra

2018-03-01 Thread Pierre Padovani (JIRA)
Pierre Padovani created ATLAS-2471: -- Summary: Create Dockerfile support for Cassandra Key: ATLAS-2471 URL: https://issues.apache.org/jira/browse/ATLAS-2471 Project: Atlas Issue Type: Sub

[jira] [Created] (ATLAS-2470) Basic support for Cassandra

2018-03-01 Thread Pierre Padovani (JIRA)
Pierre Padovani created ATLAS-2470: -- Summary: Basic support for Cassandra Key: ATLAS-2470 URL: https://issues.apache.org/jira/browse/ATLAS-2470 Project: Atlas Issue Type: Sub-task

[jira] [Assigned] (ATLAS-2470) Basic support for Cassandra

2018-03-01 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani reassigned ATLAS-2470: -- Assignee: Pierre Padovani > Basic support for Cassan

[jira] [Created] (ATLAS-2472) Update Atlas documentation for Cassandra support

2018-03-01 Thread Pierre Padovani (JIRA)
Pierre Padovani created ATLAS-2472: -- Summary: Update Atlas documentation for Cassandra support Key: ATLAS-2472 URL: https://issues.apache.org/jira/browse/ATLAS-2472 Project: Atlas Issue

[jira] [Created] (ATLAS-2473) Add Audit support w/o HBase

2018-03-01 Thread Pierre Padovani (JIRA)
Pierre Padovani created ATLAS-2473: -- Summary: Add Audit support w/o HBase Key: ATLAS-2473 URL: https://issues.apache.org/jira/browse/ATLAS-2473 Project: Atlas Issue Type: Sub-task

[jira] [Updated] (ATLAS-2470) Basic support for Cassandra

2018-03-02 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani updated ATLAS-2470: --- Attachment: ATLAS-2470.patch > Basic support for Cassan

[jira] [Updated] (ATLAS-2470) Basic support for Cassandra

2018-03-04 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Padovani updated ATLAS-2470: --- Attachment: ATLAS-2470-1.patch > Basic support for Cassan

[jira] [Commented] (ATLAS-2470) Basic support for Cassandra

2018-03-04 Thread Pierre Padovani (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385407#comment-16385407 ] Pierre Padovani commented on ATLAS-2470: Added a new patch version with cha

  1   2   >