0% found this document useful (0 votes)
689 views2 pages

CCS334 BDA Practical Question

This document outlines tasks for learning big data analytics using Hadoop, Hive, HBase, and related tools. It includes writing programs for matrix multiplication, word counting, and other algorithms using MapReduce as well as commands for file management in HDFS and CRUD operations for tables in Hive and HBase. The tasks also involve downloading, installing, and configuring the different frameworks and interacting with HBase using Thrift.

Uploaded by

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

CCS334 BDA Practical Question

This document outlines tasks for learning big data analytics using Hadoop, Hive, HBase, and related tools. It includes writing programs for matrix multiplication, word counting, and other algorithms using MapReduce as well as commands for file management in HDFS and CRUD operations for tables in Hive and HBase. The tasks also involve downloading, installing, and configuring the different frameworks and interacting with HBase using Thrift.

Uploaded by

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

CCS334 – BIG DATA ANALYTICS

1. Downloading and installing Hadoop framework and implement Start-up scripts and
Configuration files.

2. Write a JAVA program for Matrix Multiplication with Hadoop Map Reduce

3. Write a command to implement file management tasks, such as Adding files and directories to
HDFS.

4. Write a JAVA program for count the number of character in a word with Hadoop Map Reduce

5. Write a command to implement file management tasks, such as Adding files to HDFS.

6. Write a JAVA program for count the number of words with Hadoop Map Reduce

7. Write a command to implement file management tasks, such as deleting files from HDFS.

8. Downloading and installing HIVE and implement Start-up scripts

9. Write a HQL command

• To create a table as employees with field name as eid, ename, eage, edepartment
• Load data in to table
• Display the table content.

10. Downloading and installing HBASE and implement Start-up scripts and Configuration files.

11. Downloading and installing Thrift and Generate HBASE thrift binding and interact with HBASE.

12. Write HBASE command

• To create a table as student with two column field.


• Insert data in to the table.
• Get data from the table.
• Delete data from the table.

13. Write a HIVE DDL commands.

14. Write a HIVE DML commands.

15. Write and execute the following HIVE commands

• CREATE
• SHOW
• DESCRIBE
• USE
• DROP
• ALTER
• TRUNCATE

16. Write a JAVA program for Multiplication of two numbers with Hadoop Map Reduce

17. Write a JAVA program for addition of two numbers with Hadoop Map Reduce

18. Write a HQL command to create a table employee with your own attribute and execute the
following command

• SELECT all fields


• GROUP BY department
• WHERE any condition
• HAVING
• ORDER BY employee number

19. Write a command to implement file management tasks in HDFS.

20. Write and execute the following HIVE commands

• UPDATE
• EXPORT
• IMPORT
• SORTBY
• DISTRIBUTE BY
• CLUSTERBY

You might also like