|
Re: Custermized Docker for janusgraph 1.0.0. rc2
I did some resource cleaning up and now the docker compose up of all these component are successful without below addtional env setup. What I need help is to confirm whether there are anything wrong
I did some resource cleaning up and now the docker compose up of all these component are successful without below addtional env setup. What I need help is to confirm whether there are anything wrong
|
By
Yingjie Li
·
#6727
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
Hello Florian,
Is below the right env setup for janusgraph docker-compose if I want to change the default? Thank
Hello Florian,
Is below the right env setup for janusgraph docker-compose if I want to change the default? Thank
|
By
Yingjie Li
·
#6726
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
I tried with https://github.com/JanusGraph/janusgraph-docker/blob/master/docker-compose-cql-es.yml by replacing the images with Janusgraph1.0.0RC2 and Cassandra (4.0.0) and ElasticSearch *8.6.0)
I tried with https://github.com/JanusGraph/janusgraph-docker/blob/master/docker-compose-cql-es.yml by replacing the images with Janusgraph1.0.0RC2 and Cassandra (4.0.0) and ElasticSearch *8.6.0)
|
By
Yingjie Li
·
#6725
·
|
|
Throw ExecutionException for E() syntax
- 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
·
#6724
·
|
|
Re: Custermized Docker for janusgraph 1.0.0. rc2
Hello Florian,
Thanks for the pointers. I started with this one as I need to replace Elastic Search With other index backends that have Apache license, prefer to be OpenSearch. I found an example (the
Hello Florian,
Thanks for the pointers. I started with this one as I need to replace Elastic Search With other index backends that have Apache license, prefer to be OpenSearch. I found an example (the
|
By
Yingjie Li
·
#6723
·
|
|
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
·
|