Home / Andanayya

Andanayya

Experienced Hadoop Developer with a demonstrated history of working in the computer software industry. Skilled in Big Data, Spark,Java,Sqoop, Hive,Spring Boot and SQL

Introduction to Map Reduce

MapReduce is a Distributed computing programming model suitable for processing of huge data. Hadoop is capable of running MapReduce programs written in various languages: Java, Ruby, Python. MapReduce programs are parallel in nature, thus are very useful for performing large-scale data analysis using multiple machines in the cluster. MapReduce is …

Read More »

Introduction to Hadoop Architecture

Hadoop is an open source Distributed processing framework that manages data processing and storage for big data applications running in clustered environments. Hadoop Service Architecture HDFS(Hadoop Distributed File System) Overview Hadoop is normally deployed on a group of machines (Cluster) Each machine in cluster is node One of the node …

Read More »

Hadoop Installation

SINGLE-NODE [STANDALONE] CLUSTER INSTALLATION The report here will describe the required steps for setting up a single-node Hadoop cluster backed by the Hadoop Distributed File System, running on Ubuntu Linux Hadoop is a framework written in Java for running applications on large clusters of commodity hardware and incorporates features similar …

Read More »