<% if @hbase_master != "" %> hbase.master <%= @hbase_master %> http://wiki.apache.org/hadoop/Hive/HBaseIntegration <% end %> <% if @hbase_zookeeper_quorum != "" %> hbase.zookeeper.quorum <%= @hbase_zookeeper_quorum %> http://wiki.apache.org/hadoop/Hive/HBaseIntegration <% end %> hive.execution.engine <%= @hive_execution_engine %> javax.jdo.option.ConnectionURL jdbc:derby:;databaseName=/var/lib/hive/metastore/metastore_db;create=true JDBC connect string for a JDBC metastore javax.jdo.option.ConnectionDriverName org.apache.derby.jdbc.EmbeddedDriver Driver class name for a JDBC metastore hive.hwi.war.file /usr/lib/hive/lib/hive-hwi.war This is the WAR file with the jsp content for Hive Web Interface