Rise and Fall of Hummer

 Why do we fall sir? So that we can learn to pick ourselves up -Alfred Pennyworth I am writing this blog about analysis on Hummer. This blog is heavily inspired from a video which I have seen recently in the social media (forgot the source). But I liked the idea and thought of putting a pictorial representation … More Rise and Fall of Hummer

How to avoid Procrastination and stay focused on work/study

Who hasn’t experienced time anxiety when faced with a task that has to be finished by a certain deadline? In these circumstances, who hasn’t felt the need to put off that task, to “come up for air”? Who hasn’t had that unpleasant sensation of depending on time, chasing after appointments, giving up what one loves … More How to avoid Procrastination and stay focused on work/study

Custom Input Format in MapReduce

Custom Input Format: Before implementing Custom Input Format, please find the answer for what is Input Format. InputFormat describes the input-specification for a Map-Reduce job. (wiki) The Map-Reduce framework relies on the InputFormat of the job to: Validate the input-specification of the job. Split-up the input file(s) into logical InputSplits, each of which is then assigned to an individual Mapper. … More Custom Input Format in MapReduce

How To Train Your AI: Microsoft Releases Open-Source Deep Learning Software

Tech colossus, Microsoft, has released its AI software for developers everywhere, and it can even be run from a single laptop. Open-source deep learning software has the potential of opening the floodgates of technological revolution. HIGH-TECH AND FLEXIBLE Ever wanted to develop your own artificially-intelligent programs? Microsoft is empowering everyone with the capability to create … More How To Train Your AI: Microsoft Releases Open-Source Deep Learning Software

Apache Omid (Optimistically transaction Management In Datastores)

What is Omid? Apache Omid (Optimistically transaction Management In Datastores) is a flexible, reliable, high performant and scalable transactional framework that allows Big Data applications to execute ACID transactions on top of MVCC key/value NoSQL datastores. The current implementation provides multi-row transactions on top of Apache HBase, but Omid’s design is flexible enough to support … More Apache Omid (Optimistically transaction Management In Datastores)

Hadoop Installation : 2.6.0 Part II

This post is continuation of Part I. Please check the Part I here. We have downloaded the Hadoop and configured the SSH as well. Now we are going to start with Hadoop configuration files. 3. /usr/local/hadoop/etc/hadoop/core-site.xml: The /usr/local/hadoop/etc/hadoop/core-site.xml file contains configuration properties that Hadoop uses when starting up. This file can be used to override the default … More Hadoop Installation : 2.6.0 Part II