|
Re: ClassNotFoundException running Gremlin on Spark
A similar message came up on the gremlin-users mailing list. You might want to compare notes with that thread.
https://groups.google.com/d/msg/gremlin-users/LYv-cvZ66hU/vqZJD4OzBQAJ
A similar message came up on the gremlin-users mailing list. You might want to compare notes with that thread.
https://groups.google.com/d/msg/gremlin-users/LYv-cvZ66hU/vqZJD4OzBQAJ
|
By
Jason Plurad <plu...@...>
·
#235
·
|
|
Re: Query requires iterating over all vertices
No, it is not a bug. It is a warning letting you know that there is a query that is doing a global scan of all vertices. In this case, the specific call is `g.V().count().next()` which is trying to
No, it is not a bug. It is a warning letting you know that there is a query that is doing a global scan of all vertices. In this case, the specific call is `g.V().count().next()` which is trying to
|
By
Jason Plurad <plu...@...>
·
#234
·
|
|
Query requires iterating over all vertices
Hello!
I get the example : https://github.com/pluradj/janusgraph-java-example
Why is there a warning in the log?
"WARN org.janusgraph.graphdb.transaction.StandardJanusGraphTx - Query requires
Hello!
I get the example : https://github.com/pluradj/janusgraph-java-example
Why is there a warning in the log?
"WARN org.janusgraph.graphdb.transaction.StandardJanusGraphTx - Query requires
|
By
Ярослав Станко <new...@...>
·
#233
·
|
|
ClassNotFoundException running Gremlin on Spark
Hello,
I'm attempting to transition from Titan to JanusGraph 0.1.0 and am having problems getting OLAP queries to work via Spark. I've loaded a graph with about 2 million vertices and tried to
Hello,
I'm attempting to transition from Titan to JanusGraph 0.1.0 and am having problems getting OLAP queries to work via Spark. I've loaded a graph with about 2 million vertices and tried to
|
By
borde...@...
·
#232
·
|
|
Re: 0.1.0 JanusGraph Docs issues, typos and whatnot
I went ahead and did this https://github.com/JanusGraph/janusgraph/issues/272
I went ahead and did this https://github.com/JanusGraph/janusgraph/issues/272
|
By
Robert Dale <rob...@...>
·
#231
·
|
|
Re: 0.1.0 JanusGraph Docs issues, typos and whatnot
Thanks for the feedback, John.
Issues with the code and documentation are tracked on the project's GitHub issues https://github.com/JanusGraph/janusgraph/issues
Please go ahead and open up an issue
Thanks for the feedback, John.
Issues with the code and documentation are tracked on the project's GitHub issues https://github.com/JanusGraph/janusgraph/issues
Please go ahead and open up an issue
|
By
Jason Plurad <plu...@...>
·
#230
·
|
|
0.1.0 JanusGraph Docs issues, typos and whatnot
Hello, I read through the docs and found various flaws. Some were key concepts not congruent with the codeblock and some were various typos. And since there is no link to report them, I thought I'd
Hello, I read through the docs and found various flaws. Some were key concepts not congruent with the codeblock and some were various typos. And since there is no link to report them, I thought I'd
|
By
John Folkers <12gr...@...>
·
#229
·
|
|
Re: HBase ScannerTimeoutException
Hi Joseph,
Sounds like OLAP is not going to help you here (you would need a gremlin database query step or a customer vertexprogram), You need a JanusGraph index on a unique property of your vertices.
Hi Joseph,
Sounds like OLAP is not going to help you here (you would need a gremlin database query step or a customer vertexprogram), You need a JanusGraph index on a unique property of your vertices.
|
By
HadoopMarc <m.c.d...@...>
·
#227
·
|
|
Re: HBase ScannerTimeoutException
Hi Marc - thank you for the reply. I've written java code to take some data and use it to generate a graph. After that data is put into JanusGraph, I then loop over all the nodes (in the
Hi Marc - thank you for the reply. I've written java code to take some data and use it to generate a graph. After that data is put into JanusGraph, I then loop over all the nodes (in the
|
By
Joe Obernberger <joseph.o...@...>
·
#228
·
|
|
Re: HBase ScannerTimeoutException
Hi Joseph,
If you want to process all vertices (map operation) you need an OLAP query (currently only works for readonly
Hi Joseph,
If you want to process all vertices (map operation) you need an OLAP query (currently only works for readonly
|
By
HadoopMarc <m.c.d...@...>
·
#225
·
|
|
Re: Adding dependencies to target 'install'
I think you're looking for janusgraph-core/pom.xml. All of these dependencies end up in the distribution zip.
I think you're looking for janusgraph-core/pom.xml. All of these dependencies end up in the distribution zip.
|
By
Jason Plurad <plu...@...>
·
#224
·
|
|
HBase ScannerTimeoutException
Hi All - I'm using a loop to do a task on all vertices in fairly large graph (million+ nodes), and the operation that I'm doing takes some time. I'm getting a
Hi All - I'm using a loop to do a task on all vertices in fairly large graph (million+ nodes), and the operation that I'm doing takes some time. I'm getting a
|
By
Joe Obernberger <joseph.o...@...>
·
#226
·
|
|
Adding dependencies to target 'install'
Hi Folks,
Forgive me for the simple question, but I've got:
# git clone https://github.com/JanusGraph/janusgraph.git
# mvn clean install -DskipTests
This all works fine. But I want to add a new JAR to
Hi Folks,
Forgive me for the simple question, but I've got:
# git clone https://github.com/JanusGraph/janusgraph.git
# mvn clean install -DskipTests
This all works fine. But I want to add a new JAR to
|
By
tfin...@...
·
#223
·
|
|
Re: Hadoop and MixedIndexes
Answering my own question, BulkLoaderVertexProgram uses a nested instance of a graph in each worker to do the trick.
Answering my own question, BulkLoaderVertexProgram uses a nested instance of a graph in each worker to do the trick.
|
By
Marcelo Freitas <marcel...@...>
·
#222
·
|
|
Re: Hadoop and MixedIndexes
ok, I got it now that the support GremlinHadoop will have to cassandra is as a reader.
So, what is the recommended way to persist this data back to the cassandra/elasticsearch cluster?
ok, I got it now that the support GremlinHadoop will have to cassandra is as a reader.
So, what is the recommended way to persist this data back to the cassandra/elasticsearch cluster?
|
By
Marcelo Freitas <marcel...@...>
·
#221
·
|
|
Re: Production Readyness
Collin,
We are using JanusGraph in production where I work (for about 1 or 2 weeks now, before that we used Titan) and I know other companies that still uses Titan in their production environment. So
Collin,
We are using JanusGraph in production where I work (for about 1 or 2 weeks now, before that we used Titan) and I know other companies that still uses Titan in their production environment. So
|
By
Marcelo Freitas <marcel...@...>
·
#220
·
|
|
Hadoop and MixedIndexes
Hello there,
This might be a stupid question, but when running tasks in Hadoop do we have access to the index backend?
If no, what happens when we run something like the PageRankVertexProgram and the
Hello there,
This might be a stupid question, but when running tasks in Hadoop do we have access to the index backend?
If no, what happens when we run something like the PageRankVertexProgram and the
|
By
Marcelo Freitas <marcel...@...>
·
#219
·
|
|
Re: Scala 2.10 vs. 2.11 build of Janus?
Hi Raj,
Do you need Janusgraph's OLAP part? If not, you might probably succeed in your scala 2.11 project if you simply exclude tinkerpop spark-gremlin from your janusgraph dependency. Note, I did
Hi Raj,
Do you need Janusgraph's OLAP part? If not, you might probably succeed in your scala 2.11 project if you simply exclude tinkerpop spark-gremlin from your janusgraph dependency. Note, I did
|
By
HadoopMarc <m.c.d...@...>
·
#218
·
|
|
Re: Scala 2.10 vs. 2.11 build of Janus?
You say it would take some work. Do you have a ballpark estimate my customer can use for planning? Presumably, when Tinkerpop 3.3 snapshots get to "candidate" stage, you start tooling for them. After
You say it would take some work. Do you have a ballpark estimate my customer can use for planning? Presumably, when Tinkerpop 3.3 snapshots get to "candidate" stage, you start tooling for them. After
|
By
Jamie Lawson <jamier...@...>
·
#217
·
|
|
Re: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are availa
Sounds like ES is not started or cannot connect. Are you using `bin/janusgraph.sh start` or do you have a standalone ES deployed?
I'd suggest double checking the IP and port that ES is listening on,
Sounds like ES is not started or cannot connect. Are you using `bin/janusgraph.sh start` or do you have a standalone ES deployed?
I'd suggest double checking the IP and port that ES is listening on,
|
By
Jason Plurad <plu...@...>
·
#216
·
|