Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alberttwong opened this issue Feb 3, 2024 · 2 comments
Open

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

alberttwong opened this issue Feb 3, 2024 · 2 comments

Comments

@alberttwong
Copy link
Contributor

  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
Copy link
Contributor Author

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

@alberttwong
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant