StarRocks / demo

Apache License 2.0
79 stars 55 forks source link

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

Open alberttwong opened 5 months ago

alberttwong commented 5 months ago
  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 commented 5 months ago

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

alberttwong commented 5 months ago

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