github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/test/lakectl_metastore/etc/hive-site.xml (about)

     1  <configuration>
     2      <property>
     3          <name>hive.metastore.uris</name>
     4          <value>thrift://hive:9083</value>
     5          <description>Thrift URI for the remote metastore. Used by metastore client to connect to remote metastore.</description>
     6      </property>
     7      <property>
     8          <name>hive.metastore.event.db.notification.api.auth</name>
     9          <value>false</value>
    10      </property>
    11      <property>
    12          <name>javax.jdo.option.ConnectionDriverName</name>
    13          <value>com.mysql.jdbc.Driver</value>
    14      </property>
    15      <property>
    16          <name>javax.jdo.option.ConnectionURL</name>
    17          <value>jdbc:mysql://mariadb:3306/metastore_db</value>
    18      </property>
    19      <property>
    20          <name>javax.jdo.option.ConnectionUserName</name>
    21          <value>admin</value>
    22      </property>
    23      <property>
    24          <name>javax.jdo.option.ConnectionPassword</name>
    25          <value>admin</value>
    26      </property>
    27      <property>
    28          <name>hive.metastore.schema.verification</name>
    29          <value>false</value>
    30      </property>
    31      <property>
    32          <name>fs.s3a.path.style.access</name>
    33          <value>true</value>
    34      </property>
    35      <property>
    36          <name>fs.s3.impl</name>
    37          <value>org.apache.hadoop.fs.s3a.S3AFileSystem</value>
    38      </property>
    39      <property>
    40          <name>fs.s3a.impl</name>
    41          <value>org.apache.hadoop.fs.s3a.S3AFileSystem</value>
    42      </property>
    43      <property>
    44          <name>fs.s3a.endpoint</name>
    45          <value>http://lakefs:8000</value>
    46      </property>
    47      <property>
    48          <name>fs.s3a.access.key</name>
    49          <value>AKIAIOSFODNN7EXAMPLE</value>
    50      </property>
    51      <property>
    52          <name>fs.s3a.secret.key</name>
    53          <value>wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY</value>
    54      </property>
    55  </configuration>
    56