You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by thaDude <gi...@git.apache.org> on 2016/10/21 09:36:09 UTC

[GitHub] storm issue #942: [STORM-1387] workers-artifacts directory configurable, and...

Github user thaDude commented on the issue:

    https://github.com/apache/storm/pull/942
  
    I can't get this to work on our cluster, whatever changes are made to storm.yaml - worker artifacts keep going into `${STORM_HOME}/logs/workers-artifacts/`. nimbus and supervisor log files are correctly created in the configured `storm.log.dir` however.
    
    Here is my configuration:
    ```
    storm.local.dir: "/data/storm"
    storm.log.dir: "/data/storm/logs"
    
    # Already redundant since default is supposedly "worker-artifacts" relative to storm.log.dir
    storm.workers.artifacts.dir: "/data/storm/logs/workers-artifacts"
    ```
    
    Not sure if related, but the worker.xml Log4j2 configuration only references `{sys:workers.artifacts}`.
    
    Anyone?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---