[jira] [Created] (HIVE-21073) Remove Extra String Object

2018-12-27 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-21073: -- Summary: Remove Extra String Object Key: HIVE-21073 URL: https://issues.apache.org/jira/browse/HIVE-21073 Project: Hive Issue Type: Improvement Affects

[GitHub] hive pull request #510: HIVE-21072: Fix NPE when running partitioned CTAS st...

2018-12-27 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/hive/pull/510 HIVE-21072: Fix NPE when running partitioned CTAS statements HIVE-20241 adds support of partitioned CTAS statements: ```sql CREATE TABLE partition_ctas_1 PARTITIONED BY (key) AS SELECT

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