CSP554—Big Data Technologies Assignment #9 solution

$29.99

Original Work ?

Download Details:

  • Name: Assignment-9-daovtt.zip
  • Type: zip
  • Size: 1.42 MB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (3 votes)

Read Chapters 1, 2 and 3 from our next book: Pramod J. Sadalage and Martin Fowler. 2012. NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence. Addison-Wesley.(PS)
Worth: 10 points (5 points for each exercise) + 5 points extra credit
Due by the start of the next class period
Assignments should be uploaded via the Blackboard portal
Exercise 1) Read and provide a half page summary and analysis of this article available on the blackboard in the ‘Articles’ section: Beyond Batch Processing: Towards Real-Time and Streaming Big Data
Exercise 2) Read and provide a half page summary and analysis of this article available on the blackboard in the ‘Articles’ section: Real-time stream processing for Big Data
Exercise 3) 5 points extra credit
a) (1 point) Get the spark streaming demo code to work in your Hortonworks sandbox. Provide screen shots of output for various inputs
b) (4 points) Modify consume.py to output a count of words beginning with only the letters a through h inclusive using just RDD transformations and actions. Provide screen shots of output for various inputs.