Hi all,
In folder "A" have many file, I need load into external table Hive:
1. ads_creatives_2018-05-01.json
2. ads_creatives_audit_content_2018-05-01.json
3. video_hash_2018-05-01.json
I need load file 1 into table 1, file 2 into table 2...v.. But I don't want restructuring folder "A".
I think Hive (location) has regex to load special file in a folder. But I can't find it.
I try use "load data inpath" but which remove file source. I don't know which has option don't remove file source.?
Can you help me? I need a solution.
Thanks all. :))