From caac665b9e9a4ae527f575c5afe40c616ecd1f17 Mon Sep 17 00:00:00 2001 From: Herman Singh Umrao <63940157+hermanumrao@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:58:25 +0530 Subject: [PATCH] Create restart-all.sh a file to add command to restart all processes in hadoop --- restart-all.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 restart-all.sh diff --git a/restart-all.sh b/restart-all.sh new file mode 100644 index 0000000..8368e1c --- /dev/null +++ b/restart-all.sh @@ -0,0 +1,7 @@ +service ssh restart +stop-all.sh +start-all.sh +jps +# echo "sarting HBASE" +# start-hbase.sh +# jps