I guess the script outputs the config file? Then just pipe it to a file like this:
python generateHadoopConfig.py > myconfig.conf
solved Generating configuration file using python
I guess the script outputs the config file? Then just pipe it to a file like this:
python generateHadoopConfig.py > myconfig.conf
solved Generating configuration file using python