From the course: Data Science Tools of the Trade: First Steps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Hadoop cluster: Operation

Hadoop cluster: Operation

From the course: Data Science Tools of the Trade: First Steps

Start my 1-month free trial

Hadoop cluster: Operation

- [Male] There are a number of steps involved in starting a Hadoop Cluster. Since you're starting the cluster for the first time, issue a command to format the name node. Let's change our directory to slash user slash local slash hadoop. Now type HDFS space name node space dash format. Press enter. You can start your name node by first typing dot slash 'sbin' slash hadoop hyphen daemon dot SH space dash dash 'config' space dollar hadoop underscore 'conf' underscore DIR space dash dash script space HDFS space start space name node. Next, just change name node into data node. Press enter. This will start your data node. Lastly, type dot slash 'sbin' slash start hyphen DFS dot SH script, as I'm doing here. Press enter. Okay, I've made an error here. Let me retype that very quickly. Now let's open another terminal window. Now, let's sign in as HD user. So type su, SU, space dash space HD user. Press enter. And then enter your password. Now, you'll need file system that will work with…

Contents