[ 
https://issues.apache.org/jira/browse/ATLAS-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269278#comment-16269278
 ] 

Pierre Padovani edited comment on ATLAS-2259 at 11/28/17 7:10 PM:
------------------------------------------------------------------

Here is the current working pom.xml dependency additions required.

{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>

        <dependency>
            <groupId>org.janusgraph</groupId>
            <artifactId>janusgraph-cql</artifactId>
            <version>${janus.version}</version>
        </dependency>
{code}

This does not support Elasticsearch as there is a separate issue with that, as 
being discussed here: 
[ATLAS-2270|https://issues.apache.org/jira/browse/ATLAS-2270]


was (Author: ppadovani):
Here is the current working pom.xml dependency additions required.

{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>

        <dependency>
            <groupId>org.janusgraph</groupId>
            <artifactId>janusgraph-cql</artifactId>
            <version>${janus.version}</version>
        </dependency>
{code}


> Add Janus Graph Cassandra support to the default build
> ------------------------------------------------------
>
>                 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
>             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
(v6.4.14#64029)

Reply via email to