kyuubi/bin
miaowang f420238f4f
[KYUUBI #4494] bin/kyuubi should use exec to run Kyuubi server
### _Why are the changes needed?_

The difference between w/ and w/o `exec` in shell script

https://www.baeldung.com/linux/exec-command-in-shell-script

> When using exec, however, the command following exec replaces the current shell. This means no subshell is created and the current process is replaced with this new command.

We must do this change to make `bin/kyuubi` suitable for Cloudera Manager.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4494 from wangmiao1002/master.

Closes #4494

ed9320447 [miaowang] Modify script run_kyuubi mode

Authored-by: miaowang <miaowang@gaojihealth.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2023-03-11 00:19:04 +08:00
..
beeline [KYUUBI #3598] Beeline doesn't work with -e option when started in background 2022-10-09 22:03:25 +08:00
docker-image-tool.sh [KYUUBI #4078] [FOLLOWUP] fix shellcheck violations in scripts of /bin folder 2023-03-07 10:32:27 +08:00
kyuubi [KYUUBI #4494] bin/kyuubi should use exec to run Kyuubi server 2023-03-11 00:19:04 +08:00
kyuubi-admin [KYUUBI #3679] Admin command line supports delete/list engine operation 2022-10-24 11:30:26 +08:00
kyuubi-ctl [KYUUBI #3679] Admin command line supports delete/list engine operation 2022-10-24 11:30:26 +08:00
kyuubi-logo [KYUUBI #4078] [FOLLOWUP] fix shellcheck violations in scripts of /bin folder 2023-03-07 10:32:27 +08:00
kyuubi-zk-cli [KYUUBI #2081] YARN_CONF_DIR shall be added to kyuubi server classpath as HADOOP_CONF_DIR 2022-03-10 15:03:11 +08:00
load-kyuubi-env.sh [KYUUBI #4078] [INFRA] Enable shellcheck on CI 2023-01-05 15:13:43 +08:00
stop-application.sh [KYUUBI #4078] [FOLLOWUP] fix shellcheck violations in scripts of /bin folder 2023-03-07 10:32:27 +08:00