You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2015/09/14 23:02:48 UTC

[2/2] hive git commit: HIVE-11818: LLAP: Rerunning MiniLlap does not start as web app port is used (Prasanth Jayachandran)

HIVE-11818: LLAP: Rerunning MiniLlap does not start as web app port is used (Prasanth Jayachandran)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/dd8b1365
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/dd8b1365
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/dd8b1365

Branch: refs/heads/llap
Commit: dd8b1365dd24079620a40e748477030469c3eaad
Parents: 0f2be7e
Author: Prasanth Jayachandran <j....@gmail.com>
Authored: Mon Sep 14 16:02:29 2015 -0500
Committer: Prasanth Jayachandran <j....@gmail.com>
Committed: Mon Sep 14 16:02:29 2015 -0500

----------------------------------------------------------------------
 data/conf/llap/llap-daemon-site.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/dd8b1365/data/conf/llap/llap-daemon-site.xml
----------------------------------------------------------------------
diff --git a/data/conf/llap/llap-daemon-site.xml b/data/conf/llap/llap-daemon-site.xml
index fc9e950..f2851a7 100644
--- a/data/conf/llap/llap-daemon-site.xml
+++ b/data/conf/llap/llap-daemon-site.xml
@@ -24,6 +24,11 @@
 </property>
 
 <property>
+  <name>llap.daemon.service.port</name>
+  <value>0</value>
+</property>
+
+<property>
   <name>llap.daemon.num.executors</name>
   <value>4</value>
 </property>