Repository: bigtop Updated Branches: refs/heads/master d56fcb6b4 -> 4e93f5e6a
BIGTOP-894 Use C.UTF-8 locale Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4e93f5e6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4e93f5e6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4e93f5e6 Branch: refs/heads/master Commit: 4e93f5e6a9b21c90761fafbc45f5a5d9dbbf00fb Parents: d56fcb6 Author: Olaf Flebbe <[email protected]> Authored: Thu Nov 27 08:25:07 2014 +0100 Committer: Roman Shaposhnik <[email protected]> Committed: Sun Nov 30 18:04:30 2014 -0800 ---------------------------------------------------------------------- bigtop-packages/src/common/pig/do-component-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/4e93f5e6/bigtop-packages/src/common/pig/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/pig/do-component-build b/bigtop-packages/src/common/pig/do-component-build index 339641b..46740c1 100644 --- a/bigtop-packages/src/common/pig/do-component-build +++ b/bigtop-packages/src/common/pig/do-component-build @@ -39,7 +39,7 @@ sed -i -e '/.*<dependency.*/ {N; s/.*<dependency.*\n.*hadoop20.*//g}' ivy.xml BUILD_OPTS="-Djavac.version=1.6 -Dforrest.home=${FORREST_HOME} -Dversion=${PIG_VERSION} -Dhadoopversion=23" # FIXME: BIGTOP-894. Please get rid of the line below when Bigtop integrates a version of Pig that includes the fix for PIG-3262 -export LC_ALL=en_US.UTF-8 +export LC_ALL=C.UTF-8 # FIXME: there's a weird synchronization issue between ivy and Maven caches wrt. jetty # If we don't do the following the build fails with (note zip instead of jar):
