#!/bin/bash
if [ $test_only -eq 0 ]; then
    systemctl stop hadoop-hdfs-datanode
    systemctl stop hadoop-hdfs-namenode
else
    exit 0
fi
