You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Fabio <an...@gmail.com> on 2014/12/09 07:09:34 UTC

Tez session after closing CLI

Hi everyone,
when running Hive on Tez, a Tez session is alive within the Hive CLI 
until I leave the CLI. So if I run on the terminal something like "hive 
-f query.sql", once the query is completed the Tez session is closed. Is 
there a way to run a query in this way (let's say from the linux 
terminal using the -f parameter) but still keeping the Tez session open 
among subsequent commands of this kind?

Thanks in advance

Fabio