Commit 3d274303 by Venkatesh Seetharam

ISSUE-37 Fix broken build. Contributed by Venkatesh Seetharam

parent bcfd2e7b
...@@ -27,9 +27,9 @@ metadata.graph.impl.class=org.apache.hadoop.metadata.services.TitanGraphService ...@@ -27,9 +27,9 @@ metadata.graph.impl.class=org.apache.hadoop.metadata.services.TitanGraphService
metadata.graph.storage.backend=inmemory metadata.graph.storage.backend=inmemory
# Graph Search Index # Graph Search Index
metadata.graph.index.search.backend=elasticsearch #metadata.graph.index.search.backend=elasticsearch
metadata.graph.index.search.directory=target/data/es #metadata.graph.index.search.directory=target/data/es
metadata.graph.index.search.elasticsearch.client-only=false #metadata.graph.index.search.elasticsearch.client-only=false
metadata.graph.index.search.elasticsearch.local-mode=true #metadata.graph.index.search.elasticsearch.local-mode=true
metadata.enableTLS=false metadata.enableTLS=false
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
######### Graph Database Configs ######### ######### Graph Database Configs #########
# Graph implementation # Graph implementation
#metadata.graph.blueprints.graph=com.thinkaurelius.titan.core.TitanFactory metadata.graph.impl.class=org.apache.hadoop.metadata.services.TitanGraphService
# Graph Storage # Graph Storage
metadata.graph.storage.backend=berkeleyje metadata.graph.storage.backend=berkeleyje
......
storage.backend=inmemory
# Graph Search Index
index.search.backend=elasticsearch
index.search.directory=target/data/es
index.search.elasticsearch.client-only=false
index.search.elasticsearch.local-mode=true
\ No newline at end of file
...@@ -19,4 +19,7 @@ ...@@ -19,4 +19,7 @@
# GraphService implementation # GraphService implementation
metadata.graph.impl.class=org.apache.hadoop.metadata.services.TitanGraphService metadata.graph.impl.class=org.apache.hadoop.metadata.services.TitanGraphService
# Graph Storage
metadata.graph.storage.backend=inmemory
metadata.enableTLS=false metadata.enableTLS=false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment