HBASE-604 Don't allow CLASSPATH from environment pollute the hbase CLASSPATH

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@652189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-04-29 23:29:17 +00:00
parent 1deedc318a
commit 9cd46728ff
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ Hbase Change Log
HBASE-586 HRegion runs HStore memcache snapshotting -- fix it so only HStore
knows about workings of memcache
HBASE-588 Still a 'hole' in scanners, even after HBASE-532
HBASE-604 Don't allow CLASSPATH from environment pollute the hbase CLASSPATH
IMPROVEMENTS
HBASE-559 MR example job to count table rows

View File

@ -101,7 +101,7 @@ fi
IFS=
# CLASSPATH initially contains $HBASE_CONF_DIR
CLASSPATH="${CLASSPATH}:${HBASE_CONF_DIR}"
CLASSPATH="${HBASE_CONF_DIR}"
# Add libs to CLASSPATH
# Do this early so hadoop jar comes before hbase classes; otherwise