In this tutorial, we shall learn how to create a multi node Hadoop cluster having 3 or more nodes from scratch. We shall create one namenode(master) and rest datanodes(slaves). This involves all steps/issue solutions while runnning or setting up an apache hadoop cluster on a Linux machine.
Please subscribe to my Youtube channel for such tutorials
In this tutorial, I will show you how to generate random numbers in a specified range in Linux. We can use the predefined variable RANDOM also. We shall show show you how to shuffle a set of number...
In this tutorial, I will show you how to submit a map reduce in hadoop. We shall submit a job using jar file. we shall see the flow of job processing using map reduce. Later we shall create a sudo...
In this tutorial, I will show you how to work with Ambari. We shall go through Ambari and all the components that we have installed. W shall fix all the components in Red and bring them to green. W...
This is the continued video tutorial of Apache ambari cluster installation process. Please watch part 1 before watching this tutorial: https://www.youtube.com/watch?v=3zCRbtjfsBQ
In this tutorial, I will show you how to create multi node cluster on ambari along with all hadoop components like yarn, Tez, Kafka, zookeeper, Druid, sqoop etc. So we shall use 3 nodes and setup c...
In this tutorial, we shall learn to setup Ambari server in Ubuntu machine . We shall start/stop Amabri and learn to access the admin console of Ambari webpage.
In this tutorial, We will show you how to work with Firewall in a Linux machine. We shall learn how to start firewall -how to stop firewall How to allow/deny a particular IP/port number How to reje...
In this tutorial, we shall learn how to create a multi node Hadoop cluster having 3 or more nodes from scratch. We shall create one namenode(master) and rest datanodes(slaves). This involves all st...
In this tutorial, I will show you how to generate random numbers in a specified range in Linux. We can use the predefined variable RANDOM also. We shall show show you how to shuffle a set of number...
In this tutorial, I will show you how to setup Apache Hadoop in WIndows 10. We shall learn step by step how to edit configuration files, how to define environment variables in windows, how to start...
In this tutorial, I will show you how to access HDFS using command line and through web browser. How to upload a local file to HDFS How to download a file from HDFS How to create folders in HDFS Ho...
In this tutorial, we shall learn how to create a single node cluster in Hadoop . We shall create single namenode , datanode and a secondary node on a same server and start the filesystem.