I am trying to follow slide 7.33 in the HIVE lesson in the Big Data Hadoop Developer course.
Using Cloud lab, I cant find "presidentusa.txt"
hive> LOAD DATA INPATH '/training/presidentusa.txt' OVERWRITE INTO TABLE president partition (country=='USA');FAILED: SemanticException Line 1:17 Invalid path ''/training/presidentusa.txt'': No files matching path hdfs://ip-172-31-53-48.ec2.internal:8020/training/presidentusa.txt
Honestly, half of the slides do not match with the cloud lab and I am...
Cant find presidentusa.txt for HIVE
Using Cloud lab, I cant find "presidentusa.txt"
hive> LOAD DATA INPATH '/training/presidentusa.txt' OVERWRITE INTO TABLE president partition (country=='USA');FAILED: SemanticException Line 1:17 Invalid path ''/training/presidentusa.txt'': No files matching path hdfs://ip-172-31-53-48.ec2.internal:8020/training/presidentusa.txt
Honestly, half of the slides do not match with the cloud lab and I am...
Cant find presidentusa.txt for HIVE