The document logs a user accessing an EC2 instance and performing operations on an HDFS filesystem. The key events are:
1) The user creates directories and files in HDFS filesystem locations like /user/ramg and /user/ramg/wc.
2) Issues with permissions are encountered when trying to create directories as certain users.
3) The hdfs user creates and modifies permissions on directories to allow other users access.
4) The ec2-user tries compiling a WordCount Java program but encounters errors due to missing Hadoop library dependencies.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
105 views
How To Run Wordcount Program in EC2
The document logs a user accessing an EC2 instance and performing operations on an HDFS filesystem. The key events are:
1) The user creates directories and files in HDFS filesystem locations like /user/ramg and /user/ramg/wc.
2) Issues with permissions are encountered when trying to create directories as certain users.
3) The hdfs user creates and modifies permissions on directories to allow other users access.
4) The ec2-user tries compiling a WordCount Java program but encounters errors due to missing Hadoop library dependencies.