Created on 04-15-2018 12:51 AM - edited 09-16-2022 06:06 AM
Hello everyone,
when performing Hive commands inside Oozie is it ok to aggregate them in one script, or it is better to split up in different Hive action/script?
For example I need to create several views, shoould I put each view creation in a distinct Hive action/script or can I put all the views creation in a single one?
Which is the best practice and why?
Created 04-15-2018 06:31 PM
Created 04-15-2018 06:31 PM
Created 04-16-2018 01:55 AM
Thank you, exactly what I was thinking. With all queries aggregated in one script I gain speed (no overhead on Yarn containers) but in case of error I loose granularity for debug.