Skip to content

Commit

Permalink
update install.sh to solve jar conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhiyue committed Jul 27, 2019
1 parent c2720f8 commit 5737c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ SERVER_CONF_PATH=$SERVER_HOME/$SERVERNAME/conf/linkis.properties
ssh $SERVER_IP "sed -i \"s#wds.linkis.enginemanager.sudo.script.*#wds.linkis.enginemanager.sudo.script=$SERVER_HOME/$SERVERNAME/bin/rootScript.sh#g\" $SERVER_CONF_PATH"
ssh $SERVER_IP "sed -i \"s#hive.config.dir.*#hive.config.dir=$HIVE_CONF_DIR#g\" $SERVER_CONF_PATH"
ssh $SERVER_IP "sed -i \"s#hadoop.config.dir.*#hadoop.config.dir=$HADOOP_CONF_DIR#g\" $SERVER_CONF_PATH"
ssh $SERVER_IP "rm $SERVER_HOME/$SERVERNAME/lib/servlet-api-2.5.jar"
echo "<----------------$SERVERNAME:end------------------->"
##HiveEM install end

Expand Down

0 comments on commit 5737c69

Please sign in to comment.