demo icon indicating copy to clipboard operation
demo copied to clipboard

Move the hudi demo to use the official apache hive HMS image

Open alberttwong opened this issue 1 year ago • 2 comments

  hive-metastore:
    container_name: hive-metastore
    hostname: hive-metastore
    image: 'apache/hive:4.0.0-alpha-2'
    ports:
      - '9083:9083' # Metastore Thrift
    environment:
      SERVICE_NAME: metastore
      HIVE_METASTORE_WAREHOUSE_DIR: /home/data
    volumes:
      - ./data:/home/data

alberttwong avatar Feb 03 '24 17:02 alberttwong

There is something special in the older HMS from StarBurst. I had org.apache.hadoop.fs.s3a.S3AFileSystem not found issues.

alberttwong avatar Feb 03 '24 19:02 alberttwong

https://github.com/onetable-io/onetable/issues/322

alberttwong avatar Feb 03 '24 19:02 alberttwong