Skip to content

Commit f450292

Browse files
committed
Add section for HBase following comments
Signed-off-by: Scott McQuillan <[email protected]>
1 parent 53a9a80 commit f450292

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/migrating.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,19 @@ graph.titan-version=1.0.0
2424
storage.cassandra.keyspace=titan
2525
----
2626

27-
These configuration options allow JanusGraph to read data from a Cassandra database which had previously been created by Titan. However, once JanusGraph writes back to that database it will register additional serializers which mean that it will no longer be compatible with Titan. Users are therefore encouraged to backup the data in Casssandra before attempting to use it with the JanusGraph release.
27+
These configuration options allow JanusGraph to read data from a Cassandra database which had previously been created by Titan. However, once JanusGraph writes back to that database it will register additional serializers which mean that it will no longer be compatible with Titan. Users are therefore encouraged to backup the data in Casssandra before attempting to use it with the JanusGraph release.
28+
29+
=== HBase
30+
31+
The name of the table used by Titan was `titan` and in order to reuse that existing table the `storage.hbase.table` property needs to be set accordingly.
32+
33+
[source, properties]
34+
----
35+
graph.titan-version=1.0.0
36+
storage.hbase.table=titan
37+
----
38+
39+
These configuration options allow JanusGraph to read data from an HBase database which had previously been created by Titan. However, once JanusGraph writes back to that database it will register additional serializers which mean that it will no longer be compatible with Titan. Users are therefore encouraged to backup the data in HBase before attempting to use it with the JanusGraph release.
2840

2941
=== BerkeleyDB
3042

0 commit comments

Comments
 (0)