GitHub user patrickstuedi opened a pull request:
https://github.com/apache/incubator-crail/pull/31
Throw more meaningful exception if datapath is invalid or has no write
permissions.
Fixes the issue of invalid datapath or missing write permissions on the
datapath for both the RDMA and the TCP storage tier.
https://issues.apache.org/jira/browse/CRAIL-45
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 datapath
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/31.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 #31
----
commit 8ddab129a5e6eb450d23e4efaba29a6ac3c2801f
Author: Patrick Stuedi <pstuedi@...>
Date: 2018-06-26T08:43:04Z
Throw more meaningful exception if datapath is invalid or has no write
permissions.
Fixes the issue of invalid datapath or missing write permissions on the
datapath for both the RDMA and the TCP storage tier.
https://issues.apache.org/jira/browse/CRAIL-45
Signed-off-by: Patrick Stuedi <[email protected]>
----
---