Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix ssl mode & conf path #275

Merged
merged 2 commits into from
Jun 21, 2023
Merged

Conversation

liuxiaocs7
Copy link
Member

@liuxiaocs7 liuxiaocs7 commented Jun 20, 2023

@liuxiaocs7
Copy link
Member Author

Hi, @VGalaxies, in #262, conf file for InitStore seems not right, could you help check it?
We can see apache/incubator-hugegraph@master/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java#L60-L67

@@ -48,7 +48,7 @@ rocksdb.wal_path=.

- 在 `Use classpath of module` 中选择 `hugegraph-dist`
- 将 `Main class` 设置为 `org.apache.hugegraph.cmd.InitStore`
- 设置运行参数为 `conf/graphs/hugegraph.properties`,这里的路径是相对于工作路径的,需要将工作路径设置为 `path-to-your-directory`
- 设置运行参数为 `conf/rest-server.properties`,这里的路径是相对于工作路径的,需要将工作路径设置为 `path-to-your-directory`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, rest-server contains the graph configs

@VGalaxies
Copy link
Contributor

VGalaxies commented Jun 21, 2023

2. apache/incubator-hugegraph@master/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java#L60-L67

@liuxiaocs7 Indeed, I got confused.

Since the default configuration for graphs is ./conf/graphs and I did not use the auth.authenticator configuration in my usage, the logs for running InitStore with graphs/hugegraph.properties and rest-server.properties are similar 😟

@imbajin imbajin merged commit d099b03 into apache:master Jun 21, 2023
1 check passed
github-actions bot pushed a commit that referenced this pull request Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants