Re: insert data into hadoop / hive cluster

2019-01-02 Thread Daniel Takacs
9 From: dam6923 Sent: Thursday, December 27, 2018 5:08 AM To: dev@hive.apache.org Cc: u...@hive.apache.org Subject: Re: insert data into hadoop / hive cluster Check out an ETL tool such as StreamSets, NiFi, Pentaho. On Wed, Dec 26, 2018, 11:55 PM Daniel Takacs

Re: insert data into hadoop / hive cluster

2018-12-27 Thread dam6923
Check out an ETL tool such as StreamSets, NiFi, Pentaho. On Wed, Dec 26, 2018, 11:55 PM Daniel Takacs I'm working on an ETL that requires me to import a continuous stream of > CSVs into hadoop / hive cluster. For now let's assume the CSVs need to end > up in the same database.table. But the newer

insert data into hadoop / hive cluster

2018-12-26 Thread Daniel Takacs
I'm working on an ETL that requires me to import a continuous stream of CSVs into hadoop / hive cluster. For now let's assume the CSVs need to end up in the same database.table. But the newer CSVs might introduce additional columns (hence I want the script to alter the table and add additional c