|
Re: Custermized Docker for janusgraph 1.0.0. rc2
Your log shows that JanusGraph tries to connect to Cassandra under 127.0.0.1 which doesn’t make much sense if you are using Docker compose (and don’t use the host network).
If you are already
Your log shows that JanusGraph tries to connect to Cassandra under 127.0.0.1 which doesn’t make much sense if you are using Docker compose (and don’t use the host network).
If you are already
|
By
Florian Hockmann
·
#6722
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
In the Janusgraph 1.0.0RC2 annoucement, it is said that "support Csssandra 4", So there should be a way to docker compose them. Is there something wrong/missing in my code?
Thanks
In the Janusgraph 1.0.0RC2 annoucement, it is said that "support Csssandra 4", So there should be a way to docker compose them. Is there something wrong/missing in my code?
Thanks
|
By
Yingjie Li
·
#6721
·
|
|
Re: [BUG ]Encountering an unexpected exception [java.lang.IllegalArgumentException] when ordering vertices/edges by property values that are not defined for all
Sorry, the simple case seems that it does not work.
Here case with a little complex after-check that can cause the exception.
g.addV("v1")
g.addV("v2").property("name",
Sorry, the simple case seems that it does not work.
Here case with a little complex after-check that can cause the exception.
g.addV("v1")
g.addV("v2").property("name",
|
By
joyemang33@...
·
#6720
·
|
|
Re: [BUG] Throw ExecutionException
\u in a java/groovy string means that a unicode character follows. If that is not your intention, you have to escape the backslash, like:
gremlin> println '\\u河ⴛ)'
\u河ⴛ)
==>null
Best wishes,
\u in a java/groovy string means that a unicode character follows. If that is not your intention, you have to escape the backslash, like:
gremlin> println '\\u河ⴛ)'
\u河ⴛ)
==>null
Best wishes,
|
By
hadoopmarc@...
·
#6719
·
Edited
|
|
[BUG] Throw ClassCastException
- JanusGraph Version: 0.6.2
- Operating system: macOS 13.2.1
- API/Driver: Java
I first randomly create a graph. Then when I run the following query:
- JanusGraph Version: 0.6.2
- Operating system: macOS 13.2.1
- API/Driver: Java
I first randomly create a graph. Then when I run the following query:
|
By
Flash
·
#6718
·
|
|
[BUG] Throw ExecutionException
- JanusGraph Version: 0.6.2
- Operating system: macOS 13.2.1
- API/Driver: Java
I first randomly create a graph. Then when I run the following query:
- JanusGraph Version: 0.6.2
- Operating system: macOS 13.2.1
- API/Driver: Java
I first randomly create a graph. Then when I run the following query:
|
By
Flash
·
#6717
·
|
|
Re: [BUG] Merged query using logical operator OR returns false results
Dear developers, I re-corrected the syntax and ran new experiments, still triggered the bugs.
### Expected behavior:
We construct the following scenario: we randomly generate two queries Q1, Q2, and
Dear developers, I re-corrected the syntax and ran new experiments, still triggered the bugs.
### Expected behavior:
We construct the following scenario: we randomly generate two queries Q1, Q2, and
|
By
Flash
·
#6716
·
|
|
Re: Merged query using logical operator AND returns false results
Dear developers, I re-corrected the syntax and ran new experiments, still triggered the bugs.
### Expected behavior:
We construct the following scenario: we randomly generate two queries Q1, Q2, and
Dear developers, I re-corrected the syntax and ran new experiments, still triggered the bugs.
### Expected behavior:
We construct the following scenario: we randomly generate two queries Q1, Q2, and
|
By
Flash
·
#6715
·
Edited
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
Actually while trying to add more env variables to the janusgraph.env file (posted earlier). I realized that my docker compose of latest Janusgraph (janusgraph/janusgraph:1.0.0-rc2), cassandra:4.1
Actually while trying to add more env variables to the janusgraph.env file (posted earlier). I realized that my docker compose of latest Janusgraph (janusgraph/janusgraph:1.0.0-rc2), cassandra:4.1
|
By
Yingjie Li
·
#6714
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
Thank you Florian. Will try and report back!
Yingjie
Thank you Florian. Will try and report back!
Yingjie
|
By
Yingjie Li
·
#6713
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
1) I assume you mean the ConfigurationManagementGraph. You can enable that by setting this env var:
gremlinserver.graphs.ConfigurationManagementGraph="/etc/opt/janusgraph/janusgraph.properties"
1) I assume you mean the ConfigurationManagementGraph. You can enable that by setting this env var:
gremlinserver.graphs.ConfigurationManagementGraph="/etc/opt/janusgraph/janusgraph.properties"
|
By
Florian Hockmann
·
#6712
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
Would prefer to using existing docker if I could somehow achieve the above with ENV settting etc, if not , could anybody point me to the exact process that I can use to build the docker image from
Would prefer to using existing docker if I could somehow achieve the above with ENV settting etc, if not , could anybody point me to the exact process that I can use to build the docker image from
|
By
Yingjie Li
·
#6711
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
I was able to create a docker-compose that starts four containers Janusgraph 1.0.0-rc2, Cassandra and OpenSearch based on a repo https://gist.github.com/Phate334/9fd90ddce0eaea74086c1a2e5d419402
I was able to create a docker-compose that starts four containers Janusgraph 1.0.0-rc2, Cassandra and OpenSearch based on a repo https://gist.github.com/Phate334/9fd90ddce0eaea74086c1a2e5d419402
|
By
Yingjie Li
·
#6710
·
|
|
Re: [BUG ]Encountering an unexpected exception [java.lang.IllegalArgumentException] when ordering vertices/edges by property values that are not defined for all
Hi Joye,
Here you go, in the gremlin console with janusgraph-0.6.3:
```
gremlin> graph =
Hi Joye,
Here you go, in the gremlin console with janusgraph-0.6.3:
```
gremlin> graph =
|
By
hadoopmarc@...
·
#6709
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
I guess if I can start the janusgraph 1.0.0-rc2 docker with the configuration that alignes with my customization (excluding the removing extention/jar parts, intially I have to do it due to hgh CVE
I guess if I can start the janusgraph 1.0.0-rc2 docker with the configuration that alignes with my customization (excluding the removing extention/jar parts, intially I have to do it due to hgh CVE
|
By
Yingjie Li
·
#6708
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
I am unfamiliar with packaging so I will wait to see if other experts can chime in.
My two cents: you can look at https://github.com/JanusGraph/janusgraph-docker/blob/master/docker-compose-cql-es.yml
I am unfamiliar with packaging so I will wait to see if other experts can chime in.
My two cents: you can look at https://github.com/JanusGraph/janusgraph-docker/blob/master/docker-compose-cql-es.yml
|
By
Boxuan Li
·
#6707
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
Hello Boxuan.
Thanks for the pointers. Will it allow me to run with certain configuration, such as use ConfiguredGraphFactory instead of JanusgraphFactory etc?
To add a little bit of context
Hello Boxuan.
Thanks for the pointers. Will it allow me to run with certain configuration, such as use ConfiguredGraphFactory instead of JanusgraphFactory etc?
To add a little bit of context
|
By
Yingjie Li
·
#6706
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
Hi Yingjie,
janusgraph/janusgraph:1.0.0-rc2 should be available. You can find it here:
Hi Yingjie,
janusgraph/janusgraph:1.0.0-rc2 should be available. You can find it here:
|
By
Boxuan Li
·
#6705
·
|
|
Custermized Docker for janusgraph 1.0.0. rc2
Hello,
It appears that the latest janusgraph docker is 0.6.3, and I will need to create a customized docker for Janusgraph 1.0.0.rc2. Any pointers of the steps I should take?
Thank you.
Yingjie
Hello,
It appears that the latest janusgraph docker is 0.6.3, and I will need to create a customized docker for Janusgraph 1.0.0.rc2. Any pointers of the steps I should take?
Thank you.
Yingjie
|
By
Yingjie Li
·
#6704
·
|
|
Re: Janusgraph support of Open Search
Hello Marc,
Thanks for the pointers, Will try the janusgraph-1.0.0-rc2 with open search 2.6.0 docker.
Thanks,
Yingjie
Hello Marc,
Thanks for the pointers, Will try the janusgraph-1.0.0-rc2 with open search 2.6.0 docker.
Thanks,
Yingjie
|
By
Yingjie Li
·
#6703
·
|