https://datahubproject.io logo
Join SlackCommunities
Powered by
# all-things-deployment
  • w

    wooden-football-7175

    07/13/2022, 6:33 PM
    Hello channel, I wonder to know if there is any chance to deploy datahub on k8s (with helm charts) but without
    kafka
    ?
    l
    s
    • 3
    • 6
  • f

    faint-translator-23365

    07/13/2022, 8:27 PM
    Datahub helm chart does not have option to add resources in ingestion-cron helm chart.
    s
    • 2
    • 1
  • f

    few-grass-66826

    07/14/2022, 1:55 PM
    Hello everybody, can you tell me please what is the main reason that DataHub uses 2 kafka streams in back groud one for ingestion another one for elastic and graph ? If it takes info from mysql which was generated by another information from another kafka stream, why it is not consuming directly from first kafka topics?
    s
    • 2
    • 13
  • e

    elegant-evening-28502

    07/14/2022, 5:47 PM
    Hi All, I'm trying to setup DataHub on AWS EKS using helm charts, using AWS managed services for the storage. Having issue with the
    kafkaSetupJob
    , getting below error
    Copy code
    [kafka-admin-client-thread | adminclient-1] INFO org.apache.kafka.common.utils.AppInfoParser - App info kafka.admin.client for adminclient-1 unregistered
    [kafka-admin-client-thread | adminclient-1] INFO org.apache.kafka.clients.admin.internals.AdminMetadataManager - [AdminClient clientId=adminclient-1] Metadata update failed
    [main] ERROR io.confluent.admin.utils.ClusterStatus - Error while getting broker list.
    org.apache.kafka.common.errors.TimeoutException: Call(callName=fetchMetadata, deadlineMs=1657820045949, tries=1, nextAllowedTryMs=-9223372036854775709) timed out at 9223372036854775807 after 1 attempt(s)
    Caused by: org.apache.kafka.common.errors.TimeoutException: Timed out waiting to send the call. Call: fetchMetadata
    i
    • 2
    • 30
  • c

    creamy-van-28626

    07/14/2022, 6:33 PM
    Which datahub services are communicating to gms ?
    i
    b
    s
    • 4
    • 6
  • c

    creamy-van-28626

    07/15/2022, 7:27 AM
    Can we use latest images for datahub prerequisites which has less number of vulnerabilities? Like zookeeper and cp schema and jmx exporter I tested and deployed it is working fine .
    c
    s
    • 3
    • 5
  • b

    bland-orange-13353

    07/15/2022, 7:56 PM
    This message was deleted.
  • n

    numerous-tent-25319

    07/16/2022, 11:32 AM
    We are following datahub aws guide to setup. We are running following service in the datahub 1. datahub-acryl-datahub-actions 2. datahub-datahub-frontend 3. datahub-datahub-gms 4. datahub-schema-registry We have following aws components 1. Kafka 2. RDS(Mysql) 3. Opensearch To make connection with elasticsearch (opensearch) datahub services
    datahub-datahub-gms
    not able to connect with elasticsearch. Getting following error in the log
    Copy code
    2022/07/16 11:25:03 Received 403 from <https://vpc--datahubes-vsqu3edgv5tsiyshvnq.ap-south-1.es.amazonaws.com:443>. Sleeping 1s
    2022/07/16 11:25:04 Received 403 from <https://vpc-datahubes-vsqu3edgv5tsiyshvnq.ap-south-1.es.amazonaws.com:443>. Sleeping 1s
    While we have attached the serviceAccount with the pods and the AWS IAM role is also whitelisted in the resource policy with proper permission. I want to confirm that does datahub support AWS signature version 4 to make connection with AWS elasticsearch.
    f
    l
    +3
    • 6
    • 9
  • f

    few-grass-66826

    07/18/2022, 10:47 AM
    Hey guys, can you tell me please if we need to instal somehow neo4j with aws setup or no? In AWS deployment it says that graph DB will be soon available with Aws Neptune but what about now? How it works now?
    i
    w
    • 3
    • 11
  • s

    stocky-midnight-78204

    07/18/2022, 12:43 PM
    I have my broker service running why still get No resolvable bootstrap urls given in bootstrap.servers.
  • s

    stocky-midnight-78204

    07/18/2022, 12:43 PM
    8f1001b0ddb2 confluentinc/cp-kafka:5.4.0 "/etc/confluent/do..." 25 minutes ago Up 17 minutes 0.0.0.0:9092->9092/tcp, 0.0.0.0:29092->29092/tcp broker
  • s

    stocky-midnight-78204

    07/18/2022, 12:43 PM
    Caused by: org.apache.kafka.common.KafkaException: Failed to construct kafka producer
    thank you 1
  • s

    stocky-midnight-78204

    07/18/2022, 12:44 PM
    Caused by: org.apache.kafka.common.config.ConfigException: No resolvable bootstrap urls given in bootstrap.servers
  • s

    stocky-midnight-78204

    07/18/2022, 12:49 PM
    Couldn't resolve server broker:29092 from bootstrap.servers as DNS resolution failed for broke
    b
    • 2
    • 4
  • l

    lemon-terabyte-66903

    07/18/2022, 4:10 PM
    Hello, can someone point me to the datahub python client source code? I need to know the setup.py file specifically.
    m
    • 2
    • 2
  • e

    elegant-evening-28502

    07/18/2022, 7:41 PM
    Hi All, I'm trying to deploy DataHub with Postgres.
    postgresqlSetupJob
    is failing to start, the username(dev_datahub_app_user) is passed as database name. Below is the error
    Copy code
    psql: error: connection to server at "<http://dev-datahub.cluster-cbcjxpl7jfef.us-east-1.rds.amazonaws.com|dev-datahub.cluster-cbcjxpl7jfef.us-east-1.rds.amazonaws.com>" (10.26.203.144), port 5432 failed: FATAL:  database "dev_datahub_app_user" does not exit
    
    psql: error: connection to server at "<http://dev-datahub.cluster-cbcjxpl7jfef.us-east-1.rds.amazonaws.com|dev-datahub.cluster-cbcjxpl7jfef.us-east-1.rds.amazonaws.com>" (10.26.203.144), port 5432 failed: FATAL:  database "datahub" does not exist
    2022/07/18 19:14:57 Command exited with error: exit status 2
    b
    w
    • 3
    • 6
  • f

    faint-translator-23365

    07/18/2022, 7:52 PM
    When I am trying to configure OIDC in datahub-frontend. I'm getting this error. Can someone please help?
    • 1
    • 1
  • h

    happy-twilight-91685

    07/19/2022, 1:05 AM
    👋 Hello, team! Pls reconfirm the query whether still schema registry is a mandate prerequisite (or) we can skip it during helm chart install of prerequisites? PS: Thread https://datahubspace.slack.com/archives/CV2KB471C/p1643033131052800
    b
    b
    +2
    • 5
    • 5
  • s

    stocky-midnight-78204

    07/19/2022, 1:33 AM
    How can I add the authentication info into ingestion yaml file?
    b
    • 2
    • 1
  • h

    hallowed-machine-2603

    07/19/2022, 6:08 AM
    Hi teams, does DataHub team have a plan for introducing visualization tools like tree map, stack map and so on?
  • p

    proud-lamp-13920

    07/19/2022, 6:54 AM
    Hello I'm having trouble setting up oidc in GKE, so I'm asking for help. As stated in the documentation, I want to set the following in gke, but I don't know how. https://datahubproject.io/docs/how/auth/sso/configure-oidc-react-google#4-configure-datahub-frontend-to-enable-oidc-authentication
    Copy code
    AUTH_OIDC_ENABLED=true
    AUTH_OIDC_CLIENT_ID=your-client-id
    AUTH_OIDC_CLIENT_SECRET=your-client-secret
    AUTH_OIDC_DISCOVERY_URI=<https://accounts.google.com/.well-known/openid-configuration>
    AUTH_OIDC_BASE_URL=your-datahub-url
    AUTH_OIDC_SCOPE="openid profile email"
    AUTH_OIDC_USER_NAME_CLAIM=email
    AUTH_OIDC_USER_NAME_CLAIM_REGEX=([^@]+)
    So, i have two question. First, many yaml file exist In GKE. Which yaml file do i need to edit in GKE menu? service in "Services and Ingress" or deployment in "Workloads"? Second, where should i add "extraEnvs" in yaml file? Thanks
    b
    • 2
    • 3
  • c

    cuddly-arm-8412

    07/19/2022, 12:03 PM
    hi ,team How to switch login authentication to internal employee authentication
    l
    • 2
    • 1
  • c

    colossal-needle-73093

    07/19/2022, 12:29 PM
    When I use docker/dev.sh to start, and log in with datahub datahub, then, it apprears 'Failed to log in! SyntaxError: Unexpected token < in JSON at position 1'
  • c

    colossal-needle-73093

    07/19/2022, 12:38 PM
    hi, local docker/dev.sh, 'atahub-actions_1 | 2022/07/19 123745 Problem with request: Get "http:///health": http:'
  • c

    colossal-needle-73093

    07/19/2022, 12:42 PM
    Hi, esError: Could not find or load main class "-Xms256m
    Caused by: java.lang.ClassNotFoundException: "-Xms256m
    Exception in thread "main" java.lang.RuntimeException: starting java failed with [1]
    output:
    error:
    at org.elasticsearch.tools.launchers.JvmErgonomics.flagsFinal(JvmErgonomics.java:126)
    at org.elasticsearch.tools.launchers.JvmErgonomics.finalJvmOptions(JvmErgonomics.java:88)
    at org.elasticsearch.tools.launchers.JvmErgonomics.choose(JvmErgonomics.java:59)
    at org.elasticsearch.tools.launchers.JvmOptionsParser.jvmOptions(JvmOptionsParser.java:137)
    at org.elasticsearch.tools.launchers.JvmOptionsParser.main(JvmOptionsParser.java:95)
    d
    • 2
    • 1
  • f

    few-grass-66826

    07/19/2022, 1:25 PM
    Hi guys, in which format datahub stores info in kafka? Avro or json?
    b
    • 2
    • 7
  • a

    able-evening-90828

    07/19/2022, 6:02 PM
    When I tried to run
    docker/dev.sh
    , I got the following error. It looks like the
    debug
    tag no longer exists for the image.
    Copy code
    Error response from daemon: manifest for linkedin/datahub-kafka-setup:debug not found: manifest unknown: manifest unknown
    https://hub.docker.com/r/linkedin/datahub-kafka-setup/tags?page=1&amp;name=debug I found that the
    debug
    tag is also missing for
    datahub-frontend-react
    and
    datahub-elasticsearch-setup
    images. Does anyone know how to work around this?
    s
    f
    • 3
    • 12
  • c

    creamy-van-28626

    07/19/2022, 6:49 PM
    Hi team I have enable the Prometheus and jmx port for monintoring How can I see the metrics ?
    b
    • 2
    • 1
  • c

    cuddly-arm-8412

    07/20/2022, 1:01 AM
    ŸÍXDCEFVRGBTHNY/P;'[-PT5FR4E3SW2Q1A`2W36P-[=\
  • c

    colossal-needle-73093

    07/20/2022, 4:20 AM
    Hi, local run, it appreas, 'datahub-actions_1 | 2022/07/20 032818 Problem with request: Get "http:///health": http: no Host in request URL. Sleeping 1s', what happened?
    s
    • 2
    • 2
1...171819...53Latest