Commit 657b74a4 by Harish Butani

gremlin tests for sample hive dataTypes

parent c4f8a6d9
...@@ -187,6 +187,22 @@ ...@@ -187,6 +187,22 @@
<groupId>com.google.inject</groupId> <groupId>com.google.inject</groupId>
<artifactId>guice</artifactId> <artifactId>guice</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-core</artifactId>
</dependency>
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-core</artifactId>
</dependency>
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-es</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -42,3 +42,13 @@ http { ...@@ -42,3 +42,13 @@ http {
port = 9140 port = 9140
port = ${?PORT} port = ${?PORT}
} }
graphRepo {
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
}
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