Lab Experiments
Lab Experiments
Write down the hdfs commands for the following problem statement:
a) Create a file by name abpfile1.txt and store it in local file system
b) Move that file to hdfs store in the ABP directory created inside” user” directory.
c) Copy that file from ABP directory into BDA directory created under hdfs store
root directory
d) Remove the directory ABP
Write a MapReduce Program to perform Word count operation on given text file
using Hadoop?
Write down the hdfs commands for the following problem statement:
a) Create a file by name week1.txt and store it in local file system
b) Move that file to hdfs store in the W1LAB directory created inside” user”
directory. c) Copy that file from W1LAB directory into BDALAB directory created
under hdfs store root directory
d) Remove the directory W1LAB.
Write a Map Reduce Program to analyze time-temperature statistics and
generate report with max/min temperature from large dataset containing
temperature at a particular time in different places.