https://github.com/ahmetfurkandemir/minio-hive-example
Kubernetes Hive Minio connection example
https://github.com/ahmetfurkandemir/minio-hive-example
apache-hive hadoop hive hive-metastore hive-server k8s kubernetes kubernetes-cluster kubernetes-deployment minio postgresql s3 s3-bucket
Last synced: about 1 year ago
JSON representation
Kubernetes Hive Minio connection example
- Host: GitHub
- URL: https://github.com/ahmetfurkandemir/minio-hive-example
- Owner: AhmetFurkanDEMIR
- Created: 2024-03-17T08:20:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T06:27:38.000Z (over 2 years ago)
- Last Synced: 2025-04-12T06:54:28.773Z (over 1 year ago)
- Topics: apache-hive, hadoop, hive, hive-metastore, hive-server, k8s, kubernetes, kubernetes-cluster, kubernetes-deployment, minio, postgresql, s3, s3-bucket
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Kubernetes Hive Minio connection example

Edit the file with your own information. [hivems-hadoop-metastore-config.yaml](/hivems-hadoop-metastore-config.yaml)
```yaml
fs.s3a.endpoint
http://192.168.64.5:9000
fs.s3a.access.key
1uBoa5gtgiSm8DQ8JOyB
fs.s3a.secret.key
9irs4ZoYSKDORxbb9zQpX9sbdbXioSAEZSdsq6GK
```
```bash
bash run.sh
```
Article Link: https://medium.com/@ahmetfurkandemir/kubernetes-with-data-engineering-approach-2-querying-to-object-storage-minio-with-trino-using-ae68ffbde9f9