AhmetFurkanDEMIR / minio-hive-example

Kubernetes Hive Minio connection example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Hive Minio connection example

1 jqVzqVQ1gu6UJqbb9PTL7A

Edit the file with your own information. hivems-hadoop-metastore-config.yaml

    <property>
      <name>fs.s3a.endpoint</name>
      <value>http://192.168.64.5:9000</value>
    </property>
     
    <property>
      <name>fs.s3a.access.key</name>
      <value>1uBoa5gtgiSm8DQ8JOyB</value>
    </property>
     
    <property>
      <name>fs.s3a.secret.key</name>
      <value>9irs4ZoYSKDORxbb9zQpX9sbdbXioSAEZSdsq6GK</value>
    </property>
bash run.sh

Article Link: https://medium.com/@ahmetfurkandemir/kubernetes-with-data-engineering-approach-2-querying-to-object-storage-minio-with-trino-using-ae68ffbde9f9