GitHub user Zedmor opened a pull request:

    https://github.com/apache/samza/pull/431

    Staging directory name has to be formatted in config

    When we instantiate a HDFS config staging directory we missing a formatter 
for getStagingDirectory so systems.hdfs-system-name.stagingDirectory does not 
parse from config, but only systems.%s.stagingDirectory only parses instead.
     
    Solution is to add formatter to getStagingDirectory method.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/curren-c/samza FixStagingDirHDFS

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/431.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #431
    
----
commit 7eb4e6be841397fe5b8ef6a34d0a8553c547ef03
Author: Akim Akimov <zedmor@...>
Date:   2018-02-23T01:10:18Z

    Staging directory name has to be formatted in config

----


---

Reply via email to