i have created table in hive. not external, keeping table structure same of the file which is located in HDFS.
When i loaded data from HDFS to table in hive metastore, its successfully loaded but only with NULLs and not the actual data. i understand Schema on Read concept, but how can i assure whatever data present in file load to table successfully.
may someone please suggest how to resolve such issue.
Thanks