0% found this document useful (0 votes)
12 views8 pages

9914 VivianLudrick BDA Lab3

The document outlines the lab experiment for the BDA Lab course at Fr. Conceicao Rodrigues College of Engineering, focusing on implementing a Word Count program using MapReduce in Python. It includes evaluation rubrics for performance indicators such as submission timeliness, test case accuracy, coding efficiency, and theoretical knowledge. The experiment aims to understand the WordCount Aggregation Algorithm and produce a scalable solution for big data tasks.

Uploaded by

Ronit Naik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views8 pages

9914 VivianLudrick BDA Lab3

The document outlines the lab experiment for the BDA Lab course at Fr. Conceicao Rodrigues College of Engineering, focusing on implementing a Word Count program using MapReduce in Python. It includes evaluation rubrics for performance indicators such as submission timeliness, test case accuracy, coding efficiency, and theoretical knowledge. The experiment aims to understand the WordCount Aggregation Algorithm and produce a scalable solution for big data tasks.

Uploaded by

Ronit Naik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

FR.

CONCEICAO RODRIGUES COLLEGE OF ENGINEERING


Department of Computer Engineering
Academic Year 2025-26

Rubrics for Lab Experiments

Class : B.E. Computer Subject Name :BDA Lab


Engineering
Semester : VII Subject Code :CSL702

3
Practical No:
Write a program in python to implement Word Count using
Title:
MapReduce
15/7/25
Date of Performance:
9914
Roll No:
Vivian Ludrick
Name of the Student:

Evaluation:

Performance Below Average Good Excellent Marks


Indicator average
On time Not Submitted Early or on time ---
Submission (2) submitted( after submission(2)
0) deadline (1)
Test cases and Incorr The The expected Expected output is
output ect expected output is Verified obtained for all test
(4) output output is for all test cases cases. Presentable
(1) verified but is not and easy to follow
only a for presentable (3) (4)
few test
cases (2)
Coding The code The code is The code is -
efficiency (2) is not structured Structured
structured but not and
at all (0) efficient (1) efficient.
(2)
Knowledge(2) Basic Understood Could explain the Could relate the theory
concepts the basic concept with with real world
not clear concepts (1) suitable example application(2)
(0) (1.5)
Total

Signature of the Teacher:


Experiment No 3
Aim:Write a program in python to implement Word Count using MapReduce

Objective:

● Understand WordCountAggregationAlgorithm

● Use MapReduce framework for WordCount

● Write python program to find WordCount

Input:
Subject name is Big data analytics. Big data analytics Subject is in final year.

Output:
Subject 2
name 1
is 2
Big 2
data 2
analytics 2
in 1
final 1
year 1

Result: Implementation of the solution for above problem and attach input, program,
intermediate and output files.
Conclusion:
Thus, we implemented a program that partitioned, mapped, shuffled, and reduced data across
a cluster, enabling scalable solutions for big data tasks like word counting.
POSTLAB:

You might also like