celeborn/sbin
sychen 2bf7062db3
[CELEBORN-1197] Avoid using the sleep command with the s suffix in bash scripts
### What changes were proposed in this pull request?
Remove the s suffix of sleep

### Why are the changes needed?
MacOS
```bash
./sbin/start-all.sh
```

```
usage: sleep seconds
```

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?

Closes #2187 from cxzl25/CELEBORN-1197.

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
2023-12-25 16:57:20 +08:00
..
celeborn-daemon.sh [CELEBORN-975] Refactor the check logic to stop the celeborn master and worker 2023-09-18 16:23:32 +08:00
load-celeborn-env.sh [CELEBORN-1116] Read authentication configs from HADOOP_CONF_DIR 2023-11-09 11:07:13 +08:00
restart-worker.sh [CELEBORN-763] Add --add-opens to bootstrap shell scripts 2023-07-05 11:31:21 +08:00
start-all.sh [CELEBORN-1197] Avoid using the sleep command with the s suffix in bash scripts 2023-12-25 16:57:20 +08:00
start-master.sh [CELEBORN-763] Add --add-opens to bootstrap shell scripts 2023-07-05 11:31:21 +08:00
start-worker.sh [CELEBORN-763] Add --add-opens to bootstrap shell scripts 2023-07-05 11:31:21 +08:00
status-master.sh [CELEBORN-976] Introduce script to check master and worker status 2023-09-16 09:27:52 +08:00
status-worker.sh [CELEBORN-976] Introduce script to check master and worker status 2023-09-16 09:27:52 +08:00
stop-all.sh [CELEBORN-564] Correct stop-all.sh comments (#1470) 2023-04-28 09:38:59 +08:00
stop-master.sh
stop-worker.sh