I want to add a couple of extra properties to hadoop config files in an extension of the normal hadoop installation. This may be in a new service, but it may be on a per-deployment basis
Is there any way to do this today? I could imagine specifying some new property that points to a file/resource containing extra properties to put in, with the base service reading this and adding the properties after the normal defaults. Otherwise it's subclass and tweak (or completely replace) the Hadoop actions -and I don't want to do that. -Steve