Hi
I"m working on the project and I already copied the file from which I have to copy the data on local FS and then I copy that to hdfs. Now, how do I load that data into the table which I have created on the hive? I tried using
load data local inpath "filename" into table tablename