I'm tired of loading data into my βusersβ in LOCAL mode, and I use cloudera in my virtual box. I have a file placed my file inside / home / cloudera / Desktop / Hive / but I get an error
FAILED: SemanticException Line 1:23 Invalid path ''/home/cloudera/Desktop/Hive/hive_input.txt'': No files matching path file:/home/cloudera/Desktop/Hive/hive_input.txt
My syntax for loading data into a table
Load DATA LOCAL INPATH '/home/cloudera/Desktop/Hive/hive_input.txt' INTO Table users
source
share