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 commented out and include the default
values and comments (if any). It would be much easier for a user to see all
configuration options in one place.
There are many ways to do this. I guess we could start by having a look at
Hadoop / Spark to see if they do something similar.
---