GitHub user PepperJo opened a pull request:
https://github.com/apache/incubator-crail/pull/27
Scripts: fix log/pid file for multiple datanodes
Fix using the same filename when starting multiple storage
tiers on the same node. Append arguments from slave file
to make path unique.
https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-29
Signed-off-by: Jonas Pfefferle <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PepperJo/incubator-crail script_slave_args
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/27.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 #27
----
commit 756a6401f845bd4787a623540f40ceea5a8ad982
Author: Jonas Pfefferle <pepperjo@...>
Date: 2018-06-20T13:45:47Z
Scripts: fix log/pid file for multiple datanodes
Fix using the same filename when starting multiple storage
tiers on the same node. Append arguments from slave file
to make path unique.
https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-29
Signed-off-by: Jonas Pfefferle <[email protected]>
----
---