You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running the kafka connect ingestion fails
> docker run -it --user root -v /my/path/recipes:/temp linkedin/datahub-ingestion:v0.8.41 ingest run --dry-run -c /temp/kafka-connect-to-datahub-kafka.yml
[2022-10-28 09:47:42,927] INFO {datahub.cli.ingest_cli:99} - DataHub CLI version: 0.8.41+docker
[2022-10-28 09:47:42,952] INFO {datahub.ingestion.run.pipeline:160} - Sink configured successfully.
[2022-10-28 09:47:44,455] INFO {datahub.ingestion.source.kafka_connect:866} - Connection to <address> is ok
[2022-10-28 09:47:44,456] ERROR {datahub.ingestion.run.pipeline:126} - No JVM shared library file (libjvm.so) found. Try setting up the JAVA_HOME environment variable properly.
[2022-10-28 09:47:44,456] INFO {datahub.cli.ingest_cli:115} - Starting metadata ingestion
[2022-10-28 09:47:44,456] INFO {datahub.cli.ingest_cli:133} - Finished metadata pipeline
Failed to configure source (kafka-connect) due to No JVM shared library file (libjvm.so) found. Try setting up the JAVA_HOME environment variable properly.
No ~/.datahubenv file found, generating one for you...
To Reproduce
Steps to reproduce the behavior:
Try to run kafka-connect ingestion inside image.
Expected behavior
The ingestion would succeed
Additional context
Tested both v0.8.41 and v0.9.0.1
Describe the bug
Running the kafka connect ingestion fails
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ingestion would succeed
Additional context
Tested both v0.8.41 and v0.9.0.1
Somewhat related to: #4741
The text was updated successfully, but these errors were encountered: