<div dir="ltr"><div><div><div>Hi Arindam,<br><br></div>Currently Savanna has plugin structure and Vanilla plugin supports only Hadoop 1.1.2. But this restriction is reflected mostly in configs for Hadoop. You may take a look to all config-defaults files in <a href="https://github.com/stackforge/savanna/tree/master/savanna/plugins/vanilla/resources">https://github.com/stackforge/savanna/tree/master/savanna/plugins/vanilla/resources</a> . Services starting may depend on version too.  E.g. all processes are started using hadoop-daemon.sh. You may examine all this start-commands in this file: <a href="https://github.com/stackforge/savanna/blob/master/savanna/plugins/vanilla/run_scripts.py">https://github.com/stackforge/savanna/blob/master/savanna/plugins/vanilla/run_scripts.py</a> . So to support earlier hadoop versions a new plugin may be created and it will not be too different from existing Vanilla plugin. If you are interested in it's implementation you are very welcome!<br>
<br></div>Thanks,<br></div>Nadya<br></div>