黑斑羚外壳命令中的MEM_LMIT



我在一个文件中有一些impala查询,我希望每次运行查询时都将mem_limit设置为3gb,但在命令中,而不是在内的文件中

impala-shell -f /path/ (and add here the mem_limit)

这可能吗?

你能试试这个吗?您可以使用--query_option=option=Val

impala-shell -f /path/  --query_option=mem_limit=300000000

最新更新