更换启动时,拷贝配置文件目录位置

This commit is contained in:
yangyu 2018-07-29 13:50:25 +08:00
parent 11adb8784c
commit 9465582f02
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
\cp /conf/* /usr/local/$HADOOP_VERSION/etc/hadoop
\cp /conf/hadoop/* $HADOOP_HOME/etc/hadoop
echo "127.0.0.1 localhost" > /etc/hosts

View File

@ -1,7 +1,7 @@
#!/bin/bash
\cp /conf/* /usr/local/$HADOOP_VERSION/etc/hadoop
\cp /conf/hadoop/* $HADOOP_HOME/etc/hadoop
echo "127.0.0.1 localhost" > /etc/hosts

View File

@ -1,7 +1,7 @@
#!/bin/bash
\cp /conf/* /usr/local/$HADOOP_VERSION/etc/hadoop
\cp /conf/hadoop/* $HADOOP_HOME/etc/hadoop
echo "127.0.0.1 localhost" > /etc/hosts