Skip to content

Commit

Permalink
Replace v2-nightly with nightly (#725)
Browse files Browse the repository at this point in the history
* Replace v2-nightly with nightly

* Update source_manage-service.md

Co-authored-by: foesa <35463247+foesa-yang@users.noreply.github.com>
  • Loading branch information
yixinglu and foesa-yang committed Sep 15, 2021
1 parent 9b5dd58 commit 2105893
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 31 deletions.
14 changes: 7 additions & 7 deletions docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This topic describes some of the limitations of using Exchange 2.x.

The correspondence between the Nebula Exchange release (the JAR version) and the Nebula Graph release is as follows.

|Exchange client|Nebula Graph|
|:---|:---|
|2.5-SNAPSHOT|v2-nightly|
|{{exchange.release}}|{{nebula.release}}|
|2.1.0|2.0.0, 2.0.1|
|2.0.1|2.0.0, 2.0.1|
|2.0.0|2.0.0, 2.0.1|
| Exchange client | Nebula Graph |
| :------------------- | :----------------- |
| 2.5-SNAPSHOT | nightly |
| {{exchange.release}} | {{nebula.release}} |
| 2.1.0 | 2.0.0, 2.0.1 |
| 2.0.1 | 2.0.0, 2.0.1 |
| 2.0.0 | 2.0.0, 2.0.1 |

JAR packages are available in two ways: [compile them yourself](../ex-ug-compile.md) or download them from the Maven repository.

Expand Down
29 changes: 11 additions & 18 deletions docs-2.0/reuse/source_manage-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,24 +144,17 @@ You may also go to the [Nebula Graph community](https://discuss.nebula-graph.io/
Run the following command in the `nebula-docker-compose/` directory to check the service status of Nebula Graph.

```bash
nebula-docker-compose]$ docker-compose ps
Name Command State Ports
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
nebula-docker-compose_graphd1_1 /usr/local/nebula/bin/nebu ... Up (healthy) 0.0.0.0:49223->19669/tcp, 0.0.0.0:49222->19670/tcp, 0.0.0.0:49224->9669/tcp
nebula-docker-compose_graphd2_1 /usr/local/nebula/bin/nebu ... Up (healthy) 0.0.0.0:49229->19669/tcp, 0.0.0.0:49228->19670/tcp, 0.0.0.0:49230->9669/tcp
nebula-docker-compose_graphd_1 /usr/local/nebula/bin/nebu ... Up (healthy) 0.0.0.0:49221->19669/tcp, 0.0.0.0:49220->19670/tcp, 0.0.0.0:9669->9669/tcp
nebula-docker-compose_metad0_1 ./bin/nebula-metad --flagf ... Up (healthy) 0.0.0.0:49212->19559/tcp, 0.0.0.0:49211->19560/tcp, 0.0.0.0:49213->9559/tcp,
9560/tcp
nebula-docker-compose_metad1_1 ./bin/nebula-metad --flagf ... Up (healthy) 0.0.0.0:49209->19559/tcp, 0.0.0.0:49208->19560/tcp, 0.0.0.0:49210->9559/tcp,
9560/tcp
nebula-docker-compose_metad2_1 ./bin/nebula-metad --flagf ... Up (healthy) 0.0.0.0:49206->19559/tcp, 0.0.0.0:49205->19560/tcp, 0.0.0.0:49207->9559/tcp,
9560/tcp
nebula-docker-compose_storaged0_1 ./bin/nebula-storaged --fl ... Up (healthy) 0.0.0.0:49218->19779/tcp, 0.0.0.0:49217->19780/tcp, 9777/tcp, 9778/tcp,
0.0.0.0:49219->9779/tcp, 9780/tcp
nebula-docker-compose_storaged1_1 ./bin/nebula-storaged --fl ... Up (healthy) 0.0.0.0:49215->19779/tcp, 0.0.0.0:49214->19780/tcp, 9777/tcp, 9778/tcp,
0.0.0.0:49216->9779/tcp, 9780/tcp
nebula-docker-compose_storaged2_1 ./bin/nebula-storaged --fl ... Up (healthy) 0.0.0.0:49226->19779/tcp, 0.0.0.0:49225->19780/tcp, 9777/tcp, 9778/tcp,
0.0.0.0:49227->9779/tcp, 9780/tcp
[nebula-docker-compose]$ docker-compose ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2a6c56c405f5 vesoft/nebula-graphd:nightly "/usr/local/nebula/b…" 36 minutes ago Up 36 minutes (healthy) 0.0.0.0:49230->9669/tcp, 0.0.0.0:49229->19669/tcp, 0.0.0.0:49228->19670/tcp nebula-docker-compose_graphd2_1
7042e0a8e83d vesoft/nebula-storaged:nightly "./bin/nebula-storag…" 36 minutes ago Up 36 minutes (healthy) 9777-9778/tcp, 9780/tcp, 0.0.0.0:49227->9779/tcp, 0.0.0.0:49226->19779/tcp, 0.0.0.0:49225->19780/tcp nebula-docker-compose_storaged2_1
18e3ea63ad65 vesoft/nebula-storaged:nightly "./bin/nebula-storag…" 36 minutes ago Up 36 minutes (healthy) 9777-9778/tcp, 9780/tcp, 0.0.0.0:49219->9779/tcp, 0.0.0.0:49218->19779/tcp, 0.0.0.0:49217->19780/tcp nebula-docker-compose_storaged0_1
4dcabfe8677a vesoft/nebula-graphd:nightly "/usr/local/nebula/b…" 36 minutes ago Up 36 minutes (healthy) 0.0.0.0:49224->9669/tcp, 0.0.0.0:49223->19669/tcp, 0.0.0.0:49222->19670/tcp nebula-docker-compose_graphd1_1
a74054c6ae25 vesoft/nebula-graphd:nightly "/usr/local/nebula/b…" 36 minutes ago Up 36 minutes (healthy) 0.0.0.0:9669->9669/tcp, 0.0.0.0:49221->19669/tcp, 0.0.0.0:49220->19670/tcp nebula-docker-compose_graphd_1
880025a3858c vesoft/nebula-storaged:nightly "./bin/nebula-storag…" 36 minutes ago Up 36 minutes (healthy) 9777-9778/tcp, 9780/tcp, 0.0.0.0:49216->9779/tcp, 0.0.0.0:49215->19779/tcp, 0.0.0.0:49214->19780/tcp nebula-docker-compose_storaged1_1
45736a32a23a vesoft/nebula-metad:nightly "./bin/nebula-metad …" 36 minutes ago Up 36 minutes (healthy) 9560/tcp, 0.0.0.0:49213->9559/tcp, 0.0.0.0:49212->19559/tcp, 0.0.0.0:49211->19560/tcp nebula-docker-compose_metad0_1
3b2c90eb073e vesoft/nebula-metad:nightly "./bin/nebula-metad …" 36 minutes ago Up 36 minutes (healthy) 9560/tcp, 0.0.0.0:49207->9559/tcp, 0.0.0.0:49206->19559/tcp, 0.0.0.0:49205->19560/tcp nebula-docker-compose_metad2_1
7bb31b7a5b3f vesoft/nebula-metad:nightly "./bin/nebula-metad …" 36 minutes ago Up 36 minutes (healthy) 9560/tcp, 0.0.0.0:49210->9559/tcp, 0.0.0.0:49209->19559/tcp, 0.0.0.0:49208->19560/tcp nebula-docker-compose_metad1_1
```

Use the `CONTAINER ID` to log in the container and troubleshoot.
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extra_css:
extra:
nebula:
release: 2.5.0
nightly: v2-nightly
nightly: nightly
master: master
base20: 2.0
base200: 2.0.0
Expand Down Expand Up @@ -124,7 +124,7 @@ nav:
- Identifier case sensitivity: 3.ngql-guide/1.nGQL-overview/identifier-case-sensitivity.md
- Keywords: 3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md
- nGQL style guide: 3.ngql-guide/1.nGQL-overview/ngql-style-guide.md

- Data types:
- Numeric: 3.ngql-guide/3.data-types/1.numeric.md
- Boolean: 3.ngql-guide/3.data-types/2.boolean.md
Expand Down Expand Up @@ -306,7 +306,7 @@ nav:
# - Use BR to back up data: 7.data-security/2.backup-restore/3.br-backup-data.md
# - Use BR to restore data: 7.data-security/2.backup-restore/4.br-restore-data.md
- Manage snapshots: 7.data-security/3.manage-snapshot.md

- Service Tuning:
- Compaction: 8.service-tuning/compaction.md
- Storage load balance: 8.service-tuning/load-balance.md
Expand Down Expand Up @@ -355,7 +355,7 @@ nav:
- Cannot access to Studio: nebula-studio/troubleshooting/st-ug-connection-errors.md
- FAQ: nebula-studio/troubleshooting/st-ug-faq.md

- Nebula Dashboard:
- Nebula Dashboard:
- What is Nebula Dashboard: nebula-dashboard/1.what-is-dashboard.md
- Deploy Dashboard: nebula-dashboard/2.deploy-dashboard.md
- Connect Dashboard: nebula-dashboard/3.connect-dashboard.md
Expand Down Expand Up @@ -406,7 +406,7 @@ nav:
- Exchange FAQ: nebula-exchange/ex-ug-FAQ.md

- Nebula Algorithm: nebula-algorithm.md

- Nebula Spark Connector: nebula-spark-connector.md

- Nebula Flink Connector: nebula-flink-connector.md
Expand Down Expand Up @@ -449,7 +449,7 @@ plugins:
copyright: 2021 Vesoft Inc.
cover_subtitle: master
author: Min Wu, Yao Zhou, Cooper Liang, Foesa Yang, Max Zhu
cover: true
cover: true
back_cover: true
cover_logo: 'https://cloud-cdn.nebula-graph.com.cn/nebula-for-pdf.png'
output_path: pdf/NebulaGraph-EN.pdf
Expand Down

0 comments on commit 2105893

Please sign in to comment.