You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by av...@apache.org on 2018/04/16 12:49:26 UTC

[ambari] branch trunk updated: [AMBARI-23415] Remove unwanted trailing slash at the end of hbase_pid_dir path in ams-hbase-env

This is an automated email from the ASF dual-hosted git repository.

avijayan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 27a6dc6  [AMBARI-23415] Remove unwanted trailing slash at the end of hbase_pid_dir path in ams-hbase-env
27a6dc6 is described below

commit 27a6dc676d57f59fc204da0c8be0e236e115fb9e
Author: Jay SenSharma <jo...@gmail.com>
AuthorDate: Sat Mar 31 00:03:04 2018 +1100

    [AMBARI-23415] Remove unwanted trailing slash at the end of hbase_pid_dir path in ams-hbase-env
---
 .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
index e8bb8b7..11f8f9c 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
@@ -39,7 +39,7 @@
   <property>
     <name>hbase_pid_dir</name>
     <display-name>HBase PID Dir</display-name>
-    <value>/var/run/ambari-metrics-collector/</value>
+    <value>/var/run/ambari-metrics-collector</value>
     <description>Pid Directory for HBase.</description>
     <value-attributes>
       <type>directory</type>

-- 
To stop receiving notification emails like this one, please contact
avijayan@apache.org.