You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Attila Csaba Marosi (JIRA)" <ji...@apache.org> on 2018/08/09 12:58:00 UTC

[jira] [Created] (AMBARI-24444) Tooltip For Zeppelin "zeppelin.ssl.keystore.path" wrong

Attila Csaba Marosi created AMBARI-24444:
--------------------------------------------

             Summary: Tooltip For Zeppelin "zeppelin.ssl.keystore.path" wrong
                 Key: AMBARI-24444
                 URL: https://issues.apache.org/jira/browse/AMBARI-24444
             Project: Ambari
          Issue Type: Bug
    Affects Versions: trunk, 2.7.0
            Reporter: Attila Csaba Marosi


The tooltip forĀ zeppelin.ssl.keystore.path displays "Path to keystore relative to Zeppelin home", but based on Zeppelin documentationĀ [1] it is relative to the configuration directory: "Path to keystore relative to Zeppelin configuration directory".

Proposed diff: 

diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.7.0/configuration/zeppelin-config.xml b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.7.0/configuration/zeppelin-config.xml
index dfecae6f52..06c3952b7c 100644
--- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.7.0/configuration/zeppelin-config.xml
+++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.7.0/configuration/zeppelin-config.xml
@@ -127,7 +127,7 @@
   <property>
     <name>zeppelin.ssl.keystore.path</name>
     <value>conf/keystore</value>
-    <description>Path to keystore relative to Zeppelin home</description>
+    <description>Path to keystore relative to Zeppelin configuration directory</description>
     <on-ambari-upgrade add="false"/>
   </property>
   <property>


[1] https://zeppelin.apache.org/docs/0.7.0/install/configuration.html#configuring-server-side-ssl



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)