File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cd docker/quickstart && docker-compose pull && docker-compose up --build
1717```
18184 . After you have all Docker containers running in your machine, run below command to ingest provided sample data to Data Hub:
1919```
20- ./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && sudo pip install --user -r requirements.txt && python mce_cli.py produce -d bootstrap_mce.dat
20+ ./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && pip install --user -r requirements.txt && python mce_cli.py produce -d bootstrap_mce.dat
2121```
22225 . Finally, you can start ` Data Hub ` by typing ` http://localhost:9001 ` in your browser. You can sign in with ` datahub `
2323as username and password.
You can’t perform that action at this time.
0 commit comments