Hive Tutorials

Apache Hive is a Data Warehousing Infrastructure built on top of Hadoop and provides table abstraction on top of data resident in HDFS(Hadoop Distributed File System) as explained on their official…

Continue ReadingHive Tutorials

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