Date
1 - 2 of 2
Make HttpChannelizer enabled while using external cassandra in Titan(1.0.0)
Jason Plurad <plu...@...>
Hi Manoj,
There are directions for JanusGraph in the documentation here http://docs.janusgraph.org/latest/server.html#_janusgraph_server_as_a_rest_style_endpoint
If you're using the default gremlin-server.yaml with uses the janusgraph-cassandra-es.properties, you just need to change the channelizer
-- Jason
There are directions for JanusGraph in the documentation here http://docs.janusgraph.org/latest/server.html#_janusgraph_server_as_a_rest_style_endpoint
If you're using the default gremlin-server.yaml with uses the janusgraph-cassandra-es.properties, you just need to change the channelizer
channelizer: org.apache.tinkerpop.gremlin.server.channel.HttpChannelizer
-- Jason
On Monday, July 24, 2017 at 9:16:47 AM UTC-4, manoj nainwal wrote:
Hi all,Could you please tell me, how can I enable HttpChannelizer while using external cassandra?
Thank you,Manoj