Running Hive Queries using Shell scripts

When working with Big data platform like Apache Hive, certain task such as data ingestion/data preparation task needs to be scheduled daily using shell/bash scripts so that downstream application can get the new data everyday.In this blog post we will load movies data into hive tables using shell scripts

Continue ReadingRunning Hive Queries using Shell scripts