<?xml version="1.0" encoding="UTF-8" ?> 
- <configuration>
- <property>
  <name>hive.server2.authentication</name> 
  <value>KERBEROS</value> 
  </property>
- <property>
  <name>related.hbase.service.name</name> 
  <value>HBase</value> 
  </property>
- <property>
  <name>hive.metastore.uris</name> 
  <value>thrift://x.x.x.104:21088,thrift://x.x.x.103:21088</value> 
  </property>
- <property>
  <name>hive.server2.authentication.kerberos.principal</name> 
  <value>hive/[email protected]</value> 
  </property>
- <property>
  <name>hive.server2.authentication.kerberos.keytab</name> 
 
<value>/opt/huawei/Bigdata/FusionInsight/FusionInsight-Hive-1.3.0/hive-1.3.0/bin/hive.keytab</value>
 
  </property>
- <property>
  <name>hive.metastore.kerberos.principal</name> 
  <value>hive/[email protected]</value> 
  </property>
- <property>
  <name>hive.security.authorization.enabled</name> 
  <value>false</value> 
  </property>
- <property>
  <name>hive.server2.thrift.sasl.qop</name> 
  <value>auth-conf</value> 
  </property>
- <property>
  <name>hive.server2.enable.doAs</name> 
  <value>true</value> 
  </property>
- <property>
  <name>hive.mapred.reduce.tasks.speculative.execution</name> 
  <value>false</value> 
  </property>
  </configuration>



and  metastore configuration is as

  <?xml version="1.0" encoding="UTF-8" ?> 
- <configuration>
- <property>
  <name>hive.metastore.db.ssl.enabled</name> 
  <value>false</value> 
  </property>
- <property>
  <name>javax.jdo.option.ConnectionDriverName</name> 
  <value>org.postgresql.Driver</value> 
  </property>
- <property>
  <name>hive.metastore.blacklist.keep.times</name> 
  <value>10000</value> 
  </property>
- <property>
  <name>hive.metastore.sasl.enabled</name> 
  <value>true</value> 
  </property>
- <property>
  <name>hive.metastore.warehouse.dir</name> 
  <value>/user/hive/warehouse</value> 
  </property>
- <property>
  <name>hive.security.acl.flag</name> 
  <value>HIVE_INTERNAL_USE</value> 
  </property>
- <property>
  <name>hive.metastore.thrift.sasl.qop</name> 
  <value>auth-conf</value> 
  </property>
- <property>
  <name>javax.jdo.option.ConnectionPassword</name> 
  <value> encrypted value removed for this post </value> 
  </property>
- <property>
  <name>hive.keychain.dir</name> 
  <value>/user/hive/keychain</value> 
  </property>
- <property>
  <name>dfs.namenode.acls.enabled</name> 
  <value>true</value> 
  </property>
- <property>
  <name>javax.jdo.dbuser.decode.enable</name> 
  <value>true</value> 
  </property>
- <property>
  <name>javax.jdo.option.ConnectionURL</name> 
  <value>jdbc:postgresql://x.x.x.204:20051/hivemeta?socketTimeout=60</value> 
  </property>
- <property>
  <name>javax.jdo.option.ConnectionUserName</name> 
  <value>hive</value> 
  </property>
- <property>
  <name>hive.exec.scratchdir</name> 
  <value>/tmp/hive-scratch</value> 
  </property>
  </configuration>

--
View this message in context: 
http://apache-kylin.74782.x6.nabble.com/3-Step-Name-Extract-Fact-Table-Distinct-Error-tp6864p6884.html
Sent from the Apache Kylin mailing list archive at Nabble.com.

Reply via email to