I have multiple files in single HDFS folder. I want to load each file into different hive table and want to keep the source files in same location.
I know we can create external table pointing to the directory.
is it possible to create external table pointing to particular file?
Can any one please help me resolve this issue.