How to start the PIG and HIVE in the terminal?


2 Answer(s)


Hi Lakshmi,

Requesting you to list all the steps that you are using to run both of the services.
This will help in providing to-the-point solution.

add below in bashrc file:

export HIVE_HOME=..Path of hive INSTALLATION folder

PATH=$PATH:$HIVE_HOME/bin

then execute bashrc file: source bashrc

 

Same is required for PIG