Recent Posts

MapReduce working

2 minute read

MapReduce is programming model for processing big datsets. It consists of two stages: map reduce

hdfs architecture

2 minute read

hdfs is hadoop distributed file system. Highly fault tolerant and is designed to deploy on low cost machines.

Build and deploy static website

1 minute read

To host website we have different ways and for this blog we are focussing on a use case where we need to have a website for blogging, and we are using: je...