Users Pricing

tag

Importance of Map Reduce in Hadoop
hadoop 04 May 2016
Importance of Map Reduce in Hadoop

From the beginning of the Hadoop’s history, MapReduce has been the complete game changer in town when it comes to deal with data processing.

Slave Node Server Design for HDFS
big data 03 May 2016
Slave Node Server Design for HDFS

When we are choosing storage options, consider the impact of using commodity drives rather than more expensive enterprise-quality drives.

How to Choose the Right Hadoop Distribution?
hadoop 02 May 2016
How to Choose the Right Hadoop Distribution?

Commercially available distributions of Hadoop offer different combinations of open source components from the Apache Software Foundation and from several other places

Hadoop Tools: Amazon Services
hadoop 02 May 2016
Hadoop Tools: Amazon Services

A number of companies offer tools designed to help you get the most out of your Hadoop implementation. Here’s a sampling:

Concept of Key- Value Pair Data in Hadoop MapReduce
hadoop 30 Apr 2016
Concept of Key- Value Pair Data in Hadoop MapReduce

First of all, let’s just clarify about what do we meant by saying “key-value” pairs by understanding similar concepts in the Java standard API.

Apache Hadoop Eco-system
hadoop 30 Apr 2016
Apache Hadoop Eco-system

There are several other open source components that are typically seen in a Hadoop deployment.

Hadoop Distributed File System (HDFS)
big data 30 Apr 2016
Hadoop Distributed File System (HDFS)

HDFS is a file system unlike most of us may have encountered before. It is not a POSIX compliant file system, which basically means it does not provide the same guarantees as a regular file system.

Fraud Detection with Hadoop
big data 29 Apr 2016
Fraud Detection with Hadoop

Fraud is a major concern across all industries. Just name the industry (banking, insurance, government, health care, or retail, for example) and we will find fraud. At the same time.

Big Data: Why we need Hadoop ?
big data 28 Apr 2016
Big Data: Why we need Hadoop ?

Software Industry is full of buzzwords; it’s always a dilemma to know the clear meaning of “big data”.

Big Data Strategies: Limitations with Scale-up and Scale –Out Systems
big data 28 Apr 2016
Big Data Strategies: Limitations with Scale-up and Scale –Out Systems

Deploying a scale-out solution has required significant engineering effort; the system developer often needs to handcraft the mechanisms for data partitioning .

Big Data Revolution in Software Development
big data 27 Apr 2016
Big Data Revolution in Software Development

Look around at the technology we have today, and it's easy to come to the conclusion that it's all about data. Organizations are flooded with data.

Introduction to Design Patterns in Software Development
Introduction to Design Patterns in Software Development

If you’re just starting to develop an enterprise level web application, you’re lucky.