demo
demo copied to clipboard
Move the hudi demo to use the official apache hive HMS image
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
There is something special in the older HMS from StarBurst. I had org.apache.hadoop.fs.s3a.S3AFileSystem not found issues.
https://github.com/onetable-io/onetable/issues/322