zrlio / crail

[Archived] A Fast Multi-tiered Distributed Storage System based on User-Level I/O

Home Page:http://crail.incubator.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More descriptive names for Crail parameters

animeshtrivedi opened this issue · comments

The default config that is generated in assembly/target contains crail-site.conf, which has a list of parameters:

crail.blocksize				1048576
crail.buffersize			1048576
crail.regionsize			1073741824
crail.cachelimit			1073741824
crail.cachepath				<path, should be huge page mountpoint>
crail.singleton				true
crail.statistics 			true
crail.namenode.address			crail://<hostname>:9060
..

It would be nice if we can qualify all parameters that are listed there ... for example
crail.blocksize can be crail.fs.blocksize, and crail.buffersize can be crail.client.buffersize. This modification explicitly shows which parameter is relevant for which Crail component.

Agree. New code has params structured in client, storage and namenode.