You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Chanh Le (JIRA)" <ji...@apache.org> on 2016/07/14 04:03:20 UTC

[jira] [Created] (ZEPPELIN-1173) Could not set hive.metastore.warehouse.dir property

Chanh Le created ZEPPELIN-1173:
----------------------------------

             Summary: Could not set hive.metastore.warehouse.dir property 
                 Key: ZEPPELIN-1173
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1173
             Project: Zeppelin
          Issue Type: Bug
          Components: Core, zeppelin-interpreter
    Affects Versions: 0.6.0
         Environment: Centos 6.7
java version "1.8.0_77"
Running alongside with Spark Thrift Server. 
            Reporter: Chanh Le
            Priority: Critical


add hive-site.xml at $ZEP_DIR/conf/hive-site.xml

{code:xml}
<configuration>
  <property>
    <name>hive.metastore.warehouse.dir</name>
    <value>/user/hive/warehouse/</value>
    <description>location of default database for the warehouse</description>
  </property>
  <property>
  <name>hive.metastore.metadb.dir</name>
  <value>/user/hive/metadb/</value>
  <description>
  Required by metastore server or if the uris argument below is not supplied
  </description>
</property>
</configuration>
{code}
And I check in Notebook the hive.metastore.metadb.dir is ok.
!http://i.imgur.com/2Y0v7zU.png!
But hive.metastore.warehouse.dir is not.
!http://i.imgur.com/uqkXtQI.png!

I don't know where /tmp/... come from.
Please help fix it.
 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)