InterviewSolution
Saved Bookmarks
| 1. |
Mention the steps involved in commissioning (adding) the nodes in the Hadoop cluster? |
|
Answer» Update the network addresses in the dfs.include and mapred.include $ hadoop dfsadmin -refreshNodes and hadoop mradmin -refreshNodes Update the slave FILE.START the DataNode and NODEMANAGER on the added NODE. |
|