Part 1 – Answer the Following Questions in Your Own Words
Discuss the differences between HBase and relational database tables. When would you use each?
Discuss the differences between HBase and Hive. When would you use each?
What are the differences between the delete and drop HBase Shell commands?
What are the differences between get and scan commands?
When would you use the deleteall HBase Shell command?
When would you use the drop_all HBase Shell command?
What is data versioning in HBase and how is it implemented? What are the pros and cons of versioning?
What is the row key in HBase?
Define the column family. Is it possible to create an HBase table without any column families? Why or why not?
Part 2
Option 1 - Retail Bookstore Case Study
You are the Big Data Analyst for a large 100-years old retail bookstore. They have a massive inventory, most of which is stored on Ascii-based text files. Millions of files are stored on old-fashioned storage devices ranging from CDs, DVDs, Optical disks to high volume hard disks. Two sample records in a file are shown below:
Record 1:
Topic: Fiction, Sub-topic: Young-adult, Sub-topic: Mystery, Sub-topic: Adventure, Title: A study in Charlotte, Series: Yes, Series Title: Charlotte Holmes Series, Series Number: 1, Author 1: Brittany Cavallaro, Author 2:, Author 4:, Publisher: Katherine Tegen Books; Reprint edition: January 3, 2017, Language: English, Paperback: 352 pages, ISBN-10: 0062398911, ISBN-13: 978-0062398918, Product Dimensions: 5.3 x 0.8 x 8 inches
Record 2:
Topic: Non-Fiction, Sub-topic: Adult, , Sub-topic: Young-Adult, Sub-topic: Self Help, Sub-topic: Professional training, Sub-topic: Comedy, Title: How to be a comedian, Series: no, Author 1: George Carlin, Author 2:David Letterman, Author 3: Jay Leno, Author 4: Conan O’Brian, Author 5: Jimmy Kimmel, Author 5: George Lopez, Author 6: Eddie Murphy, Author 7: Ellen Degeneres, Author 8: Richard Pryor, Author Affiliation 1: (Author 2, 12 Second Street, NY 10005), Author 12: Margaret Cho, Author Affiliation 3: (Author 5, 91, Hollywood Street, Los Angeles, CA 90100), Publisher: McGraw Hill Academic Press; Reprint edition: 8, Language: English, Paperback: 666 pages, ISBN-10: 0087738911, ISBN-13: 942-006711918
You are given the following information about the data (metadata):
A topic may have many sub-topics
Subtopic assignment may change with Reprint editions
A book may belong to a series. If so, the series name and number are required
A book can have many Authors
Affiliation (organization or home address) may be available for some authors of some books
Some authors may have more than one affiliation
A book may have multiple Reprint editions and the bookstore may carry only a few of them
Multiple ISBN numbers may be available for some books.
Your task: Theoretically set up a searchable database that can flexibly accommodate all the above requirements, can contain records of several hundred million books in many languages.
Your paper must have Introduction, Problem Statement, Design, Implementation Methods, Conclusion with a discussion of the pros and cons of your design. The following are required:
Design showing the different Big Data Systems that you will use to solve this problem.
Pseudocode of a function that will read in each record, parse it, and transform it into database queries or input data for database ingestion
Database design showing a detailed schema
Discussion of the pros and cons of choosing ACID vs CAP systems for this problem.
Ideas for improving the speed of the query tool.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme