I am wondering if there is a way to proceed 2 exectuions in 1 step in hive. For example:
SELECT * FROM TABLE1 SELECT * FROM TABLE2 ; Do this in one window, and do not have to open 2 hive windows to execute each line separetly.
Can it be done on HUE?