blog

A Detailed Procedure For Migrating From Hadoop To Apache Spark

A variety of data from different resources gets generated because we have a huge volume of data and this process remains in continuous flow which will create more data in future. This huge volume of data is called Big Data and storing this Big Data is a problem for us. Hadoop became one of the … Continue reading A Detailed Procedure For Migrating From Hadoop To Apache Spark

How Single Sign-on Made Easier With SAML & Spring Boot

Single Sign-on is an authentication process followed by many organizations for allowing users to access multiple applications with single sign in. Advantages of using Single Sign-on are: Use single credentials which are defined on centralized server.One time login to get access to multiple applications.Single place for user management like – add new user or account, … Continue reading How Single Sign-on Made Easier With SAML & Spring Boot

MergeAdapter: A Tool To Merge Multiple Adapters

Android introduced the most awaited feature of merging the data adapter into the list with the release of recyclerview:1.2.0-alpha02 package. MergeAdapter is a new class available which enables you to sequentially combine multiple adapters to be displayed in a single RecyclerView. This enables you to better management of your adapters rather than having to combine many … Continue reading MergeAdapter: A Tool To Merge Multiple Adapters