Skip to content

Using Trino with HiveStandAlone Metastore and MinoS3 on kubernetes #12868

Answered by alexcpn
alexcpn asked this question in Q&A
Discussion options

You must be logged in to vote

I put the following properties in metastore-cfg.yaml and it works now till the schema creation part

https://github.com/alexcpn/presto_in_kubernetes/blob/main/hive/metastore-cfg.yaml#L17-L24

       <property>
                <name>fs.s3a.access.key</name>
                <value>minio</value>
            </property>
            <property>
                <name>fs.s3a.secret.key</name>
                <value>minio123</value>
            </property>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexcpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant