Created 08-10-2018 04:16 AM
I have a zip file with 10k Mera files and 10k data files. What is the best way to ingest this in hive? Meta and data tables are separate
Created 08-10-2018 04:31 AM
what is a mera file?
Created 08-10-2018 06:11 AM
@sunile.manjee apologies for typo its meta files.
Created 08-10-2018 11:52 AM
You should experiment with several methods of Data -> HDFS -> Hive.
In its simplest form, if your data is concise, you can always upload to HDFS and create external Hive table feeding your HIVE CREATE EXTERNAL TABLE Statement with the necessary configurations to understand your data.
If your data needs processing and preparation I recommend Nifi. I use NiFi to do this (more than 50 million records) in several different manners. You will need to inspect all of the NiFi Hive Processors and decide which one fits best for your Use Case.
Created 08-10-2018 02:46 PM
Here are a few options
Tools you can for ingest