pssh -h hosts.txt -i 'cd ~ && crontab -l > cron.cron && echo "* * * * * echo hello >>/home/hadoop/time.log" >> cron.cron && crontab cron.cron '