my instance setup script would always fail becuse it wasn't present on the hadoom nodes or node manager.
That is, running :
./compute_cluster_for_hadoop.py start --prefix --zone --command ./setup.sh
setup.sh was never copied to the remote hosts. An input mapper script is always copied, shouldn't the the setup command also be copied?
Thanks!