HADOOP-12681. start-build-env.sh fails in branch-2. Contributed by Kengo Seki.

(cherry picked from commit babe025fb0)
This commit is contained in:
Akira Ajisaka 2015-12-28 14:38:56 +09:00
parent 4db6808f38
commit c60792e6e5
2 changed files with 3 additions and 4 deletions

View File

@ -76,10 +76,6 @@ ENV FINDBUGS_HOME /opt/findbugs
RUN apt-get install -y cabal-install
RUN cabal update && cabal install shellcheck --global
# Fixing the Apache commons / Maven dependency problem under Ubuntu:
# See http://wiki.apache.org/commons/VfsProblems
RUN cd /usr/share/maven/lib && ln -s ../../java/commons-lang.jar .
###
# Avoid out of memory errors in builds
###

View File

@ -883,6 +883,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-12636. Prevent ServiceLoader failure init for unused FileSystems.
(Inigo Goiri via cdouglas)
HADOOP-12681. start-build-env.sh fails in branch-2.
(Kengo Seki via aajisaka)
Release 2.7.3 - UNRELEASED
INCOMPATIBLE CHANGES