|
Template configuration parameters with comma-separated lists in Janusgraph 0.6.0
Hello,
I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5.
One of the issues I came across seems to be
Hello,
I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5.
One of the issues I came across seems to be
|
By
Mladen Marović
·
#6170
·
|
|
Re: Can we find connected nodes without using gremlin query
Hi Anjani,
How large is your graph, can you hold it in memory in its entirety?
How large are the subgraphs you want to retrieve in terms of width and size?
What are your requirements regarding TPS?
Hi Anjani,
How large is your graph, can you hold it in memory in its entirety?
How large are the subgraphs you want to retrieve in terms of width and size?
What are your requirements regarding TPS?
|
By
hadoopmarc@...
·
#6169
·
|
|
Re: Unconfigured table exceptions in Janusgraph 0.6.0
Hello,
thanks for the responses. I attempted to add storage.cql.internal.string-configuration = "datastax-java-driver { advanced.metadata.schema.debouncer.window = 1 second }" to my
Hello,
thanks for the responses. I attempted to add storage.cql.internal.string-configuration = "datastax-java-driver { advanced.metadata.schema.debouncer.window = 1 second }" to my
|
By
Mladen Marović
·
#6168
·
|
|
Can we find connected nodes without using gremlin query
Hello Everyone,
We have a requirement to build a search functionality to find connected nodes based on some identifiers with high performance and TPS.
While doing analysis we noticed gremlin queries
Hello Everyone,
We have a requirement to build a search functionality to find connected nodes based on some identifiers with high performance and TPS.
While doing analysis we noticed gremlin queries
|
By
anjanisingh22@...
·
#6167
·
|
|
Re: Unconfigured table exceptions in Janusgraph 0.6.0
Also, notice, if you want to use multiple configuration options, you will need to split them using new line character. I.e. `\n` and not `;`.
See example here:
Also, notice, if you want to use multiple configuration options, you will need to split them using new line character. I.e. `\n` and not `;`.
See example here:
|
By
Oleksandr Porunov
·
#6166
·
|
|
Re: Unconfigured table exceptions in Janusgraph 0.6.0
You can also play with `advanced.metadata.schema.debouncer.max-events`. For more configurations see: https://docs.datastax.com/en/developer/java-driver/4.13/manual/core/configuration/reference/
You can also play with `advanced.metadata.schema.debouncer.max-events`. For more configurations see: https://docs.datastax.com/en/developer/java-driver/4.13/manual/core/configuration/reference/
|
By
Oleksandr Porunov
·
#6165
·
|
|
Re: Unconfigured table exceptions in Janusgraph 0.6.0
Hi,
Mladen that issue is most likely related to this discussion of how the new CQL driver updates schema view: https://groups.google.com/a/lists.datastax.com/g/java-driver-user/c/Bc0gQuOVVL0
As
Hi,
Mladen that issue is most likely related to this discussion of how the new CQL driver updates schema view: https://groups.google.com/a/lists.datastax.com/g/java-driver-user/c/Bc0gQuOVVL0
As
|
By
Oleksandr Porunov
·
#6164
·
|
|
Unconfigured table exceptions in Janusgraph 0.6.0
Hello,
I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5.
The first issue occurs during graph creation. I'm
Hello,
I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5.
The first issue occurs during graph creation. I'm
|
By
Mladen Marović
·
#6163
·
|
|
Re: JanusGraph 0.6.0 Binary Driver failing on serialization
Thank you Marc,
I was able to reproduce your sample by console: :remote connect tinkerpop.server conf/remote.yaml session # it is GryoMessageSerializerV3d0 - no problem here, but must have
Thank you Marc,
I was able to reproduce your sample by console: :remote connect tinkerpop.server conf/remote.yaml session # it is GryoMessageSerializerV3d0 - no problem here, but must have
|
By
cmilowka
·
#6161
·
|
|
Re: Berkeley JE information
Here is how I see this:
- the current public release with direct download is 4 years old 7.5.11, compiled with Java 8 and supporting Java 9 according to its and build script;
- the public Oracle
Here is how I see this:
- the current public release with direct download is 4 years old 7.5.11, compiled with Java 8 and supporting Java 9 according to its and build script;
- the public Oracle
|
By
kosulin@...
·
#6160
·
|
|
Re: Berkeley JE information
Thanks for this information [I mean the facts, this forum is not intended to spread opinions on third parties].
After, checking, I was surprised myself. The deviation from the JE has occurred since
Thanks for this information [I mean the facts, this forum is not intended to spread opinions on third parties].
After, checking, I was surprised myself. The deviation from the JE has occurred since
|
By
hadoopmarc@...
·
#6159
·
Edited
|
|
Re: JanusGraph 0.6.0 Binary Driver failing on serialization
https://github.com/JanusGraph/janusgraph/issues/2808
https://github.com/JanusGraph/janusgraph/issues/2808
|
By
hadoopmarc@...
·
#6158
·
|
|
Re: JanusGraph 0.6.0 Binary Driver failing on serialization
Hi Chris,
Thanks for reporting. I could confirm the exception you got by using the console and server files from the distribution. I got the right results, though, when I changed the contents of
Hi Chris,
Thanks for reporting. I could confirm the exception you got by using the console and server files from the distribution. I got the right results, though, when I changed the contents of
|
By
hadoopmarc@...
·
#6157
·
|
|
Berkeley JE information
I found the following information that might be important for those who (myself included) use or plan to use Bekeley JE as embedded storage:
"The current public release of BDB JE is 7.5.11. What you
I found the following information that might be important for those who (myself included) use or plan to use Bekeley JE as embedded storage:
"The current public release of BDB JE is 7.5.11. What you
|
By
kosulin@...
·
#6156
·
|
|
JanusGraph 0.6.0 Binary Driver failing on serialization
We have fully integrated our backend with JS:0.6 as recommended, including DB connection using new driver: GraphBinaryMessageSerializerV1.
All seams o work as before, except:
GraphTraversal<Vertex,
We have fully integrated our backend with JS:0.6 as recommended, including DB connection using new driver: GraphBinaryMessageSerializerV1.
All seams o work as before, except:
GraphTraversal<Vertex,
|
By
cmilowka
·
#6155
·
|
|
Re: [DISCUSS] Dropping HBase 1 support
Hi Jan,
When you say "We stopped testing HBase 1 in our CI solution already in branch 0.3" does that mean you are not sure whether HBase1 tests would run on a custom build for 0.4+? If so, the code
Hi Jan,
When you say "We stopped testing HBase 1 in our CI solution already in branch 0.3" does that mean you are not sure whether HBase1 tests would run on a custom build for 0.4+? If so, the code
|
By
hadoopmarc@...
·
#6154
·
|
|
Re: [DISCUSS] Dropping HBase 1 support
Will the support for BigTable persist when dropping HBase 1? With 0.5, JG uses the HBase 2 as client for Bigtable.
Von: janusgraph-users@... <janusgraph-users@...> im Auftrag von schwartz@...
Will the support for BigTable persist when dropping HBase 1? With 0.5, JG uses the HBase 2 as client for Bigtable.
Von: janusgraph-users@... <janusgraph-users@...> im Auftrag von schwartz@...
|
By
Jansen, Jan
·
#6153
·
|
|
Re: [DISCUSS] Dropping HBase 1 support
Will the support for BigTable persist when dropping HBase 1?
We are working with BigTable, and in the days of 0.4 (or was it 0.4.1), BT didn't work, so we had to compile 0.4.x with HBase 1
Will the support for BigTable persist when dropping HBase 1?
We are working with BigTable, and in the days of 0.4 (or was it 0.4.1), BT didn't work, so we had to compile 0.4.x with HBase 1
|
By
schwartz@...
·
#6152
·
|
|
[DISCUSS] Dropping HBase 1 support
Hi
I looked into the HBase 1 support after Porunov asked why I want to drop if the builds are passing: https://github.com/JanusGraph/janusgraph/pull/2213#issuecomment-861620348.We stopped testing
Hi
I looked into the HBase 1 support after Porunov asked why I want to drop if the builds are passing: https://github.com/JanusGraph/janusgraph/pull/2213#issuecomment-861620348.We stopped testing
|
By
Jansen, Jan
·
#6151
·
|
|
Re: Performance Improvement
Hi Vinayak,
0.6.0 version of JanusGraph is released. I posted some quick tips to improve throughput to your CQL storage here:
https://lists.lfaidata.foundation/g/janusgraph-users/message/6148
I also
Hi Vinayak,
0.6.0 version of JanusGraph is released. I posted some quick tips to improve throughput to your CQL storage here:
https://lists.lfaidata.foundation/g/janusgraph-users/message/6148
I also
|
By
Oleksandr Porunov
·
#6150
·
|