Skip to content

Big Data

Analytics And More
  • Home
  • Spark
  • Design Patterns
  • streaming
  • Map Reduce
  • Hive
  • Hdfs & Yarn
  • Pig
  • Oozie
  • Hbase

Category: Map Reduce

mapreduce example to filter data

June, 2017 adarsh

Filtering serves as an abstract pattern for some of the other patterns. Filtering simply evaluates each record separately and decides,…

Continue Reading →

Posted in: Data Analytics, Map Reduce Filed under: map reduce, map reduce design pattern, mapreduce filtering patterns

mapreduce count example using mapreduce frameworks counters utility

June, 2017 adarsh

A count or summation can tell you a lot about particular fields of data, or your data as a whole.…

Continue Reading →

Posted in: Data Analytics, Map Reduce Filed under: map reduce, map reduce design pattern, mapreduce numerical summarization pattern

mapreduce example to find the inverted index of a sample

adarsh

Inverted index pattern is used to generate an index from a data set to allow for faster searches or data…

Continue Reading →

Posted in: Data Analytics, Map Reduce Filed under: map reduce, map reduce design pattern, mapreduce numerical summarization pattern

mapreduce example for calculating standard deviation and median on a sample data

June, 2017 adarsh 11d Comments

A standard deviation shows how much variation exists in the data from the average, thus requiring the average to be…

Continue Reading →

Posted in: Data Analytics, Map Reduce Filed under: map reduce, map reduce design pattern, mapreduce numerical summarization pattern

mapreduce pattern for calculating average of a sample

adarsh 5d Comments

Problem to Solve : Given a list of employees with there department and salary find the average salary in each…

Continue Reading →

Posted in: Data Analytics, Map Reduce Filed under: map reduce, map reduce design pattern, mapreduce numerical summarization pattern

mapreduce pattern for calculating minimum,maximum and count

June, 2017 adarsh 2d Comments

Numerical Summarizations is a map reduce pattern which can be used to find minimum, maximum, average, median, and standard deviation…

Continue Reading →

Posted in: Data Analytics, Map Reduce Filed under: map reduce, map reduce design pattern, mapreduce numerical summarization pattern

Post navigation

Page 6 of 6
← Previous 1 … 5 6

Recent Posts

  • Optimization for Using AWS Lambda to Send Messages to Amazon MSK
  • Rebalancing a Kafka Cluster in AWS MSK using CLI Commands
  • Using StsAssumeRoleCredentialsProvider with Glue Schema Registry Integration in Kafka Producer
  • Home
  • Contact Me
  • About Me
Copyright © 2017 Time Pass Techies