Replies: 3 comments
-
@porunov Do you have any idea about this one? Seems like you added the mentioned code in this commit. |
Beta Was this translation helpful? Give feedback.
-
For completeness, this seems to be the same issue as here: #4349 |
Beta Was this translation helpful? Give feedback.
-
Thanks for bringing it up. I answered about these warnings in the original discussion: #4349 (comment) In short: it is fine that you see these warnings and they are harmless. We do need to refactor the way we plug-in Hadoop functionality to not expect these classes in the classpath. I will close this discussion as a duplicate discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrade from 0.6.3 to 1.0.0 we see this warning at the first query of the graph:
The cuplrit seems this code:
janusgraph/janusgraph-core/src/main/java/org/janusgraph/graphdb/util/JanusGraphTraverserUtil.java
Lines 34 to 40 in ab3a801
we include the following jars and their dependencies (via lock_jar JRuby gem):
This warning did not appear in version 0.6.3. I would like this to be confirmed as a bug to open an issue on the tracker.
best
Beta Was this translation helpful? Give feedback.
All reactions