gpt4 book ai didi

linux - Beeline 写入 STDERR 但不写入 STDOUT

转载 作者:太空宇宙 更新时间:2023-11-04 11:47:08 25 4
gpt4 key购买 nike

我正在使用以下命令行在 Linux 服务器上运行 Beeline 客户端。

整个命令在一行中。它工作正常并成功将 STDERR 写入 $errFile。但是它无法将 STDOUT 写入指定为 $outputFile 的文件。

nohup beeline -u "jdbc:$jdbcUrl " -f $QueryFile </dev/null 1> $outputFile 2> $errFile &

$errFile 表示查询返回了 9 行。如果我不重定向 STDOUT,它会将 9 行转储到终端。

最佳答案

试试这个:

nohup beeline -u "jdbc:$jdbcUrl" -f $QueryFile </dev/null 2> $errFile >> $outputFile &

关于linux - Beeline 写入 STDERR 但不写入 STDOUT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57296220/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com