|
Gremlin-console unable to connect different keyspace
Hi,
I am using embedded janusgraph server (cassandra + ES). have generated two graphs by change following properties in default janusgraph-cassandra-es-server.properties :
Hi,
I am using embedded janusgraph server (cassandra + ES). have generated two graphs by change following properties in default janusgraph-cassandra-es-server.properties :
|
By
Ankur Goel <ankur...@...>
·
#713
·
|
|
Re: org.janusgraph.diskstorage.locking.TemporaryLockingException: Temporary locking failure
Just to update problem got resolved, i was using without:
mgmt.setConsistency(leadidCUniqueIndex, ConsistencyModifier.LOCK);
After removing, this works like charms earlier in adding 300 vertex we
Just to update problem got resolved, i was using without:
mgmt.setConsistency(leadidCUniqueIndex, ConsistencyModifier.LOCK);
After removing, this works like charms earlier in adding 300 vertex we
|
By
Ankur Goel <ankur...@...>
·
#712
·
|
|
Re: org.janusgraph.diskstorage.locking.TemporaryLockingException: Temporary locking failure
It is difficult to help with just a stack trace. Please provide a some more context of the problem, like the graph configuration, the schema definition, and the graph mutation code that is happening
It is difficult to help with just a stack trace. Please provide a some more context of the problem, like the graph configuration, the schema definition, and the graph mutation code that is happening
|
By
Jason Plurad <plu...@...>
·
#711
·
|
|
org.janusgraph.diskstorage.locking.TemporaryLockingException: Temporary locking failure
We are using single node Janusgraph instance with embeded (cassandra and es).
While adding multiple vertex getting following exception:
org.janusgraph.diskstorage.locking.TemporaryLockingException:
We are using single node Janusgraph instance with embeded (cassandra and es).
While adding multiple vertex getting following exception:
org.janusgraph.diskstorage.locking.TemporaryLockingException:
|
By
ankur...@...
·
#710
·
|
|
Re: how to create index using gremlin scala
OK. I got it.
This works:
val javaGraph = JanusGraphFactory.open(conf)
val graph = javaGraph.asScala
javaGraph.openManagement() etc...
Thanks.
OK. I got it.
This works:
val javaGraph = JanusGraphFactory.open(conf)
val graph = javaGraph.asScala
javaGraph.openManagement() etc...
Thanks.
|
By
yair...@...
·
#709
·
|
|
Re: how to create index using gremlin scala
I suspect that, but I couldn't see how I get to the janusgraph api from the ScalaGraph.
This is my code:
val conf = new BaseConfiguration()
conf.setProperty("storage.backend", "cassandra")
I suspect that, but I couldn't see how I get to the janusgraph api from the ScalaGraph.
This is my code:
val conf = new BaseConfiguration()
conf.setProperty("storage.backend", "cassandra")
|
By
yair...@...
·
#708
·
|
|
Re: how to create index using gremlin scala
The janusgraph management API is not part of Tinkerpop, and thus not of gremlin-scala. So, you can just use the janusgraph java API within scala.
Hope this helps, Marc
Op dinsdag 5 september 2017
The janusgraph management API is not part of Tinkerpop, and thus not of gremlin-scala. So, you can just use the janusgraph java API within scala.
Hope this helps, Marc
Op dinsdag 5 september 2017
|
By
HadoopMarc <marc.d...@...>
·
#707
·
|
|
how to create index using gremlin scala
I am using gremlin scala and I can't seem to find the management API so I can create indexes.
Any pointers?
I am using gremlin scala and I can't seem to find the management API so I can create indexes.
Any pointers?
|
By
yair...@...
·
#706
·
|
|
Re: set (ArrayList) property as JSON string
FYI, Solr support for LIST and SET cardinality should be in 0.2.0
FYI, Solr support for LIST and SET cardinality should be in 0.2.0
|
By
Adam Holley <holl...@...>
·
#705
·
|
|
Re: Backup and restore when using Janus via Gremlin server and a Berkley DB backend
Thank's I will get that going in my app.
Thank's I will get that going in my app.
|
By
emeh...@...
·
#703
·
|
|
Re: Terminal initialization failed ... Found class jline.Terminal, but interface was expected
Titan/JanusGraph has been using 2.11 and TinkerPop has been using 2.12 for the last 2 years or so. JanusGraph overrides TinkerPop's version. There is only one copy of jline in either TinkerPop or
Titan/JanusGraph has been using 2.11 and TinkerPop has been using 2.12 for the last 2 years or so. JanusGraph overrides TinkerPop's version. There is only one copy of jline in either TinkerPop or
|
By
Robert Dale <rob...@...>
·
#704
·
|
|
Re: Terminal initialization failed ... Found class jline.Terminal, but interface was expected
Here is what one of our developers found:
It looks like there are some incompatibilities in the interface for the class jline.Terminal between jline 2.11 and jline 2.12.
If the jline 2.12, part of
Here is what one of our developers found:
It looks like there are some incompatibilities in the interface for the class jline.Terminal between jline 2.11 and jline 2.12.
If the jline 2.12, part of
|
By
Rohit Jain <rohit.j...@...>
·
#702
·
|
|
Re: Backup and restore when using Janus via Gremlin server and a Berkley DB backend
Yeah, I'd think that would work. Here's the doc:
http://docs.oracle.com/cd/E17277_02/html/GettingStartedGuide/backuprestore.html
Yeah, I'd think that would work. Here's the doc:
http://docs.oracle.com/cd/E17277_02/html/GettingStartedGuide/backuprestore.html
|
By
Jason Plurad <plu...@...>
·
#701
·
|
|
Re: Terminal initialization failed ... Found class jline.Terminal, but interface was expected
... /opt/cloudera/parcels/CDH/lib/hive/lib/jline-2.12.jar .../disk1/rohit/janusgraph-0.1.1-hadoop2/lib/jline-2.11.jar ...
Rohit
... /opt/cloudera/parcels/CDH/lib/hive/lib/jline-2.12.jar .../disk1/rohit/janusgraph-0.1.1-hadoop2/lib/jline-2.11.jar ...
Rohit
|
By
Rohit Jain <rohit.j...@...>
·
#697
·
|
|
Re: Terminal initialization failed ... Found class jline.Terminal, but interface was expected
SCRIPT_DEBUG=y ./bin/gremlin.sh
Robert Dale
SCRIPT_DEBUG=y ./bin/gremlin.sh
Robert Dale
|
By
Robert Dale <rob...@...>
·
#700
·
|
|
Re: Terminal initialization failed ... Found class jline.Terminal, but interface was expected
Robert,
I am not a Linux expert either :-( Do you know how I can find out what version of jline in my CLASSPATH I am picking up?
Rohit
Robert,
I am not a Linux expert either :-( Do you know how I can find out what version of jline in my CLASSPATH I am picking up?
Rohit
|
By
Rohit Jain <rohit.j...@...>
·
#696
·
|
|
Re: Terminal initialization failed ... Found class jline.Terminal, but interface was expected
You clearly have too many versions of jline. JanusGraph uses 2.11, TinkerPop uses 2.12. Either should work fine but use just one.
Robert Dale
You clearly have too many versions of jline. JanusGraph uses 2.11, TinkerPop uses 2.12. Either should work fine but use just one.
Robert Dale
|
By
Robert Dale <rob...@...>
·
#699
·
|
|
Re: Terminal initialization failed ... Found class jline.Terminal, but interface was expected
Robert,
You are just so fast!
We are on Linux centos I think. I tried setting it to none as you suggested, but I still got the same error. Here are the versions of jline installed on the system.
$
Robert,
You are just so fast!
We are on Linux centos I think. I tried setting it to none as you suggested, but I still got the same error. Here are the versions of jline installed on the system.
$
|
By
Rohit Jain <rohit.j...@...>
·
#695
·
|
|
Re: Terminal initialization failed ... Found class jline.Terminal, but interface was expected
What OS, terminal are you using? Are there other versions of jline in the classpath?
You can try setting `-Djline.terminal=none`
e.g. `export JAVA_OPTIONS="-Djline.terminal=none" ;
What OS, terminal are you using? Are there other versions of jline in the classpath?
You can try setting `-Djline.terminal=none`
e.g. `export JAVA_OPTIONS="-Djline.terminal=none" ;
|
By
Robert Dale <rob...@...>
·
#698
·
|
|
Terminal initialization failed ... Found class jline.Terminal, but interface was expected
Hi folks,
I keep running into this problem. I don't know how I got around it the last time but it has cropped up again. Any ideas?
bin/gremlin.sh
\,,,/
(o
Hi folks,
I keep running into this problem. I don't know how I got around it the last time but it has cropped up again. Any ideas?
bin/gremlin.sh
\,,,/
(o
|
By
Rohit Jain <rohit.j...@...>
·
#694
·
|