HADOOP-12681. start-build-env.sh fails in branch-2. Contributed by Kengo Seki.
(cherry picked from commit babe025fb0
)
This commit is contained in:
parent
4db6808f38
commit
c60792e6e5
|
@ -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
|
||||
###
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue