Open kottmann opened 8 years ago
Thanks, nice catch @kottmann -- did you want to offer a PR for this?
I am happy to send you a PR for this tomorrow!
@kottmann Is Titan used in Apache OpenNLP?
@pluradj I use Titan to store entities and relations detected by OpenNLP.
@kottmann I saw the same problem on JanusGraph. Do you want to open a ticket on JanusGraph? https://github.com/JanusGraph/janusgraph/
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.