You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Yesha Vora (JIRA)" <ji...@apache.org> on 2017/10/19 20:40:00 UTC

[jira] [Created] (AMBARI-22275) yarn.timeline-service.entity-group-fs-store.group-id-plugin-classpath value is not set properly

Yesha Vora created AMBARI-22275:
-----------------------------------

             Summary: yarn.timeline-service.entity-group-fs-store.group-id-plugin-classpath value is not set properly
                 Key: AMBARI-22275
                 URL: https://issues.apache.org/jira/browse/AMBARI-22275
             Project: Ambari
          Issue Type: Bug
    Affects Versions: 2.6.0
            Reporter: Yesha Vora


Timeline service entity class path value is wrongly populated.

{code:title=current value}
<property>
      <name>yarn.timeline-service.entity-group-fs-store.group-id-plugin-classpath</name>
      <value></value>
    </property>
{code}
{code:title=expected value}
<property>
      <name>yarn.timeline-service.entity-group-fs-store.group-id-plugin-classpath</name>
      <value>/usr/hdp/${hdp.version}/spark/hdpLib/*</value>
    </property>{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)