Created on 07-31-2015 07:22 AM - edited 09-16-2022 02:36 AM
Hi,
I'm trying to complete the Cloudera Live Beginner Tutorial. In the Exercise 2, a sample of one month's worth of log data has (supposedly!) been loaded into /opt/examples/log_data/access.log.2.
But when I follow the Exercise 2 of tutorial and execute the command
sudo -u hdfs hadoop fs -copyFromLocal /opt/examples/log_files/access.log.2 /user/hive/warehouse/original_access_logs
I get the following error message:
copyFromLocal: `/opt/examples/log_files/access.log.2': No such file or directory
I suspect the sample has just not been loaded into into /opt/examples/log_data/access.log.2. What should I do?
Created 07-31-2015 07:46 AM
Well, problem solved. I tried again one hour later after my initial attempt, and it worked...
I guess loading the log data took a moment.
Created 07-31-2015 07:46 AM
Well, problem solved. I tried again one hour later after my initial attempt, and it worked...
I guess loading the log data took a moment.
Created 07-31-2015 08:10 AM
Great! I am happy to see the issue resolved itself. 🙂