Shazam It! Music Recognition Algorithms, Fingerprinting, and Processing

You hear a familiar song in the club or the restaurant. You listened to this song a thousand times long ago, and the sentimentality of the song really touches your heart. You desperately want to heart it tomorrow, but you…

Ractive.js – Web Apps Made Easy

In today’s rapidly proliferating landscape of JavaScript frameworks and libraries, selecting the one on which you want to base your development can be quite a challenge. After all, once you go down the path of using a particular framework, migrating your code…

Introduction to Apache Spark with Examples and Use Cases

I first heard of Spark in late 2013 when I became interested in Scala, the language in which Spark is written. Some time later, I did a fun data science project trying to predict survival on the Titanic. This turned out…

Intro to Spring Data

 The spring-data project offer abstraction and unified data access for variety of data sources.   Category Sub-project Relational Databases JPA Spring Data JPA – Simplifies the development of creating a JPA-based data access layer JDBC Extensions Support for Oracle RAC, Advanced Queuing,…

Uninstallation process of CDH (Cloudera Hadoop packages)

Here’are the uninstallation steps 1. Stop ALL services: a. service cloudera-scm-server stop b. service cloudera-scm-server-db stop c. service cloudera-scm-agent hard_stop 2. Uninstall the CDH and Cloudera Manager packages: [srinivas@dbversity.com ~]# hadoop version Hadoop 2.0.0-cdh4.5.0 Subversion file:///var/lib/jenkins/workspace/CDH4.5.0-Packaging-Hadoop/build/cdh4/hadoop/2.0.0-cdh4.5.0/source/hadoop-common-project/hadoop-common -r 30821ec616ee7a21ee8447949b7c6208a8f1e7d8 Compiled by…