| <?xml version="1.0"?> | |
| <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | |
| <configuration> | |
| <property> | |
| <name>hive.metastore.uris</name> | |
| <value>thrift://localhost:9083</value> | |
| </property> | |
| <property> | |
| <name>javax.jdo.option.ConnectionURL</name> | |
| <value>jdbc:derby:;databaseName=/var/lib/hive/metastore/metastore_db;create=true</value> | |
| </property> | |
| <property> | |
| <name>fs.defaultFS</name> | |
| <value>file:///</value> | |
| </property> | |
| </configuration> |