You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2023/05/16 09:19:47 UTC

[incubator-uniffle] branch master updated: [#884] improvement: Make start and stop scripts executable under the bin folder (#885)

This is an automated email from the ASF dual-hosted git repository.

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fbfe42f [#884] improvement: Make start and stop scripts executable under the bin folder (#885)
9fbfe42f is described below

commit 9fbfe42f4c174446d93b7d8956c315c98fa3122f
Author: jiafu zhang <ji...@intel.com>
AuthorDate: Tue May 16 09:19:41 2023 +0000

    [#884] improvement: Make start and stop scripts executable under the bin folder (#885)
    
    Signed-off-by: jiafu zhang <ji...@intel.com>
---
 bin/restart-coordinator.sh    | 0
 bin/restart-shuffle-server.sh | 0
 bin/start-coordinator.sh      | 0
 bin/start-shuffle-server.sh   | 0
 bin/stop-coordinator.sh       | 0
 bin/stop-shuffle-server.sh    | 0
 6 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/bin/restart-coordinator.sh b/bin/restart-coordinator.sh
old mode 100644
new mode 100755
diff --git a/bin/restart-shuffle-server.sh b/bin/restart-shuffle-server.sh
old mode 100644
new mode 100755
diff --git a/bin/start-coordinator.sh b/bin/start-coordinator.sh
old mode 100644
new mode 100755
diff --git a/bin/start-shuffle-server.sh b/bin/start-shuffle-server.sh
old mode 100644
new mode 100755
diff --git a/bin/stop-coordinator.sh b/bin/stop-coordinator.sh
old mode 100644
new mode 100755
diff --git a/bin/stop-shuffle-server.sh b/bin/stop-shuffle-server.sh
old mode 100644
new mode 100755