Arun Vasudevan 9f119d3898
feat: Enable Failed Metadata Change Event for MCE Processor (#1575)
* feat: Enable Failed Metadata Change Event for MCE Processor

No Failed MCE was sent when a MCE was rejected by the system
- Added FailedMetadataChangeEvent kafka topic
- Created FailedMCE event from the MCE record
- Added Kafka Producer to send FailedMCE to the FailedMetadataChangeEvent Topic

* fix: Review Comment
- Added Nonnull Annotations
- Made Local variables as final

* bug: added pegasus2avro test json

- Added pegasus2avro test fmce json

* feat: Add Tests for Event Utils Avro2pegasusfmce

- Added Tests for avro2Pegasusfmce
2020-02-26 14:18:08 -08:00
..
2019-12-18 18:57:18 -08:00

DataHub Quickstart

To start all Docker containers at once, please run below command:

cd docker/quickstart && docker-compose pull && docker-compose up --build

At this point, all containers are ready and DataHub can be considered up and running. Check specific containers guide for details:

From this point on, if you want to be able to sign in to DataHub and see some sample data, please see Metadata Ingestion Guide for bootstrapping DataHub.

Debugging Containers

If you want to debug containers, you can check container logs:

docker logs <<container_name>>

Also, you can connect to container shell for further debugging:

docker exec -it <<container_name>> bash