[GitHub] incubator-crail pull request #7: Enable environment variable expansion in cr...

2018-02-27 Thread raduioanstoica
GitHub user raduioanstoica opened a pull request: https://github.com/apache/incubator-crail/pull/7 Enable environment variable expansion in crail-site.conf You can merge this pull request into a Git repository by running: $ git pull https://github.com/raduioanstoica/incubator

[GitHub] incubator-crail issue #7: Enable environment variable expansion in crail-sit...

2018-02-27 Thread raduioanstoica
Github user raduioanstoica commented on the issue: https://github.com/apache/incubator-crail/pull/7 Sometimes it is easier to set dynamic configuration options through environment variables. This allows reusing the same Crail configuration file for similar deployments where only non

[GitHub] incubator-crail issue #7: Enable environment variable expansion in crail-sit...

2018-02-27 Thread raduioanstoica
Github user raduioanstoica commented on the issue: https://github.com/apache/incubator-crail/pull/7 @animeshtrivedi - If an environment variable is not set, a warning is printed and the option is set to an empty string (""). An exception will probably follow in case

[GitHub] incubator-crail issue #7: Enable environment variable expansion in crail-sit...

2018-02-27 Thread raduioanstoica
Github user raduioanstoica commented on the issue: https://github.com/apache/incubator-crail/pull/7 At 3) I mean to extract the options directly from the code (from the CrailConstants-style classes) and update the crail-site.conf.template file in /conf. The options would be ideally

[GitHub] incubator-crail pull request #9: Crail Object Storage Tier implementation

2018-03-09 Thread raduioanstoica
GitHub user raduioanstoica opened a pull request: https://github.com/apache/incubator-crail/pull/9 Crail Object Storage Tier implementation You can merge this pull request into a Git repository by running: $ git pull https://github.com/raduioanstoica/incubator-crail

[GitHub] incubator-crail pull request #10: Crail file/directory permissions can be se...

2018-03-10 Thread raduioanstoica
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