Posts

Showing posts from 2015

How to find Unix Flavour

Image
Below is the command to know your Unix flavor. lsb_release -a

How to start hadoop daemons?

To start- cd /usr/local/hadoop/etc/hadoop start-dfs.sh && start-yarn.sh To Stop- stop-dfs.sh stop-yarn.sh