File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- CWD=$( cd $( dirname $0 ) ; pwd)
2+ SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3+ HADOOP_DIR=${HADOOP_CONF_DIR:-/ etc/ hadoop/ conf}
34
4- java -Ddaemon=true -Xms200m -Xmx400m -cp ${CWD} /lib/* :/etc/hadoop/conf com.avast.server.hdfsshell.MainApp " $@ "
5+ echo " Launching HDFS Shell Daemon with HADOOP_CONF_DIR: ${HADOOP_DIR} "
6+
7+ java -Ddaemon=true -Xms200m -Xmx400m -cp ${SCRIPT_DIR} /../lib/* :${HADOOP_DIR} com.avast.server.hdfsshell.MainApp " $@ "
Original file line number Diff line number Diff line change 11#! /bin/bash
2- CWD=$( cd $( dirname $0 ) ; pwd)
2+ SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3+ HADOOP_DIR=${HADOOP_CONF_DIR:-/ etc/ hadoop/ conf}
34
4- java -Xms200m -Xmx400m -cp ${CWD} /lib/* :/etc/hadoop/conf com.avast.server.hdfsshell.MainApp " $@ "
5+ echo " Launching HDFS Shell with HADOOP_CONF_DIR: ${HADOOP_DIR} "
6+
7+ java -Xms200m -Xmx400m -cp ${SCRIPT_DIR} /../lib/* :${HADOOP_DIR} com.avast.server.hdfsshell.MainApp " $@ "
Original file line number Diff line number Diff line change 11springShellVersion = 1.2.0.RELEASE
22theGroup =com.avast.server
3- theVersion =1.0
3+ theVersion =1.0.3
Original file line number Diff line number Diff line change 1- # Mon Jan 16 08:25:21 CET 2017
1+ # Thu Apr 13 13:45:32 CEST 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments