
The Hadoop market is undergoing phenomenal growth and continues to show steep growth rate. Looking at the current growth, it wouldn’t be an exaggeration to say that Hadoop is the best option that is cost-effective as well as scalable, open source substitute for commercially available Big Data management suites. Hadoop...

As we know, Apache Hive is a data warehouse software that facilitates reading, writing and managing large data sets residing in distributed storage using SQL. Let’s consider a scenario, where the user is looking forward to performing an operation on Hive server, and the Hadoop cluster or Hive software...

HBase is the open source implementation of Google’s Big Table, with slight modifications. HBase was created in 2007 and was initially a part of contributions to Hadoop which later became a top level Apache project. It is a distributed column-oriented database built on top of the Hadoop file system...

Introduction: Serializable and Parcelable are two interfaces, where Serializable is a standard java interface and Parcelable is an Android-specific interface. Serializable interface implemented by “java.io.Serializable” and Parcelable interface by “android.os.Parcelable”. In Android, if we want to pass the objects to activities then there is a need to implement the...

Introduction: Android SQlite is an open source database which comes with Android OS. It is a lightweight database as it requires limited memory at runtime. SQlite is different from other databases. It supports relational database features. It is used to store the user data. We can perform many operations...