Created 09-07-2016 02:21 PM
Hi All,
Could you please help me to integrate Titan Graph DB with Hortonworks HDP (Hive/Spark/HDFS)
We gone through following two links but we didn't find any specific solution.
http://blog.trackerbird.com/content/setting-up-titan-1-0-apache-hbase/
http://s3.thinkaurelius.com/docs/titan/0.5.0/hadoop.html
Thanks,
Bhavesh Vadaliya
Created 09-12-2016 07:46 PM
TitanDB is no longer active. The project is now Datastax Graph and I haven't heard or seen any updates in open source.
http://www.slideshare.net/MohamedTaherAlRefaie/graph-databases-tinkerpop-and-titan-db
I did install it last year and it kind of works. Follow this:
http://s3.thinkaurelius.com/docs/titan/1.0.0/getting-started.html
Use this page to change your configuration to point to your HDP HBase
http://s3.thinkaurelius.com/docs/titan/1.0.0/configuration.html#_example_configurations
Download 1.0.0 with Hadoop 2 https://github.com/thinkaurelius/titan/wiki/Downloads
Try
Spark is not used in TitanDB, Spark is used with TinkerPop.
I would suggested to try Apache TinkerPop with the Hadoop Gremlin
See instructions
http://tinkerpop.apache.org/docs/current/reference/#hadoop-gremlin
I think that may server your needs.
Created 09-12-2016 07:46 PM
TitanDB is no longer active. The project is now Datastax Graph and I haven't heard or seen any updates in open source.
http://www.slideshare.net/MohamedTaherAlRefaie/graph-databases-tinkerpop-and-titan-db
I did install it last year and it kind of works. Follow this:
http://s3.thinkaurelius.com/docs/titan/1.0.0/getting-started.html
Use this page to change your configuration to point to your HDP HBase
http://s3.thinkaurelius.com/docs/titan/1.0.0/configuration.html#_example_configurations
Download 1.0.0 with Hadoop 2 https://github.com/thinkaurelius/titan/wiki/Downloads
Try
Spark is not used in TitanDB, Spark is used with TinkerPop.
I would suggested to try Apache TinkerPop with the Hadoop Gremlin
See instructions
http://tinkerpop.apache.org/docs/current/reference/#hadoop-gremlin
I think that may server your needs.