
ZooKeeper is a software providing an open source distributed configuration service, synchronization service, and naming registry for large distributed systems.ZooKeeper was a sub-project of Hadoop but is now a top-level project in its own right. ZooKeeper is used by many companies including Rackspace, Yahoo!, Odnoklassniki and eBay as well...

AsyncTask : AsyncTask is an abstact class provided by Android which helps us to use the UI thread properly. This class around background operations and show the results on the UI without manipulate thread. Usage: Android implements input tasks with a single user interface thread and this thread is...
In this video blog we will be discussing about the era before Hadoop and the factors which led to the creation of Hadoop Framework. Doug Cutting and Mike Cafarella, the founders of Hadoop, were inspired by Google’s GFS and MapReduce architecture. Google introduced GFS (Google File System) system for...
In this video tutorial, We will be discussing about the need for Hadoop and we also will be discussing how Horizontal Scaling architecture is better compared to Vertical scaling and Traditional distributed architecture to store and process the Big Data . If Big Data is implemented in traditional distributed architecture...