From 66a10a8f995414263b1e158fc5bb5d51fd0541d4 Mon Sep 17 00:00:00 2001 From: shakti-garg-saxo <68685481+shakti-garg-saxo@users.noreply.github.com> Date: Sun, 8 Nov 2020 07:24:52 +0530 Subject: [PATCH] docs: update UI credential requirement for Quickstart (#1987) * update UI credential requirement for Quickstart * Update quickstart.md Co-authored-by: Mars Lan --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 80a17834d9..7277a3adf4 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -8,7 +8,7 @@ ./docker/quickstart.sh ``` This step takes a while to run the first time, and it may be difficult to tell if DataHub is fully up and running from the combined log. Please use [this guide](debugging.md#how-can-i-confirm-if-all-docker-containers-are-running-as-expected-after-a-quickstart) to verify that each container is running correctly. -5. At this point, you should be able to start DataHub by opening [http://localhost:9001](http://localhost:9001) in your browser. You can sign in using `datahub` as both username and password. However, you'll notice that no data has been ingested yet. +5. At this point, you should be able to start DataHub by opening [http://localhost:9001](http://localhost:9001) in your browser. You can sign in using `datahub` as username and any password (no password validation by default). However, you'll notice that no data has been ingested yet. 6. To ingest provided [sample data](https://github.com/linkedin/datahub/blob/master/metadata-ingestion/mce-cli/bootstrap_mce.dat) to DataHub, switch to a new terminal window, `cd` into the cloned `datahub` repo, and run the following command: ``` ./docker/ingestion/ingestion.sh