We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d096839 commit 5577307Copy full SHA for 5577307
emr-2.4.2/install-post-hadoop
@@ -14,6 +14,7 @@ echo " if [ \"/home/hadoop/bin/hadoop fs -test -d /mnt\" ]; then" >>/tmp/fireup.
14
echo " /home/hadoop/bin/hadoop fs -mkdir /user/user3" >>/tmp/fireup.sh
15
echo " /home/hadoop/bin/hadoop fs -mkdir /tmp" >>/tmp/fireup.sh
16
echo " /home/hadoop/bin/hadoop fs -chmod -R 777 /" >>/tmp/fireup.sh
17
+echo " sudo -u shiny nohup shiny-server &" >>/tmp/fireup.sh
18
# Anything you would like to add (configurations or installations) that require Hadoop, HDFS to be running
19
# use a shell script format and enter after this comment, preferably before the empty crontab entry.
20
# PLEASE TAKE CARE OF BASHISMS, AMAZON AMI BASH IS NOT STANDARD BASH
0 commit comments