I am writing logic in a bash script which will run hive queries and will give the result of certain validations. I need add the result in the error table from the same bash script.
Is there any bash command to insert rows into a hive table from bash script?