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 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, solutionhb containing HBase shell commands that perform the following tasks:
Create an HBase table.
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 solutionhb and to save a report from processing in a file solutionpdf
Deliverables
Submit the following file:
solutionpdf containing the output report from the processing of the solutionhb script, with the statements that create the HBase table and load the sample data.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
