Add cql jar to traversal 01/71701/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Thu, 1 Nov 2018 22:36:26 +0000 (18:36 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Thu, 1 Nov 2018 22:36:33 +0000 (18:36 -0400)
Issue-ID: AAI-1835
Change-Id: Ia8534129ac211b5343765a574f884ca42199cb62
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-traversal/pom.xml
aai-traversal/src/main/resources/etc/appprops/janusgraph-cached.properties
aai-traversal/src/main/resources/etc/appprops/janusgraph-realtime.properties

index 452074a..b61217d 100644 (file)
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.janusgraph</groupId>
+            <artifactId>janusgraph-cql</artifactId>
+            <version>${janusgraph.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-log4j12</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.janusgraph</groupId>
+            <artifactId>janusgraph-hbase</artifactId>
+            <version>${janusgraph.version}</version>
+            <exclusions>
                 <exclusion>
                     <groupId>dom4j</groupId>
                     <artifactId>dom4j</artifactId>
index 9f85c8e..2fb4940 100644 (file)
@@ -34,3 +34,20 @@ cache.db-cache-size = 0.3
 
 #load graphson file on startup
 load.snapshot.file=false
+
+#storage.backend=cql
+#storage.hostname=host1,host2,host3
+#storage.cql.replication-strategy-class=NetworkTopologyStrategy
+#storage.cql.replication-strategy-options=options
+# for single datacenter cluster
+#storage.cql.replication-factor=3
+
+#storage.cql.keyspace=aaigraph_single_dc
+#storage.cql.only-use-local-consistency-for-system-operations=true
+#storage.cql.cluster-name=clusterName
+#storage.cql.local-datacenter=dataCenter
+#storage.cql.read-consistency-level=QUORUM
+#storage.cql.write-consistency-level=QUORUM
+#storage.connection-timeout=100000
+#cache.tx-cache-size = 1000000
+#metrics.enabled=true
index f938182..fbb2090 100644 (file)
@@ -31,3 +31,20 @@ cache.db-cache = false
 
 #load graphson file on startup
 load.snapshot.file=false
+
+#storage.backend=cql
+#storage.hostname=host1,host2,host3
+#storage.cql.replication-strategy-class=NetworkTopologyStrategy
+#storage.cql.replication-strategy-options=options
+# for single datacenter cluster
+#storage.cql.replication-factor=3
+
+#storage.cql.keyspace=aaigraph_single_dc
+#storage.cql.only-use-local-consistency-for-system-operations=true
+#storage.cql.cluster-name=clusterName
+#storage.cql.local-datacenter=dataCenter
+#storage.cql.read-consistency-level=QUORUM
+#storage.cql.write-consistency-level=QUORUM
+#storage.connection-timeout=100000
+#cache.tx-cache-size = 1000000
+#metrics.enabled=true