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

Modify nebula graph name #1572

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

foesa-yang
Copy link
Contributor

No description provided.

@@ -190,7 +190,7 @@ The strings should be surrounded by double quotes.
When single or double quotes need to be nested in a string, use a backslash (\) to escape. For example:

```ngql
RETURN "\"Nebula Graph is amazing,\" the user says.";
RETURN "\"NebulaGraph is amazing,\" the user says.";
Copy link
Contributor

Choose a reason for hiding this comment

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

double check needed


```bash
$ ./nebula-console --addr 192.168.10.111 --port 9669 -u root -p nebula

2021/05/25 01:41:19 [INFO] connection pool is initialized successfully
Welcome to Nebula Graph!
Welcome to NebulaGraph!

Copy link
Contributor

Choose a reason for hiding this comment

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

need double check

@@ -82,10 +82,10 @@ Find the installation directories of Nebula Graph, and delete them all.
The return message is as follows.

```bash
ii nebula-graph {{ nebula.release }} amd64 Nebula Package built using CMake
ii nebula-graph {{ nebula.release }} amd64 NebulaGraph Package built using CMake
Copy link
Contributor

Choose a reason for hiding this comment

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

need double check


4. Run the login test.

```bash
$ ./nebula-console --addr 127.0.0.1 --port 9669 -u test2 -p passwdtest2
2021/09/08 03:49:39 [INFO] connection pool is initialized successfully

Welcome to Nebula Graph!
Welcome to NebulaGraph!
Copy link
Contributor

Choose a reason for hiding this comment

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

need double check

@@ -91,7 +91,7 @@ After Exchange is compiled, copy the conf file `target/classes/application.conf`
# Spark configuration
spark: {
app: {
name: Nebula Exchange {{exchange.release}}
name: NebulaGraph Exchange {{exchange.release}}
Copy link
Contributor

Choose a reason for hiding this comment

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

need double check, will this config affect other settings? there are the same issues in the below topics

@@ -218,21 +218,21 @@ For more information about `helm install`, see [Helm Install](https://helm.sh/do
REVISION: 3
TEST SUITE: None
NOTES:
Nebula Operator installed!
NebulaGraph Operator installed!
Copy link
Contributor

Choose a reason for hiding this comment

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

need double check

Nebula Studio started automatically.
Start installing NebulaGraph Studio now...
NebulaGraph Studio has been installed.
NebulaGraph Studio started automatically.
Copy link
Contributor

Choose a reason for hiding this comment

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

need double check all the above three ones

@@ -67,7 +67,7 @@ $ sudo rpm -e nebula-graph-studio-{{studio.release}}.x86_64
If these lines are returned, PRM-based Studio has been uninstalled.

```bash
Nebula Studio removed, bye~
NebulaGraph Studio removed, bye~
Copy link
Contributor

Choose a reason for hiding this comment

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

need double check

@abby-cyber abby-cyber merged commit 5e3ea0c into vesoft-inc:master Aug 11, 2022
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.

3 participants