GitHub user raduioanstoica opened a pull request: https://github.com/apache/incubator-crail/pull/10
Crail file/directory permissions can be set from the config file Some Spark/Hadoop applications rely on using non-default file or directory permissions, however, Crail does not implement yet this functionality. One example of a commonly used application is the Hadoop Distributed Copy tool (https://hadoop.apache.org/docs/current/hadoop-distcp/DistCp.html) that allows moving data directly between distributed filesystems. This commit allows setting custom permissions for files & directories from the Crail configuration file. It is not a proper implementation, rather a temporary fix to allow the user to change file/directory permissions and be able to run existing applications. You can merge this pull request into a Git repository by running: $ git pull https://github.com/raduioanstoica/incubator-crail hdfspermissions Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-crail/pull/10.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 #10 ---- commit 6bd3f103af48263965ea1cea104e5ebeea9a181b Author: Radu Stoica <radu.ioan.stoica@...> Date: 2018-03-10T17:54:02Z Crail file/directory permissions can be set from the config file. ---- ---