This is really confusing me:
Basically:
- I prepared a data file on HDFS;
- I create a new hive without location info;
- I load the data into the hive table; It works, the hive table is populated with right data;
I drop the hive table and start again:
- I did not upload HDFS file again as it is already there;
- I create exactly the same table with the same script;
- I attempted to load data into the same table I was rejected by this error:
FAILED: SemanticException Line 1:17 Invalid path '"data96/techie.txt"': No files matching path hdfs://nn01.itversity.com:8020/user/paslechoix/data96/techie.txt
For the entire output from hive, please see the file https://github.com/mdivk/175Scala/blob/master/reviews/first_ok_repeat_fail.txt.