Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have tried establishing a connection between hdfs & hive. Already loaded tables in hdfs... But when I am trying to load those same tables from hdfs to hive.. it is giving exception that those files not found in hdfs.... although they are present there...
(This is one of the job from Big Data demo project -- Hive Load tables.)
Hi,
I have tried establishing a connection between hdfs & hive. Already loaded tables in hdfs... But when I am trying to load those same tables from hdfs to hive.. it is giving exception that those files not found in hdfs.... although they are present there...
(This is one of the job from Big Data demo project -- Hive Load tables.)
1: Make sure there are files in HDF, indeed. You can use tHDFSinput-->tlogrow to read it or browser 50070 to check it.
2: What's your Hadoop version?
3: What's your load statement of hive?
Best regards
Sabrina
Hi,
Do you use the embedded mode or the standalone mode for Hive?