You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2013/12/04 23:28:59 UTC

git commit: AMBARI-3980. WebHCat PID Dir is /etc/run/webhcat for HDP-1.x stack. (jaimin)

Updated Branches:
  refs/heads/branch-1.4.2 2074facc9 -> 993a82f20


AMBARI-3980. WebHCat PID Dir is  /etc/run/webhcat for HDP-1.x stack. (jaimin)


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

Branch: refs/heads/branch-1.4.2
Commit: 993a82f2018f7c3cece73908246122ec02939578
Parents: 2074fac
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Wed Dec 4 14:27:19 2013 -0800
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Wed Dec 4 14:27:19 2013 -0800

----------------------------------------------------------------------
 .../stacks/HDP/1.3.0/services/HCATALOG/configuration/global.xml    | 2 +-
 .../stacks/HDP/1.3.2/services/HCATALOG/configuration/global.xml    | 2 +-
 .../stacks/HDP/1.3.3/services/HCATALOG/configuration/global.xml    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/993a82f2/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HCATALOG/configuration/global.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HCATALOG/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HCATALOG/configuration/global.xml
index dd89409..b0c7eb6 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HCATALOG/configuration/global.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HCATALOG/configuration/global.xml
@@ -28,7 +28,7 @@
   </property>
   <property>
     <name>hcat_pid_dir</name>
-    <value>/etc/run/webhcat</value>
+    <value>/var/run/webhcat</value>
     <description>WebHCat Pid Dir.</description>
   </property>
   <property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/993a82f2/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HCATALOG/configuration/global.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HCATALOG/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HCATALOG/configuration/global.xml
index dd89409..b0c7eb6 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HCATALOG/configuration/global.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HCATALOG/configuration/global.xml
@@ -28,7 +28,7 @@
   </property>
   <property>
     <name>hcat_pid_dir</name>
-    <value>/etc/run/webhcat</value>
+    <value>/var/run/webhcat</value>
     <description>WebHCat Pid Dir.</description>
   </property>
   <property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/993a82f2/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HCATALOG/configuration/global.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HCATALOG/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HCATALOG/configuration/global.xml
index dd89409..b0c7eb6 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HCATALOG/configuration/global.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HCATALOG/configuration/global.xml
@@ -28,7 +28,7 @@
   </property>
   <property>
     <name>hcat_pid_dir</name>
-    <value>/etc/run/webhcat</value>
+    <value>/var/run/webhcat</value>
     <description>WebHCat Pid Dir.</description>
   </property>
   <property>