----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57980/ -----------------------------------------------------------
Review request for Ambari. Repository: ambari Description ------- This snippet of code python_binaries=( "/usr/bin/python" "/usr/bin/python2" "/usr/bin/python2.7", "/usr/bin/python2.6" ) The comma after "/usr/bin/python2.7", causes this path to be always invalid. Diffs ----- ambari-agent/conf/unix/install-helper.sh 0e32d0a5d8 ambari-server/conf/unix/install-helper.sh 8def27ab53 Diff: https://reviews.apache.org/r/57980/diff/1/ Testing ------- Tested it on my worstation. Executed the tests locally. Thanks, Aman Poonia
