Skip to content

Commit

Permalink
fix links (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Jan 18, 2022
1 parent 6eb423d commit 6c93dd1
Show file tree
Hide file tree
Showing 23 changed files with 20 additions and 363 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/20.appendix/0.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,11 @@ Nebula Graph {{ nebula.release }} does not provide any commands or tools to supp

3. Scale out graphd: Prepare the binary and config files of the graphd process in the new host. Modify the config files and add all existing addresses of the metad processes. Then start the new graphd process.

4. Scale in storaged: (The number of replicas must be greater than 1) See [Balance remove command](../8.service-tuning/load-balance.md#storage_1). After the command is finished, stop this storaged process.
4. Scale in storaged: (The number of replicas must be greater than 1) See [Balance remove command](../8.service-tuning/load-balance.md). After the command is finished, stop this storaged process.

5. Scale out storaged: (The number of replicas must be greater than 1) Prepare the binary and config files of the storaged process in the new host, Modify the config files and add all existing addresses of the metad processes. Then start the new storaged process.

You also need to run [Balance Data and Balance leader](../8.service-tuning/load-balance) after scaling in/out storaged.
You also need to run [Balance Data and Balance leader](../8.service-tuning/load-balance.md) after scaling in/out storaged.

### "After changing the name of the host, the old one keeps displaying `OFFLINE`. What should I do?"

Expand Down
20 changes: 0 additions & 20 deletions docs-2.0/20.appendix/0.vid.md

This file was deleted.

1 change: 0 additions & 1 deletion docs-2.0/20.appendix/3.system-design.md

This file was deleted.

1 change: 0 additions & 1 deletion docs-2.0/20.appendix/4.raft.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs-2.0/20.appendix/5.partition.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs-2.0/20.appendix/comments.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs-2.0/20.appendix/identifier-case-sensitivity.md

This file was deleted.

228 changes: 0 additions & 228 deletions docs-2.0/20.appendix/keywords-and-reserved-words.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ nebula> SHOW JOB 31;
+----------------+---------------------+------------+-------------------------+-------------------------+
```

Nebula Graph creates a job to rebuild the index. The job ID is displayed in the preceding return message. To check if the rebuilding process is complete, use the `SHOW JOB <job_id>` statement. For more information, see [SHOW JOB](../18.operation-and-maintenance-statements/4.job-statements.md/#show-job-job_id).
Nebula Graph creates a job to rebuild the index. The job ID is displayed in the preceding return message. To check if the rebuilding process is complete, use the `SHOW JOB <job_id>` statement. For more information, see [SHOW JOB](../18.operation-and-maintenance-statements/4.job-statements.md#show_job).

## Legacy version compatibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ If the compiling fails, we suggest you:

1. Check whether the operating system release meets the requirements and whether the memory and hard disk space are sufficient.

2. Check whether the [third-party](../1.resource-preparations/#_5) is installed correctly.
2. Check whether the [third-party](../1.resource-preparations.md) is installed correctly.

3. Use `make -j1` to reduce the compiling concurrency.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ sudo /usr/local/nebula/scripts/nebula.service start <metad|graphd|storaged|all>

### Step 4: Check the cluster status

Install the native CLI client [Nebula Console](../../2.quick-start/3.connect-to-nebula-graph.md#_1), then connect to any machine that has started the graphd process, and run `SHOW HOSTS` to check the cluster status. For example:
Install the native CLI client [Nebula Console](../../2.quick-start/3.connect-to-nebula-graph.md), then connect to any machine that has started the graphd process, and run `SHOW HOSTS` to check the cluster status. For example:

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

0 comments on commit 6c93dd1

Please sign in to comment.