Member since
10-04-2015
2
Posts
0
Kudos Received
0
Solutions
10-05-2015
09:00 AM
Somehow didn't create the directory correctly. so after I ran the listing, I got... [cloudera@quickstart ~]$ sudo -u hdfs hadoop fs -ls /user/hive/warehouse Found 11 items ... -rw-r--r-- 1 hdfs hive 39593868 2015-10-03 07:01 /user/hive/warehouse/original_access_logs So did a -rm rather than -rmdir and started again. So All good. Thanks
... View more
10-04-2015
10:14 AM
Hi Exercise 3 requires that I run the following command sudo -u hdfs hadoop fs -mkdir /user/hive/warehouse/original_access_logs but this retuns an error: mkdir: `/user/hive/warehouse/original_access_logs': Is not a directory however it does create the directory if I femove the underscores. So... sudo -u hdfs hadoop fs -mkdir /user/hive/warehouse/originalaccesslogs I can complete the exercise if i maodify the remaining steps according to the new directory name. Any ideas why the unserscores don't work? I'm using the cloudera quickstart vm 5.4.2-0 and running the red hat virtual OS
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
-
HDFS
-
Quickstart VM