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

    mysterious-park-53124

    11/11/2021, 4:28 AM
    Source (kafka) report: {'failures': {}, 'filtered': ['__transaction_state', '_confluent-telemetry-metrics', '_confluent_balancer_partition_samples', '_confluent-metrics', '_confluent_balancer_api_state', '__consumer_offsets', '_confluent_balancer_broker_samples', '_confluent-license'], 'topics_scanned': 21, 'warnings': {'topic1': ['failed to get value schema: Subject not found. (HTTP status code 404, SR code 40401)'], 'topic2': ['failed to get value schema: Subject not found. (HTTP status code 404, SR code 40401)'], 'topic3': ['failed to get value schema: Subject not found. (HTTP status code 404, SR code 40401)']}, 'workunit_ids': ['kafka-topic1', 'kafka-topic2', 'kafka-topic3', ], 'workunits_produced': 13} Sink (datahub-kafka) report: {'downstream_end_time': None, 'downstream_start_time': None, 'downstream_total_latency_in_seconds': None, 'failures': [], 'records_written': 13, 'warnings': []}
  • m

    mysterious-park-53124

    11/11/2021, 4:29 AM
    I run 'datahub ingest -c kafka_to_datahub_ex.yml' and fail
  • m

    mysterious-park-53124

    11/11/2021, 4:29 AM
    anyone know this error, please?
  • l

    lemon-receptionist-90470

    11/25/2021, 12:18 PM
    Moved to #troubleshoot
  • e

    enough-london-69397

    11/29/2021, 5:29 PM
    Hi guys, I'm doing DataHub quickstart to ingest some data from AWS Athena and test functionalities, but after trying to ingest data I have this error multiple times over:
    Copy code
    [2021-11-29 13:26:43,382] INFO     {datahub.cli.ingest_cli:73} - Starting metadata ingestion
    [2021-11-29 13:26:51,316] ERROR    {datahub.ingestion.run.pipeline:85} - failed to write record with workunit curated.part_00002_4c6e811b_04cc_4189_80d7_ca7c0c18b959_c000_snappy_parquet with ('Unable to emit metadata to DataHub GMS', {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'stackTrace': "com.linkedin.restli.server.RestLiServiceException [HTTP Status:500]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException\n\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:42)\n\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:50)\n\tat com.linkedin.metadata.resources.entity.EntityResource.ingest(EntityResource.java:178)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat com.linkedin.restli.internal.server.RestLiMethodInvoker.doInvoke(RestLiMethodInvoker.java:172)\n\tat 
    ...
    I used this command to start ingesting:
    datahub ingest -c ./awsathena_to_datahub.yml
    Can anyone help? The UI on localhost works properly though
  • e

    enough-london-69397

    11/29/2021, 5:59 PM
    I Tried removing the
    env
    field from config and now it works:
    Copy code
    source:
      type: athena
      config:
        aws_region: "us-west-2"
        env: "staging"
    🙌 1
  • b

    breezy-camera-11182

    01/05/2022, 6:41 AM
    and this is the deployment .
    deployment.log
  • s

    strong-iron-17184

    01/25/2022, 6:16 PM
    Hi
  • s

    strong-iron-17184

    01/25/2022, 6:18 PM
    Tengo un error, cuando ejecuto "docker quickstart" va todo bien pero, cuando quiero ver en el navegador la pagina esta off
  • s

    strong-iron-17184

    01/25/2022, 6:18 PM
    image.png
  • s

    strong-iron-17184

    01/25/2022, 6:18 PM
    image.png
  • m

    most-boots-68766

    01/26/2022, 11:56 AM
    I wonder if datahub supports AWS EMR spark3.0
  • p

    prehistoric-room-17640

    02/01/2022, 1:41 PM
    loving the platform btw
  • b

    better-orange-49102

    02/10/2022, 10:35 AM
    sometimes i see demo.datahubproject.io having "waiting for socket" messages while waiting to load a page. just wondering if that is a sign that GMS is busy?
  • f

    few-air-56117

    02/23/2022, 8:10 AM
    Hi guys , i try to resintall datahub using helm
    Copy code
    ehlm install datahub  datahub/datahub  -f helm_custom_settings_custom_helm.yaml
    but i have this error
    Copy code
    Error: INSTALLATION FAILED: failed pre-install: timed out waiting for the condition
    Thread in Slack Conversation
  • q

    quiet-pilot-28237

    03/08/2022, 4:57 AM
    hello, deploy datahub by helm charts
  • c

    chilly-nail-87894

    03/10/2022, 9:56 PM
    This content can't be displayed.
  • l

    little-megabyte-1074

    03/10/2022, 10:00 PM
    <!here> Hi folks! We’re eager to get feedback about how much time/effort is required to run DataHub in Prod — please take a few minutes to fill out the Polly, above! teamwork BONUS! We’ll choose 3 random respondents to receive a DataHub Swag box whoop datahubbbb We’ll be accepting responses until March 17th; feel free to DM me with any questions!
    🚀 3
  • m

    mysterious-lamp-91034

    03/16/2022, 6:24 PM
    FYI, I use mysql cli tool to access my MySQL instance, it works. One week ago I switch my mysql instance to quickstart and it worked. Today it does not work for some reasons.
  • p

    polite-orange-57255

    03/23/2022, 1:24 PM
    can anyone help in this
    ✅ 1
  • c

    creamy-van-28626

    04/13/2022, 3:18 PM
    Hi team, I have enabled the data hub ingestion cron job still it is not coming in cron jobs
  • b

    better-orange-49102

    04/26/2022, 3:43 AM
    I have a fork of the Datahub project, and it always seem to be quite a pain to get through the build-and-test workflow when we commit our own changes. Is there anything we need to change (or set up our own runner?)
  • s

    steep-soccer-91284

    04/26/2022, 5:27 AM
    my EKS consists of 2 t3.meditum.
  • s

    steep-soccer-91284

    04/26/2022, 8:44 AM
    Log is like this.
  • m

    modern-belgium-81337

    05/05/2022, 9:11 PM
    hi, is there any way to convert helm charts to kustomize? I tried to use helm convert but it seems stable/datahub has been deprecated?
  • a

    ambitious-exabyte-53451

    05/12/2022, 12:44 PM
    I'd like to upgrade this to a newer version without impacting the data present ; any pointers / takeaways please?
    plus1 1
    teamwork 1
  • s

    swift-airline-90458

    05/12/2022, 4:24 PM
    I think you can modify the docker image. Try take a look at the helm chart
  • b

    better-orange-49102

    05/13/2022, 5:48 AM
    Just curious, for teams with very granular datahub rights, how do you guys keep track of various policies? Policy implemented on a per person basis?
  • c

    creamy-van-28626

    05/16/2022, 1:43 PM
    Hi team, I am doing custom source ingestion so I have created a custom source package and install that over my image Using the same example https://github.com/acryldata/meta-world/tree/master/custom_sources/ And my py file in created in Home/datahub/.local/bin/custom ingestion source.py But when I am trying execute my recipe file by giving the absolute path it is not running
  • c

    creamy-van-28626

    05/16/2022, 2:29 PM
    Or even I gave the full path of python file in source It's not working
1...4950515253Latest