HDFS Architecture

11 years ago

Hi in this hadoop tutorial we will describing now HDFS Architecture. There are following are two main components of HDFS.…

What is HDFS?

11 years ago

What is HDFS? HDFS is a file system designed for storing very large files with streaming data access patterns, running…

Hadoop Architecture

11 years ago

Here we will describe about Hadoop Architecture. In high level of hadoop architecture there are two main modules HDFS and…

What is Hadoop?

11 years ago

What is Hadoop? first of all we are understanding what is DFS(Distributed File System), Why DFS? DFS(Distributed File Systems)- A…

Understanding Big Data

11 years ago

What is Big Data? Lots of Data (Terabytes or Petabytes) Big Data is the term for a collection of data…

Hadoop Certification Qusetions

11 years ago

1.When is the earliest point at which the reduce method of a given Reducer can be called? A. As soon…

Java Comparable and comparator

11 years ago

In this tutorial, it shows the use of java.lang.Comparable and java.util.Comparator to sort a Java object based on its property…

Serialization in Java

11 years ago

Serialization in java is a mechanism of writing the state of an object into a byte stream. What is Serialization?…

Object Cloning in Java

11 years ago

The object cloning is a way to create exact copy of an object. For this purpose, clone() method of Object…

How to make a java class immutable

11 years ago

Immutable class is a class which once created, it’s contents can not be changed. Immutable objects are the objects whose…