|
Re: Embedded Cassandra version JG 0.2.0 ?
Thanks. I initially started working with JG connecting to Cassandra over localhost. And for the production setup we tried Remote Server Mode with GremlinServer. (We have Cassandra running on different
Thanks. I initially started working with JG connecting to Cassandra over localhost. And for the production setup we tried Remote Server Mode with GremlinServer. (We have Cassandra running on different
|
By
Suny <sahithiy...@...>
·
#1002
·
|
|
Re: Embedded Cassandra version JG 0.2.0 ?
It is using Cassandra 2.1.18. If you want to change the version, you'd have to update that version in the pom.xml, sort out all the dependency conflicts, then recompile JanusGraph. Logging is the
It is using Cassandra 2.1.18. If you want to change the version, you'd have to update that version in the pom.xml, sort out all the dependency conflicts, then recompile JanusGraph. Logging is the
|
By
Jason Plurad <plu...@...>
·
#1001
·
|
|
Re: Edge propert doesn't support SET cardinality ?
This is the approach i am using too. But i am bit worried about how long the string can be ?
This is the approach i am using too. But i am bit worried about how long the string can be ?
|
By
Suny <sahithiy...@...>
·
#1000
·
|
|
Re: Edge propert doesn't support SET cardinality ?
Not sure if this is the best approach, but in the past, I've concatenated values for some edge properties with ";" and then break the string up at query time.
Tim
Not sure if this is the best approach, but in the past, I've concatenated values for some edge properties with ";" and then break the string up at query time.
Tim
|
By
tschu...@...
·
#999
·
|
|
Embedded Cassandra version JG 0.2.0 ?
Hi,
I configured JG 0.2.0 to use embedded Cassandra. How do I know which version of Cassandra is it using ? Can i change the version ? Where can i see the Cassandra logs ?
Thanks
Hi,
I configured JG 0.2.0 to use embedded Cassandra. How do I know which version of Cassandra is it using ? Can i change the version ? Where can i see the Cassandra logs ?
Thanks
|
By
Suny <sahithiy...@...>
·
#998
·
|
|
Re: Is 0.2.0 pre-release?
Hi Eugene,
That is correct. The 0.2.0 release is currently being voted on: https://groups.google.com/d/topic/janusgraph-dev/1COIv0_2mMo/discussion.
If you have time to test the release artifacts
Hi Eugene,
That is correct. The 0.2.0 release is currently being voted on: https://groups.google.com/d/topic/janusgraph-dev/1COIv0_2mMo/discussion.
If you have time to test the release artifacts
|
By
Ted Wilmes <twi...@...>
·
#997
·
|
|
Is 0.2.0 pre-release?
As you can see in my screenshot, 0.2.0 release on github is set as 'Pre-release'.
Is it right?
As you can see in my screenshot, 0.2.0 release on github is set as 'Pre-release'.
Is it right?
|
By
Eugene Chung <bluewo...@...>
·
#996
·
|
|
Re: how to analyze profile(), explain() output
Any help on this?
By
Ankur Goel <ankur...@...>
·
#994
·
|
|
Re: Do we have UI interface for janusGraph
Please see earlier thread on this topic.
We will update the website and GitHub repo with pointers so it's easier to find in the future.
Please see earlier thread on this topic.
We will update the website and GitHub repo with pointers so it's easier to find in the future.
|
By
Misha Brukman <mbru...@...>
·
#995
·
|
|
Do we have UI interface for janusGraph
Do we have UI interface for janusGraph ?
We used to have rexter in titan-db...do we have anything here.
Do we have UI interface for janusGraph ?
We used to have rexter in titan-db...do we have anything here.
|
By
pradeep...@...
·
#992
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Thanks it worked ....
By
pradeep...@...
·
#991
·
|
|
Re: Importing Graphson with pre set IDs.
Hi all,
So I'm trying to understand the best way of loading moderately-sized chunks of a graph in JanusGraph. I wrote some Python mining routines which digest and parse data from various sources and
Hi all,
So I'm trying to understand the best way of loading moderately-sized chunks of a graph in JanusGraph. I wrote some Python mining routines which digest and parse data from various sources and
|
By
tschu...@...
·
#990
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Start with verbose: ./bin/janusgraph.sh -v
Robert Dale
Start with verbose: ./bin/janusgraph.sh -v
Robert Dale
|
By
Robert Dale <rob...@...>
·
#993
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Is your RHEL machine configured for IPv6? Is the hostname resolvable?
This might be related https://issues.apache.org/jira/browse/CASSANDRA-2380
Is your RHEL machine configured for IPv6? Is the hostname resolvable?
This might be related https://issues.apache.org/jira/browse/CASSANDRA-2380
|
By
Jason Plurad <plu...@...>
·
#989
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Can you try this, uncomment following line in conf/cassandra-env.sh :
JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=127.0.0.1"
Reference https://github.com/JanusGraph/janusgraph/issues/561
Can you try this, uncomment following line in conf/cassandra-env.sh :
JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=127.0.0.1"
Reference https://github.com/JanusGraph/janusgraph/issues/561
|
By
Jason Plurad <plu...@...>
·
#988
·
|
|
Re: A few observations about JanusGraph scripts / config files.
RHEL 7.2 version...
By
pradeep...@...
·
#987
·
|
|
Re: A few observations about JanusGraph scripts / config files.
What OS/environment are your running this on?
datazone. cool.
What OS/environment are your running this on?
datazone. cool.
|
By
Jason Plurad <plu...@...>
·
#986
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Hi,
I've been also getting the same timeout error and didn't get any success so far.
Please help me to understand where is gap, nothing is coming in cassandra.log file also.
./janusgraph.sh
Hi,
I've been also getting the same timeout error and didn't get any success so far.
Please help me to understand where is gap, nothing is coming in cassandra.log file also.
./janusgraph.sh
|
By
pradeep...@...
·
#985
·
|
|
Gremlin and JanusGraph with NodeJS: too many open files.
I run a .js file that read from mysql, and insert in Janus, record by record. The script read 1 record from mysql, insert a vertex in Janus, wait for the response then read another record from mysql.
I run a .js file that read from mysql, and insert in Janus, record by record. The script read 1 record from mysql, insert a vertex in Janus, wait for the response then read another record from mysql.
|
By
Augusto Will <pw...@...>
·
#984
·
|
|
Re: JanusGraph Authentication from Python/Java
Hi Debasish,
You can use JanusGraph in two ways:
In combination with gremlin server (both java and python), then see the authentication section
Hi Debasish,
You can use JanusGraph in two ways:
In combination with gremlin server (both java and python), then see the authentication section
|
By
HadoopMarc <bi...@...>
·
#983
·
|