GitBook: [main] 85 pages modified

This commit is contained in:
Suresh Srinivas 2021-09-07 17:38:05 +00:00 committed by gitbook-bot
parent f48e34be9e
commit d5562597c2
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)