bugfix for hadoop integration setup.pl
Brought to you by:
rayrayson,
ron_chen_123
Just got bit by a bug in the hadoop integration setup.pl. When modifying the output of "qconf -sconf", it assumes that there will be exactly two values on a line (key and value), and does not take into account that the value may have a space in it (e.g.,
$qconf -sc
...
qlogin_daemon /usr/sbin/sshd -i
...
The script removes the "-i", which causes qlogins to fail on our system.
Simple fix in attached patch.
diff for source/dist/hadoop/setup.pl