Launched standalone ingestion docker.

This commit is contained in:
Chris Lee 2020-02-04 15:23:55 -08:00
parent 8801127f16
commit c104ff7688

View File

@ -21,7 +21,7 @@ cd docker/quickstart && docker-compose pull && docker-compose up --build
```
4. After you have all Docker containers running in your machine, run below command to ingest provided sample data to DataHub:
```
./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
docker build -t ingestion -f docker/ingestion/Dockerfile . && cd docker/ingestion && docker-compose up
```
Note: Make sure that you're using Java 8, we have a strict dependency to Java 8 for build.