Because you said it ran yesterday and did not run today when you "switched on" your system, I am guessing the hadoop daemons are not running.
run the jps command to check if the daemons are running.
If not, use the following command to start the daemons:
cd $HADOOP_HOME/sbin
./start-all.sh