This is an automated email from the ASF dual-hosted git repository.
evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 5784cad BIGTOP-3353: hive.hwi.war.file configuration is no longer
needed (#638)
5784cad is described below
commit 5784cad1f3a32dcbe3001f1f1db55eac2c947a3f
Author: masatana <[email protected]>
AuthorDate: Thu May 7 03:26:50 2020 +0900
BIGTOP-3353: hive.hwi.war.file configuration is no longer needed (#638)
---
bigtop-deploy/puppet/modules/hadoop_hive/templates/hive-site.xml | 5 -----
bigtop-packages/src/common/hive/hive-site.xml | 6 ------
2 files changed, 11 deletions(-)
diff --git a/bigtop-deploy/puppet/modules/hadoop_hive/templates/hive-site.xml
b/bigtop-deploy/puppet/modules/hadoop_hive/templates/hive-site.xml
index bdce629..95e8a63 100644
--- a/bigtop-deploy/puppet/modules/hadoop_hive/templates/hive-site.xml
+++ b/bigtop-deploy/puppet/modules/hadoop_hive/templates/hive-site.xml
@@ -73,11 +73,6 @@
<description>Driver class name for a JDBC metastore</description>
</property>
-<property>
- <name>hive.hwi.war.file</name>
- <value>/usr/lib/hive/lib/hive-hwi.war</value>
- <description>This is the WAR file with the jsp content for Hive Web
Interface</description>
-</property>
<property>
<name>hive.server2.allow.user.substitution</name>
diff --git a/bigtop-packages/src/common/hive/hive-site.xml
b/bigtop-packages/src/common/hive/hive-site.xml
index cce35f1..98d2fdb 100644
--- a/bigtop-packages/src/common/hive/hive-site.xml
+++ b/bigtop-packages/src/common/hive/hive-site.xml
@@ -39,10 +39,4 @@
<description>Driver class name for a JDBC metastore</description>
</property>
-<property>
- <name>hive.hwi.war.file</name>
- <value>/usr/lib/hive/lib/hive-hwi-@[email protected]</value>
- <description>This is the WAR file with the jsp content for Hive Web
Interface</description>
-</property>
-
</configuration>