HADOOP-12681. start-build-env.sh fails in branch-2. Contributed by Kengo Seki.
This commit is contained in:
parent
42160d358a
commit
babe025fb0
|
@ -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
|
||||
###
|
||||
|
|
|
@ -902,6 +902,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