HADOOP-6175. Incorrect version compilation with es_ES.ISO8859-15 locale on Solaris 10. Contributed by Urko Benito.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@926252 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
81c448ae85
commit
124137ff01
|
@ -287,6 +287,9 @@ Trunk (unreleased changes)
|
||||||
HADOOP-6593. TextRecordInputStream doesn't close SequenceFile.Reader.
|
HADOOP-6593. TextRecordInputStream doesn't close SequenceFile.Reader.
|
||||||
(Chase Bradford via tomwhite)
|
(Chase Bradford via tomwhite)
|
||||||
|
|
||||||
|
HADOOP-6175. Incorrect version compilation with es_ES.ISO8859-15 locale
|
||||||
|
on Solaris 10. (Urko Benito via tomwhite)
|
||||||
|
|
||||||
Release 0.21.0 - Unreleased
|
Release 0.21.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
# records the version, revision, branch, user, timestamp, and url
|
# records the version, revision, branch, user, timestamp, and url
|
||||||
unset LANG
|
unset LANG
|
||||||
unset LC_CTYPE
|
unset LC_CTYPE
|
||||||
|
unset LC_TIME
|
||||||
version=$1
|
version=$1
|
||||||
build_dir=$2
|
build_dir=$2
|
||||||
user=`whoami`
|
user=`whoami`
|
||||||
|
|
Loading…
Reference in New Issue