Posts by Anand Shukla

Author Biographical Info: Not available

Creating a User Defined Kafka Producer Application in Java

By Anand Shukla

Apache Kafka is a distributed, replicated commit log service commonly used for publish/subscribe type messaging, website activity handling, metric & log aggregation and stream .... Read More

User Defined Functions for Hive in Java

By Anand Shukla

In this tutorial we will learn how to implement custom functions in the form of UDF ( User defined function ) for hive in Java. Hive Extensibility & Big Data Since the inceptio.... Read More

Creating User Defined Functions(UDFs) in Pig(for Mapreduce Framework)

By Anand Shukla

In this Java tutorial, we will learn how to create user-defined functions in Pig for MapReduce Framework in Java/ Pig is mainly used to batch process variety of non-structured data.... Read More

WordCount problem for Mapreduce Framework in Java over a HDFS cluster.

By Anand Shukla

Since the publication of the Mapreduce Research paper by Sanjay Ghemawat and Jeffrey Dean at Google Inc, its usage in the Big Data and Data Science industry has been quite pragmati.... Read More

Related Posts