Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Integration Titan DB with Hortonworks HDP

avatar
Contributor

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

1 ACCEPTED SOLUTION

avatar
Master Guru

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

http://tinkerpop.apache.org/

See instructions

http://tinkerpop.apache.org/docs/current/reference/#hadoop-gremlin

I think that may server your needs.

View solution in original post

1 REPLY 1

avatar
Master Guru

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

http://tinkerpop.apache.org/

See instructions

http://tinkerpop.apache.org/docs/current/reference/#hadoop-gremlin

I think that may server your needs.