HBASE-598 Loggging, no .log file; all goes into .out
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@649937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
628124f7ed
commit
e31af6a288
|
@ -100,6 +100,9 @@ fi
|
|||
# so that filenames w/ spaces are handled correctly in loops below
|
||||
IFS=
|
||||
|
||||
# CLASSPATH initially contains $HBASE_CONF_DIR
|
||||
CLASSPATH="${CLASSPATH}:${HBASE_CONF_DIR}"
|
||||
|
||||
# Add libs to CLASSPATH
|
||||
# Do this early so hadoop jar comes before hbase classes; otherwise
|
||||
# complaint because way webapps are loaded, expectation is that
|
||||
|
@ -109,8 +112,6 @@ for f in $HBASE_HOME/lib/*.jar; do
|
|||
CLASSPATH=${CLASSPATH}:$f;
|
||||
done
|
||||
|
||||
# CLASSPATH initially contains $HBASE_CONF_DIR
|
||||
CLASSPATH="${CLASSPATH}:${HBASE_CONF_DIR}"
|
||||
CLASSPATH=${CLASSPATH}:$JAVA_HOME/lib/tools.jar
|
||||
|
||||
# for developers, add hbase classes to CLASSPATH
|
||||
|
|
Loading…
Reference in New Issue