Home Tags Reliability issues

Tag: reliability issues

A Peek Into the Hadoop Distributed File System

1
HDFS is a core component of the Hadoop package. It is an open source implementation of the distributed file system on the lines of...

An Introduction to Hadoop and Big Data Analysis

1
Hadoop has become a central platform to store big data through its Hadoop Distributed File System (HDFS) as well as to run analytics on...

Functional Programming and Python

1
This article introduces a few concepts of functional programming, and the constructs in Python that are useful for it. It is aimed at those...