52914/hive-unable-to-load-data-into-table
While loading the data stored in hdfs, I am getting below error: hive> load data inpath "/user/hive/warehouse/22jan.db/bought/customers1.txt"overwrite in to txn3; FAILED: ParseException line 1:85 missing TABLE at "txn3" near ""
The command you are typing is incorrect. You are missing the TABLE keyword:
hive>load data inpath "/user/hive/warehouse/22jan.db/bought/customers1.txt"overwrite in to TABLE txn3;
Hi, You can load data from flat files ...READ MORE
Seems like a hive version problem. insert operation is ...READ MORE
Try these steps (make necessary changes): First upload ...READ MORE
Hey, You can load data from flat files ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
Hi, We can use a normal insert query ...READ MORE
Hey Nafeesa, Itseems that Hive is not able ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.