Command-
LOAD DATA LOCAL INPATH '/home/user/sample.txt' OVERWRITE INTO TABLE employee;
Error:
Unable to move source file:/home/user/sample.txt to destination hdfs://localhost:9000/user/hive/warehouse/employee/sample.txt;
I have changed the permission for folder as well as in hdfs.
But getting same error.