From dd5bb30b915275c88687f4955916e381fa8b90c3 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:08:26 +0800 Subject: [PATCH 1/2] note for basketballplayer --- docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md b/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md index f8a8796d6dc..75b9a454272 100644 --- a/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md +++ b/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md @@ -23,6 +23,10 @@ nGQL is a project in progress. New features and optimizations are done steadily. Users can download the example data [Basketballplayer](https://docs.nebula-graph.io/2.0/basketballplayer-2.X.ngql) in Nebula Graph. After downloading the example data, you can import it to Nebula Graph by using the `-f` option in [Nebula Graph Console](../../2.quick-start/3.connect-to-nebula-graph.md). +!!! note + + Ensure that you have executed the `ADD HOSTS` command to add the Storage service to the cluster before importing the example data. For more information, see [Manage Storage hosts](../../4.deployment-and-installation/manage-storage-host.md). + ## Placeholder identifiers and values Refer to the following standards in nGQL: From 0be10dc8af2d1039ba9a4e1aedb3ecaa929dff07 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:08:53 +0800 Subject: [PATCH 2/2] Update 1.overview.md --- docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md b/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md index 75b9a454272..e59eb5bd515 100644 --- a/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md +++ b/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md @@ -25,7 +25,7 @@ Users can download the example data [Basketballplayer](https://docs.nebula-graph !!! note - Ensure that you have executed the `ADD HOSTS` command to add the Storage service to the cluster before importing the example data. For more information, see [Manage Storage hosts](../../4.deployment-and-installation/manage-storage-host.md). + Ensure that you have executed the `ADD HOSTS` command to add the Storage service to your Nebula Graph cluster before importing the example data. For more information, see [Manage Storage hosts](../../4.deployment-and-installation/manage-storage-host.md). ## Placeholder identifiers and values