Tag: reliability issues
A Peek Into the Hadoop Distributed File System
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
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
This article introduces a few concepts of functional programming, and the constructs in Python that are useful for it. It is aimed at those...