You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Arun Mahadevan (JIRA)" <ji...@apache.org> on 2017/02/03 05:19:52 UTC

[jira] [Updated] (AMBARI-19860) Ambari upgrade to HDP 2.5 from earlier versions does not update storm worker/cluster log directory

     [ https://issues.apache.org/jira/browse/AMBARI-19860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun Mahadevan updated AMBARI-19860:
------------------------------------
    Description: 
During upgrade the storm worker.xml and cluster.xml files should have updated path.

{noformat}
 <RollingFile name="A1"
		fileName="${sys:workers.artifacts}/${sys:storm.id}/${sys:worker.port}/${sys:logfile.name}"
		filePattern="${sys:workers.artifacts}/${sys:storm.id}/${sys:worker.port}/${sys:logfile.name}.%i.gz">
{noformat}


  was:
During upgrade the storm worker.xml and cluster.xml files should have updated path.

 <RollingFile name="A1"
		fileName="${sys:workers.artifacts}/${sys:storm.id}/${sys:worker.port}/${sys:logfile.name}"
		filePattern="${sys:workers.artifacts}/${sys:storm.id}/${sys:worker.port}/${sys:logfile.name}.%i.gz">



> Ambari upgrade to HDP 2.5 from earlier versions does not update storm worker/cluster log directory
> --------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-19860
>                 URL: https://issues.apache.org/jira/browse/AMBARI-19860
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Arun Mahadevan
>
> During upgrade the storm worker.xml and cluster.xml files should have updated path.
> {noformat}
>  <RollingFile name="A1"
> 		fileName="${sys:workers.artifacts}/${sys:storm.id}/${sys:worker.port}/${sys:logfile.name}"
> 		filePattern="${sys:workers.artifacts}/${sys:storm.id}/${sys:worker.port}/${sys:logfile.name}.%i.gz">
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)