GitHub user patrickstuedi opened a pull request:
https://github.com/apache/incubator-crail/pull/25
Make default configuration easier to run
Better default values for cachepath and tcp storage path. Throw an
exception if paths are invalid. Throw an exception if interface is
invalid. Trim down crail-site.conf.template to only include the
necessary parameters.
https://issues.apache.org/jira/browse/CRAIL-15
Signed-off-by: Patrick Stuedi <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/patrickstuedi/incubator-crail readyconf
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/25.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 #25
----
commit 84f608e542d6eed044bdf12ef45616ec645f7a4d
Author: Patrick Stuedi <pstuedi@...>
Date: 2018-06-19T13:21:07Z
Make default configuration easier to run
Better default values for cachepath and tcp storage path. Throw an
exception if paths are invalid. Throw an exception if interface is
invalid. Trim down crail-site.conf.template to only include the
necessary parameters.
https://issues.apache.org/jira/browse/CRAIL-15
Signed-off-by: Patrick Stuedi <[email protected]>
----
---