sbathehwx / failhadoop

A framework for running various failure tests against a Hadoop cluster
0 stars 1 forks source link

Clean up configurations after making changes #15

Closed sbathehwx closed 7 years ago

sbathehwx commented 7 years ago

Right now, after simulating the failure, we leave behind configuration change trails. Which means anyone looking at Ambari can figure out what was done.

We need a mechanism to remove old configurations so there is no "diff" or record of what was changed.

sbathehwx commented 7 years ago

So far looks like there is no API to do it cleanly. We may need to just hack the DB :(

sbathehwx commented 7 years ago

Cannot be done as of now. Will need to deep dive into DB dependencies to do it right.