bash - Run HDFS as sudo user -
due script using install hadoop, having run commands sudo. trying start hdfs typing "start-dfs.sh", says
sudo: start-dfs.sh: command not found i typed full path name i.e. sudo /home/ubuntu/hadoop-2.2.0/sbin/start-dfs.sh, did not work either. know how can start hdfs service sudo? in advance!
Comments
Post a Comment