Skip to content

Commit 5577307

Browse files
committed
updated post hadoop
1 parent d096839 commit 5577307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emr-2.4.2/install-post-hadoop

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ echo " if [ \"/home/hadoop/bin/hadoop fs -test -d /mnt\" ]; then" >>/tmp/fireup.
1414
echo " /home/hadoop/bin/hadoop fs -mkdir /user/user3" >>/tmp/fireup.sh
1515
echo " /home/hadoop/bin/hadoop fs -mkdir /tmp" >>/tmp/fireup.sh
1616
echo " /home/hadoop/bin/hadoop fs -chmod -R 777 /" >>/tmp/fireup.sh
17+
echo " sudo -u shiny nohup shiny-server &" >>/tmp/fireup.sh
1718
# Anything you would like to add (configurations or installations) that require Hadoop, HDFS to be running
1819
# use a shell script format and enter after this comment, preferably before the empty crontab entry.
1920
# PLEASE TAKE CARE OF BASHISMS, AMAZON AMI BASH IS NOT STANDARD BASH

0 commit comments

Comments
 (0)