Replies: 1 comment
-
Sounds weird indeed. If you edit the yaml file in MS Windows be sure that the Linux line endings stay in place (e.g. use notepad++). The remark about update.sh does not make sense to me either. The changes are copied into the image during building (assuming you cloned the janusgraph-docker repo and build the image locally and run the local image). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am testing Janusgraph using docker. I just run the server --detach(ed) and gremlin console directly. While loading data into the graph, I encountered timeout so I decided to edit
conf/janusgraph-server.yaml
evaluationTimeout. However, when I save the file and restart the server, I am getting this error message:I then changed the timeout value to previous value and it still did not work. I tried to debug it using these steps:
conf/janusgraph-server.original.yaml
conf/janusgraph-server.yaml
Could you please help me with that? Am I using it wrong?
Also, I saw the note in the beginning of the file:
I could not find any script of this name.
Beta Was this translation helpful? Give feedback.
All reactions