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