|
Re: BulkLoad error--can bulkload imports vertex without edges
在2020年7月23日星期四 UTC+8 下午9:18:51<姜明> 写道:
在2020年7月23日星期四 UTC+8 下午9:18:51<姜明> 写道:
|
By
姜明 <mingji...@...>
·
#5015
·
|
|
Re: Unable to drop Remote JanusGraph
Hi,
Have you tried instead of drop the graph, to do a g.V().drop().iterate().
Please note, that in this case janusGraph schema would still exist and depending on the backend, this solution can be
Hi,
Have you tried instead of drop the graph, to do a g.V().drop().iterate().
Please note, that in this case janusGraph schema would still exist and depending on the backend, this solution can be
|
By
Nicolas Trangosi <nicolas...@...>
·
#5013
·
|
|
Re: Janusgraph with YARN and HBASE
Perfect!!!
That's it!
Thank you, very much!!!
Em qui., 23 de jul. de 2020 às 05:20, Petr Stentor <kiri...@...> escreveu:
Perfect!!!
That's it!
Thank you, very much!!!
Em qui., 23 de jul. de 2020 às 05:20, Petr Stentor <kiri...@...> escreveu:
|
By
Fábio Dapper <fda...@...>
·
#5014
·
|
|
Re: Janusgraph with YARN and HBASE
Hi!
Try this
spark.io.compression.codec=snappy
четверг, 23 июля 2020 г., 1:57:38 UTC+3 пользователь Fábio Dapper написал:
Hi!
Try this
spark.io.compression.codec=snappy
четверг, 23 июля 2020 г., 1:57:38 UTC+3 пользователь Fábio Dapper написал:
|
By
Petr Stentor <kiri...@...>
·
#5012
·
|
|
BulkLoad error--can bulkload imports vertex without edges
I use TinkerPop’s Hadoop-Gremlin to import data.
Take grateful-dead.txt as an example, I want to import vertex without edges.
But I get error like this, "java.util.NoSuchElementException".
I use TinkerPop’s Hadoop-Gremlin to import data.
Take grateful-dead.txt as an example, I want to import vertex without edges.
But I get error like this, "java.util.NoSuchElementException".
|
By
姜明 <mingji...@...>
·
#5011
·
|
|
Read Remote-Obejcts.yaml from springboot application
Hi,
I'm trying to connect to a remote inmemory janusgraph server.
This is my .properties file :
gremlin.remote.remoteConnectionClass=org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteConnection
#
Hi,
I'm trying to connect to a remote inmemory janusgraph server.
This is my .properties file :
gremlin.remote.remoteConnectionClass=org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteConnection
#
|
By
"d...@gmail.com" <dip...@...>
·
#5010
·
|
|
Janusgraph with YARN and HBASE
Hello, we have a Cluster with CLOUDERA CDH 6.3.2 and I'm trying to run Janusgraph on the Cluster with YARN and HBASE, but without success.
(it's OK with SPARK Local)
Version SPARK 2.4.2
HBASE:
Hello, we have a Cluster with CLOUDERA CDH 6.3.2 and I'm trying to run Janusgraph on the Cluster with YARN and HBASE, but without success.
(it's OK with SPARK Local)
Version SPARK 2.4.2
HBASE:
|
By
Fábio Dapper <fda...@...>
·
#5009
·
|
|
Re: when i use Janusgraph in Apache Atlas, i found an error
Hello,
I've got the same issue with the latest version of JanusGraph and Atlas from master branch. Did you manage somehow appropriate type/serializer registration to produce GraphSON output? I'd like
Hello,
I've got the same issue with the latest version of JanusGraph and Atlas from master branch. Did you manage somehow appropriate type/serializer registration to produce GraphSON output? I'd like
|
By
Pavel Stejskal <pavel....@...>
·
#5007
·
|
|
Re: JanusGraph vs. Titan performance
Hello Lucie,
Seems that Persistit and Cassandra backends cannot be compared directly, as far as this one article benchmarked the Cassandra vs Persistit on TitanDB only
Hello Lucie,
Seems that Persistit and Cassandra backends cannot be compared directly, as far as this one article benchmarked the Cassandra vs Persistit on TitanDB only
|
By
Evgeniy Ignatiev <yevgeniy...@...>
·
#5008
·
|
|
JanusGraph vs. Titan performance
Hi,
I have a question regarding the performance of basic operations in JanusGraph. We use obsolete Titan in our project (with Persistit storage backend, so the Titan version is 0.4.4) and we wanted to
Hi,
I have a question regarding the performance of basic operations in JanusGraph. We use obsolete Titan in our project (with Persistit storage backend, so the Titan version is 0.4.4) and we wanted to
|
By
"Lucie S." <svit...@...>
·
#5006
·
|
|
Re: Unable to drop Remote JanusGraph
Hi,
I was using a remote server and using inmemory backend for the remote server - I was still able to query the data, Even after dropping it - the data didn't get removed and I had to restart it.
Hi,
I was using a remote server and using inmemory backend for the remote server - I was still able to query the data, Even after dropping it - the data didn't get removed and I had to restart it.
|
By
Dipen Jain <dip...@...>
·
#5004
·
|
|
Re: Unable to drop Remote JanusGraph
Hi,
I want to do it programmatically like how I mentioned in the post - something which is a gremlin query equivalent.
Hi,
I want to do it programmatically like how I mentioned in the post - something which is a gremlin query equivalent.
|
By
Dipen Jain <dip...@...>
·
#5003
·
|
|
Re: Unable to drop Remote JanusGraph
Try ./janusgraph.sh clean
Try ./janusgraph.sh clean
|
By
sparshneel chanchlani <sparshneel...@...>
·
#5005
·
|
|
Re: Unable to drop Remote JanusGraph
Hi,
> How do we know if the graph has been dropped?
As I am using Cassandra and ES as backend, I can see that data as been dropped by doing a direct request to these components.
> Is there any way
Hi,
> How do we know if the graph has been dropped?
As I am using Cassandra and ES as backend, I can see that data as been dropped by doing a direct request to these components.
> Is there any way
|
By
Nicolas Trangosi <nicolas...@...>
·
#5002
·
|
|
Re: Janusgraph Authentication cannot create users
Also are there any other ways of creating users??
Also are there any other ways of creating users??
|
By
sparshneel chanchlani <sparshneel...@...>
·
#5001
·
|
|
Janusgraph Authentication cannot create users
Hi,
I am actually trying to add authentication to Janusgraph. I am actually referring the link below
https://docs.janusgraph.org/basics/server/#authentication-over-websocket
below is may credentials
Hi,
I am actually trying to add authentication to Janusgraph. I am actually referring the link below
https://docs.janusgraph.org/basics/server/#authentication-over-websocket
below is may credentials
|
By
sparshneel chanchlani <sparshneel...@...>
·
#5000
·
|
|
Re: janusgraph how to bulkload to hbase use spark on yarn,i find this method is Deprecated?
Hi Nitin,
Good stuff. I guess you could still improve the spark loading in two ways:
Instead of just catching and printing exceptions in the spark executor, you probably want:
- catch the
Hi Nitin,
Good stuff. I guess you could still improve the spark loading in two ways:
Instead of just catching and printing exceptions in the spark executor, you probably want:
- catch the
|
By
HadoopMarc <bi...@...>
·
#4999
·
|
|
Serious Issue on traversal with query-batch=true
Hi all,
I think I found a bug on Janusgraph 0.5.2.
I attach here the discussion on stack overflow with Stephen Mallette.
Discussion on Stack Overflow
Basically, during the upgrade from Janusgraph
Hi all,
I think I found a bug on Janusgraph 0.5.2.
I attach here the discussion on stack overflow with Stephen Mallette.
Discussion on Stack Overflow
Basically, during the upgrade from Janusgraph
|
By
marchi...@...
·
#4998
·
|
|
Shortest Path without TinkerGraph
Hi all,
I'm a complete newbie user of Janusgraph, and I've tried just to calculate the shortest path between two nodes following the gremlin recipes.
I'm playing with the air-routes graph used in
Hi all,
I'm a complete newbie user of Janusgraph, and I've tried just to calculate the shortest path between two nodes following the gremlin recipes.
I'm playing with the air-routes graph used in
|
By
Carlos Bobed <carlo...@...>
·
#4997
·
|
|
Re: issues with appending results of two queries into one
Hi,
I think is to combine both results using union step.
graph.traversal().V().
has(vertexLabel, filterProperty, P.between(fromDate, toDate)).fold(). union (unfold(), unfold().out())
HTH,
Amiya
Hi,
I think is to combine both results using union step.
graph.traversal().V().
has(vertexLabel, filterProperty, P.between(fromDate, toDate)).fold(). union (unfold(), unfold().out())
HTH,
Amiya
|
By
AMIYA KUMAR SAHOO <amiyakr...@...>
·
#4996
·
|