You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Pierre Padovani (JIRA)" <ji...@apache.org> on 2018/02/26 18:03:00 UTC

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

    [ 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:02 PM:
-----------------------------------------------------------------

Hi [~davidrad],

I'm going to spend some time doing more than just this POM change. There is a way to run Janus graph with embedded Cassandra, so I was also going to update the profiles and add another one for embedded Cassandra and solr to complete this ticket.

Then I am going to open two more tickets. 

1 - Add a new Dockerfile for a Cassandra backed docker, which would use the above embedded cassandra

2 - Fix for Elasticsearch 5.x support

Pierre


was (Author: ppadovani):
Hi [~davidrad],

I'm going to spend some time doing more than just this POM change. There is a way to run Janus graph with embedded Cassandra, so I was also going to update the profiles and add another one for embedded Cassandra and solr to complete this ticket.

Then I am going to open two more tickets. 

1 - Add Cassandra backed docker, which would use the above embedded cassandra

2 - Fix for Elasticsearch 5.x support

Pierre

> Add Janus Graph Cassandra support
> ---------------------------------
>
>                 Key: ATLAS-2259
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2259
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>    Affects Versions: 1.0.0
>            Reporter: Pierre Padovani
>            Assignee: Pierre Padovani
>            Priority: Major
>             Fix For: 1.0.0
>
>
> Atlas should have support for Cassandra as a backend for Janus available by default. If someone wants this type of configuration, they have to modify the pom.xml and rebuild Atlas. Here is the pom.xml modification required to enable this support:
> {code:java}
>         <dependency>
>             <groupId>org.janusgraph</groupId>
>             <artifactId>janusgraph-cassandra</artifactId>
>             <version>${janus.version}</version>
>             <exclusions>
>                 <exclusion>
>                     <groupId>org.codehaus.jettison</groupId>
>                     <artifactId>jettison</artifactId>
>                 </exclusion>
>                 <exclusion>
>                 	<groupId>commons-lang</groupId>
>                 	<artifactId>commons-lang</artifactId>
>                 </exclusion>
>             </exclusions>
>         </dependency>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)