Skip to content

Instantly share code, notes, and snippets.

@joshuarobinson
Created July 10, 2019 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuarobinson/4342a0f9cf35bfd8c7ee6752de032282 to your computer and use it in GitHub Desktop.
Save joshuarobinson/4342a0f9cf35bfd8c7ee6752de032282 to your computer and use it in GitHub Desktop.
<configuration>
<property>
<name>metastore.thrift.uris</name>
<value>thrift://10.62.205.205:9083</value>
</property>
<property>
<name>metastore.task.threads.always</name>
<value>org.apache.hadoop.hive.metastore.events.EventCleanerTask</value>
</property>
<property>
<name>metastore.expression.proxy</name>
<value>org.apache.hadoop.hive.metastore.DefaultPartitionExpressionProxy</value>
</property>
<property>
<name>javax.jdo.option.ConnectionDriverName</name>
<value>com.mysql.jdbc.Driver</value>
</property>
<property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:mysql://10.62.205.205:13306/metastore_db</value>
</property>
<property>
<name>javax.jdo.option.ConnectionUserName</name>
<value>root</value>
</property>
<property>
<name>javax.jdo.option.ConnectionPassword</name>
<value>mypass</value>
</property>
<property>
<name>metastore.warehouse.dir</name>
<value>s3a://joshuarobinson/</value>
</property>
<property>
<name>metastore.thrift.port</name>
<value>9083</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment