Question: Show me the steps to solve Task 1 ( 6 marks ) Design and implementation of HBase table Implement as a single HBase table a

Show me the steps to solve Task 1(6 marks)
Design and implementation of HBase table
Implement as a single HBase table a database that contains the information described by the following conceptual schema.
Create an HBase script, solution1.hb, containing HBase shell commands that perform the following tasks:
1. Create an HBase table.
2. Load sample data into the table with details for:
- At least three applications,
- Two employers,
- Two applicants, and
- Two positions.
The data should include the following relationships:
- One applicant submits an application that involves one employer and one position.
- Another applicant submits two applications, each involving a different employer and a different position.
The specific values for the data are up to you but should be sensible and consistent with the relationships described.
When ready use HBase shell to process a script file solution1.hb and to save a report from processing in a file solution1.pdf.
Deliverables
Submit the following file:
- solution1.pdf, containing the output report from the processing of the solution1.hb script, with the statements that create the HBase table and load the sample data.
Show me the steps to solve Task 1 ( 6 marks )

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!