Ferdinand Xu created HIVE-11717: ----------------------------------- Summary: nohup mode is not support for beeline Key: HIVE-11717 URL: https://issues.apache.org/jira/browse/HIVE-11717 Project: Hive Issue Type: Sub-task Components: Beeline Reporter: Ferdinand Xu
We are able use below hive command to run query file in batch mode. {noformat} nohup hive -S -f /home/wj19670/pad.sql >pad.csv & {noformat} However under beeline, we aren't able to use nohup anymore. -- This message was sent by Atlassian JIRA (v6.3.4#6332)