From d5562597c267ca773fe3ea2ba6cd37c0939a3f97 Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Tue, 7 Sep 2021 17:38:05 +0000 Subject: [PATCH] GitBook: [main] 85 pages modified --- docs/install/metadata-ingestion/ingest-sample-data.md | 2 +- docs/install/run-openmetadata.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/metadata-ingestion/ingest-sample-data.md b/docs/install/metadata-ingestion/ingest-sample-data.md index daa5e3aa3e6..6df16f1c995 100644 --- a/docs/install/metadata-ingestion/ingest-sample-data.md +++ b/docs/install/metadata-ingestion/ingest-sample-data.md @@ -54,7 +54,7 @@ metadata ingest -c ./pipelines/sample_users.json Start Elastic Search Docker: {% hint style="warning" %} -Below command to run elastic search docker that stores the indexed data in memory. If you stop the container it will lose any data on restart. Please re-run the metadata\_to\_es workflow again to index the data upon starting the container. +The below command starts Elasticsearch docker that stores the indexed data in memory. If you stop the container it will lose any data on restart. Please re-run the metadata\_to\_es workflow again to index the data upon starting the container. {% endhint %} ```bash diff --git a/docs/install/run-openmetadata.md b/docs/install/run-openmetadata.md index 3dd45fbdca3..9915be90885 100644 --- a/docs/install/run-openmetadata.md +++ b/docs/install/run-openmetadata.md @@ -127,7 +127,7 @@ cd openmetadata-0.3.0-SNAPSHOT GRANT ALL PRIVILEGES ON openmetadata_db.* TO 'openmetadata_user'@'localhost' WITH GRANT OPTION; commit; ``` -2. Run bootstrap scripts to initiate the database and tables +2. Run bootstrap scripts to initialize the database and tables ```text cd openmetadata-0.3.0 @@ -143,7 +143,7 @@ cd openmetadata-0.3.0-SNAPSHOT ### Ingest Sample Data -Previous steps start OpenMetadata server. To start using it we need to run ElasticSearch and ingest sample metadata. Please follow the below guide +Previous steps start OpenMetadata server. To start using it we need to run ElasticSearch and ingest sample metadata. Please follow the below guide: [Ingest Sample Data](metadata-ingestion/ingest-sample-data.md)