|
Re: Concurrent TimeoutException on connection to gremlin server remotely
It's hard to say what the problem could be given your description. All I can say given the information you've provided is that the driver has marked all of your hosts as "dead" for some reason. That
It's hard to say what the problem could be given your description. All I can say given the information you've provided is that the driver has marked all of your hosts as "dead" for some reason. That
|
By
Stephen Mallette <spmal...@...>
·
#4224
·
|
|
Re: Janusgraph Hadoop Spark standalone cluster - Janusgraph job always creates constant number 513 of Spark tasks
Hi Marc,
The output of nodetool gives: Number of partitions (estimate): 967 the whole output is attached as "nodetool_log.txt".
Regarding the Spark configuration - Yes I have used the guides from the
Hi Marc,
The output of nodetool gives: Number of partitions (estimate): 967 the whole output is attached as "nodetool_log.txt".
Regarding the Spark configuration - Yes I have used the guides from the
|
By
Dimitar Tenev <dimitar....@...>
·
#4221
·
|
|
can't removel an already DISABLED index and can't rebuild index with the same propertykey name
In my work,i disabled a composite index inorder to remove it,I have confirm that the index status is DISABLE, but it can't be remove by SchamaAction.REMOVE_INDEX operation. when i check the index, it
In my work,i disabled a composite index inorder to remove it,I have confirm that the index status is DISABLE, but it can't be remove by SchamaAction.REMOVE_INDEX operation. when i check the index, it
|
By
gaming CG <17600...@...>
·
#4220
·
|
|
Re: Janusgraph Hadoop Spark standalone cluster - Janusgraph job always creates constant number 513 of Spark tasks
Hi Dimitar,
The number 513 is probably the number of Cassandra partitions. You can inspect the number of partitions in the tables of the Cassandra cluster with:
$ nodetool tablestats
Hi Dimitar,
The number 513 is probably the number of Cassandra partitions. You can inspect the number of partitions in the tables of the Cassandra cluster with:
$ nodetool tablestats
|
By
marc.d...@...
·
#4219
·
|
|
JanusGraph REINDEXING with MapReduce job
Thanks @pluradj for helping out. The problem we were facing while using JanusGraph is that, the data we have loaded in our system was loaded one time, as a batch job quite early. We have a dataset
Thanks @pluradj for helping out. The problem we were facing while using JanusGraph is that, the data we have loaded in our system was loaded one time, as a batch job quite early. We have a dataset
|
By
Debasish Kanhar <d.k...@...>
·
#4218
·
|
|
Re: Upgraded Janus Version to 0.4 and tinkerpop gremlin-server/console version to 3.4.1
First of all version `0.4.0` doesn't support ES version 7. Version 0.5.0 supports ES 7 but it isn't released yet. You may build your own jars from source code to support ES version 7.
Also, I see that
First of all version `0.4.0` doesn't support ES version 7. Version 0.5.0 supports ES 7 but it isn't released yet. You may build your own jars from source code to support ES version 7.
Also, I see that
|
By
Oleksandr Porunov <alexand...@...>
·
#4217
·
|
|
Re: janusgraph 0.5.0 release date
You can build your own jars from source code (master branch is 0.5.0 branch). "mvn clean install -DskipTests=true". Then you can use necessary jars in your project. Just don't include CI jars in your
You can build your own jars from source code (master branch is 0.5.0 branch). "mvn clean install -DskipTests=true". Then you can use necessary jars in your project. Just don't include CI jars in your
|
By
Oleksandr Porunov <alexand...@...>
·
#4216
·
|
|
Concurrent TimeoutException on connection to gremlin server remotely
Hi,
I have a Gremlin Server Running v3.3.3
I am connecting to it remotely to run my gremlin queries via Java. But recently I'm bombarded with this
Hi,
I have a Gremlin Server Running v3.3.3
I am connecting to it remotely to run my gremlin queries via Java. But recently I'm bombarded with this
|
By
sarthak...@...
·
#4215
·
|
|
Option storage.transactions does not work
Hello,
For my tests, I want to use embedded janusGraph with inmemory storage but without transaction supports. I found the option storage.transactions in
Hello,
For my tests, I want to use embedded janusGraph with inmemory storage but without transaction supports. I found the option storage.transactions in
|
By
nicolas...@...
·
#4214
·
|
|
Janusgraph Hadoop Spark standalone cluster - Janusgraph job always creates constant number 513 of Spark tasks
Hello,
I have setup Janusgraph 0.4.0 with Hadoop 2.9.0 and Spark 2.4.4 in a K8s cluster.
I connect to Janusgraph from gremlin console and execute:
It takes 25min to do the count! The same time took
Hello,
I have setup Janusgraph 0.4.0 with Hadoop 2.9.0 and Spark 2.4.4 in a K8s cluster.
I connect to Janusgraph from gremlin console and execute:
It takes 25min to do the count! The same time took
|
By
dimitar....@...
·
#4213
·
|
|
janusgraph 0.5.0 release date
We are using Elastic Search 7.3.2 as index backend. Janusgraph latest version 0.4.0 doesn't support this version but 0.5.0 supports. When is the release date for 0.5.0? If it is far, any workaround
We are using Elastic Search 7.3.2 as index backend. Janusgraph latest version 0.4.0 doesn't support this version but 0.5.0 supports. When is the release date for 0.5.0? If it is far, any workaround
|
By
Baskar Vangili <vanb...@...>
·
#4212
·
|
|
Upgraded Janus Version to 0.4 and tinkerpop gremlin-server/console version to 3.4.1
I have upgraded janus version to 0.4.0 and tinker pop version to 3.4.1.
Index Backend ES version: 7.3.2
Cassandra Version: 3.3.0
After the upgrade, I am getting this error. Any idea what's happening
I have upgraded janus version to 0.4.0 and tinker pop version to 3.4.1.
Index Backend ES version: 7.3.2
Cassandra Version: 3.3.0
After the upgrade, I am getting this error. Any idea what's happening
|
By
Baskar Vangili <vanb...@...>
·
#4211
·
|
|
Re: [QUESTION] Usage of the cassandraembedded
- Did you increase the block-size? It should large than number of vertices you want insert in the bulk load.
(ids.block-size * ids.renew-percentage should be large than the vertices to insert
- Did you increase the block-size? It should large than number of vertices you want insert in the bulk load.
(ids.block-size * ids.renew-percentage should be large than the vertices to insert
|
By
faro...@...
·
#4210
·
|
|
Re: Compatiblity with Spark 2.3
Hi,
Currently, I am getting this error:
java.lang.ClassCastException: org.apache.hadoop.yarn.proto.YarnServiceProtos$GetNewApplicationRequestProto cannot be cast to
Hi,
Currently, I am getting this error:
java.lang.ClassCastException: org.apache.hadoop.yarn.proto.YarnServiceProtos$GetNewApplicationRequestProto cannot be cast to
|
By
Juraj Polačok <polaco...@...>
·
#4208
·
|
|
Re: olap connection with spark standalone cluster
Hi Abhay,
It seems to work fine now unless I am overseeing something. Why do you think it should not?
It also worked beforehand on using the spark.master=local setting.
Thanks,
Lilly
Am Mittwoch,
Hi Abhay,
It seems to work fine now unless I am overseeing something. Why do you think it should not?
It also worked beforehand on using the spark.master=local setting.
Thanks,
Lilly
Am Mittwoch,
|
By
Lilly <lfie...@...>
·
#4207
·
|
|
Re: olap connection with spark standalone cluster
Hi Marc,
Great this dependency plugin is precisely what I needed!! I tried to manually figure this out via maven central but one goes crazy that way!
It now works perfect thanks so much!
Lilly
Am
Hi Marc,
Great this dependency plugin is precisely what I needed!! I tried to manually figure this out via maven central but one goes crazy that way!
It now works perfect thanks so much!
Lilly
Am
|
By
Lilly <lfie...@...>
·
#4206
·
|
|
Re: olap connection with spark standalone cluster
Hi Lilly,
SparkGraphComputer will not support direct gremlin queries using Java programs.
You can try using this as below.
String query = "g.V().count()";
ComputerResult result =
Hi Lilly,
SparkGraphComputer will not support direct gremlin queries using Java programs.
You can try using this as below.
String query = "g.V().count()";
ComputerResult result =
|
By
Abhay Pandit <abha...@...>
·
#4209
·
|
|
Issue creating vertex with a List property having large number of elements
There is a small change in last line of the python code.
Updated code
from gremlin_python.driver import client
client = client.Client('ws://localhost:8182/gremlin', 'g')
mgmtScript = "mgmt =
There is a small change in last line of the python code.
Updated code
from gremlin_python.driver import client
client = client.Client('ws://localhost:8182/gremlin', 'g')
mgmtScript = "mgmt =
|
By
Aswin Karthik P <zas...@...>
·
#4205
·
|
|
Issue creating vertex with a List property having large number of elements
Hi,For a use case, I'm trying to create a vertex with some list properties which contains large number of elements using gremlin-python.
But the server gets crashed and I'm getting
Hi,For a use case, I'm trying to create a vertex with some list properties which contains large number of elements using gremlin-python.
But the server gets crashed and I'm getting
|
By
Aswin Karthik P <zas...@...>
·
#4204
·
|
|
Re: olap connection with spark standalone cluster
Hi Lilly,
This error says that are somehow two versions of the TinkerPop jars in your project. If you use maven you check this with the dependency plugin.
If other problems appear, also be sure that
Hi Lilly,
This error says that are somehow two versions of the TinkerPop jars in your project. If you use maven you check this with the dependency plugin.
If other problems appear, also be sure that
|
By
marc.d...@...
·
#4203
·
|