Hi team We have upgraded the datahub to 0.8.39 ver...
# all-things-deployment
c
Hi team We have upgraded the datahub to 0.8.39 version but somehow the datahub -mae-consumer is giving error Like application failed to start: Parameter 1 of constructor in com.LinkedIn.metadata.Kafka.hook.siblings.siblingassocuateHook required a bean named Entutyaspectdeo that could be found
c
0.8.40 has been released?
I upgraded to 0.8.40 But the acryl datahub actions image is getting crashed after some time I have pulled this version from docker io https://hub.docker.com/layers/datahub-actions/acryldata/datahub-actions/v0.0.4/images/sha256-60cbf0081ef0f6db3854a3a8bbbd500480ea69b54863ac6ad819974303191584?context=explore
The one that has been mentioned in your helm chart Values.yml
Anyone on this ?
I am getting this thing in logs Problem with request : get <http///health|http///health> : http no host in request URL timeout waiting for dependencies to become available
This is the problem I am getting while deploying acryldata/datahub-actions V0.0.4
@bulky-soccer-26729 @dazzling-judge-80093 can you let me know ?
a
Hi @creamy-van-28626 sorry to jump in, I think i've the same issue with you when I deployed with 0.8.40 and it came an error with the docker container
acryldata/datahub-actions:head
and I'm running with
datahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose.quickstart.yml
. Does someone know this?
c
Yeah some thing is happening with me Can anyone help on this ?
a
Hi @creamy-van-28626 I think I found a problem regarding this. Recently I checked on my docker-compose file and in the datahub-actions container at first it looks like this
Copy code
datahub-actions:
    depends_on:
    - datahub-gms
    environment:
    - GMS_HOST=datahub-gms
    - GMS_PORT=8080
    - KAFKA_BOOTSTRAP_SERVER=broker:29092
    - SCHEMA_REGISTRY_URL=<http://schema-registry:8081>
    - METADATA_AUDIT_EVENT_NAME=MetadataAuditEvent_v4
    - METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1
    - DATAHUB_SYSTEM_CLIENT_ID=__datahub_system
    - DATAHUB_SYSTEM_CLIENT_SECRET=JohnSnowKnowsNothing
    - KAFKA_PROPERTIES_SECURITY_PROTOCOL=PLAINTEXT
    hostname: actions
    image: acryldata/datahub-actions:${ACTIONS_VERSION:-head}
    restart: on-failure:5
    volumes:
    - ./metadata:/home/datahub
And then I add in the environment section
Copy code
- DATAHUB_GMS_HOST=datahub-gms
    - DATAHUB_GMS_PORT=8080
And it worked like a charm *First pict is log of container datahub-actions and the second the ingestion in the UI
c
It worked for me as well Thanks
👍 1
@acceptable-judge-21659 please refer this
👍 1
a
Thx @creamy-van-28626!