更换启动时,拷贝配置文件目录位置
This commit is contained in:
parent
11adb8784c
commit
9465582f02
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/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
|
echo "127.0.0.1 localhost" > /etc/hosts
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/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
|
echo "127.0.0.1 localhost" > /etc/hosts
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/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
|
echo "127.0.0.1 localhost" > /etc/hosts
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user