- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Exercise 1 in tutorial fails in verification
- Labels:
-
Apache Hadoop
-
Apache Hive
Created on ‎01-10-2016 02:28 PM - edited ‎09-16-2022 02:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The code does produce a folder for each table but the 'categories' folder has only two files:
[cloudera@quickstart ~]$ hadoop fs -ls /user/hive/warehouse/categories/
Found 2 items
-rw-r--r-- 1 cloudera hive 0 2016-01-10 12:36 /user/hive/warehouse/categories/_SUCCESS
-rw-r--r-- 1 cloudera hive 1344 2016-01-10 12:36 /user/hive/warehouse/categories/part-m-00000.avro
I do not have the result of the codes which ran before this. I would appreciate it if someone help me what I am doing wrong and how to fix this.
Created ‎01-10-2016 06:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
one *.part file. If you're confused because the screenshot shows 3, that is
because the tutorial is adapted to several different environments, and one
clusters with multiples disks, multiple mappers should be used, and thus
you end up with multiple partitions of the data in HDFS. If you're on the
QuickStart VM, it's likely that nothing is wrong.
Created ‎01-10-2016 06:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
one *.part file. If you're confused because the screenshot shows 3, that is
because the tutorial is adapted to several different environments, and one
clusters with multiples disks, multiple mappers should be used, and thus
you end up with multiple partitions of the data in HDFS. If you're on the
QuickStart VM, it's likely that nothing is wrong.
Created ‎01-11-2016 07:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
