In this video tutorial, we will be discussing about the concepts of Partitioning in Hive. Hive has been one of the preferred tool for performing queries on large datasets, especially when full table scan is done on the datasets. In the case of tables which are not partitioned, all...
Like to raise your career to the next level? Or get out of an unproductive one? Who wouldn’t, right! In this video tutorial, we will be discussing about various career options which would help one to come out of the stagnancy in his/her career. If you want to move...
In this video tutorial, we will be discussing about the functioning of Reducer class in Hadoop Map Reduce. In our previous blog we have discussed about the working of Mapper class and Sort and shuffle phase in MapReduce programming paradigm. In this blog we will be discussing about the...
In this video tutorial, we will be discussing about how the functioning of Mapper class in Hadoop Map Reduce. This Blog is intended to give a detailed explanation of an word count MapReduce program architecture, which will help the MapReduce starters and programmers to learn the need of Mapper...

Before we get ahead with creating Horizontal ListView in Android let us first understand what Horizontal ListView is? Through this blog we will explain step by step process to create Horizontal ListView in Android. Horizontal ListView is an Android ListView widget which can be scrolled horizontally. Let us now...

In this blog, we will discuss about merging files in HDFS and creating a single file. Before proceeding further, we recommend you to refer to our blogs on HDFS. The links are provided below: Beginners-Guide-For-HDFS HDFS-Commands-For-Beginners Merging multiple files is useful when you want to retrieve the output of...