11-22-2017
02:41 PM
- last edited on
11-23-2017
06:05 AM
by
cjervis
Hi..., im new with cloudera...., Im already working with oozie, flume, hive and impala...., I have a process that manually works as I want. I've wanted to improve the functionality using oozie for to optimize processes. Flume, is not there cause Flume doesn't need scheduling and just using oozie for hive and impala.
When data is coming to Hive..., the idea is copy the information to another table that support parquet format and read it on Impala....
Im trying to overwrite the information from a table to another, manually it works perfectly, but when I do, INSERT OVERWRITE TABLE table_impala SELECT * FROM table_hive, oozie never ends the workflow and always stay on 50%......
11-26-2017 12:04 PM
12-12-2017 11:04 AM