You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by 李爽 <li...@gmail.com> on 2015/02/06 11:26:39 UTC

how to get the return code of beeline in shell?

my command is like this:

beeline —f /tmp/x

the sql script is in /tmp/x

how  can i get the return code of beeline to judge the result of beeline execution?


thanks.