Hi Niv, thanks for reporting. As you said, returning 0 on failure can be a critical problem when your program depends on the return code. So, to solve this problem quickly, it would be more helpful if you share which query returns 0 instead of 255 with 0.10.1.
Anyway, returning 0 on failure with 0.10.1 may be a bug, I think. If you don't mind, would you test with 0.11.0 and share the result? I hope that this bug is fixed with 0.11.0. You can download the nightly build version here https://builds.apache.org/job/Tajo-master-nightly/lastSuccessfulBuild/artifact/tajo-dist/target. Sincerely, Jihoon 2015년 10월 14일 (수) 오후 9:39, Zvi, Niv <[email protected]>님이 작성: > Hi, > > > > In Tajo 9 when we run a command line with wrong format/parameter we get > return code 255. > > In 10.1 the return code is 0. > > This is a problem as we are relaying on the return code of the cli utility. > > > > Is this is something that can be fixed? > > > > Thanks, > > Niv >
