thinkaurelius / titan

Distributed Graph Database
http://titandb.io
Apache License 2.0
5.25k stars 1.01k forks source link

Update Hbase docs: storage.hbase-config is now storage.hbase.ext #1340

Open kottmann opened 8 years ago

kottmann commented 8 years ago

The documentation explains how to pass Hbase configuration settings through TitanFactory to HBase in section 16.2: http://s3.thinkaurelius.com/docs/titan/1.0.0/hbase.html

"By prefixing the respective HBase configuration option with storage.hbase-config in the Titan configuration it will be passed on to HBase at initialization time."

I tried this, looked it up in the code and came to the conclusion that the property name changed to "storage.hbase.ext". The documentation should be updated accordingly.

pluradj commented 8 years ago

Thanks, nice catch @kottmann -- did you want to offer a PR for this?

kottmann commented 8 years ago

I am happy to send you a PR for this tomorrow!

pluradj commented 8 years ago

@kottmann Is Titan used in Apache OpenNLP?

kottmann commented 8 years ago

@pluradj I use Titan to store entities and relations detected by OpenNLP.

jerryjch commented 7 years ago

@kottmann I saw the same problem on JanusGraph. Do you want to open a ticket on JanusGraph? https://github.com/JanusGraph/janusgraph/