How to Run SQL Query Using Bash Script and Command-Line?

While working as a developer, one needs to automate some of the existing SQL Queries using bash script without accessing the interactive MySQL prompt. In this blog post i will show the different ways to run sql queries using Bash Script.I will be using MySQL database in this Blog.

Continue ReadingHow to Run SQL Query Using Bash Script and Command-Line?

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