Browse Source

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

Akira Ajisaka 9 years ago
parent
commit
babe025fb0
2 changed files with 3 additions and 4 deletions
  1. 0 4
      dev-support/docker/Dockerfile
  2. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 0 - 4
dev-support/docker/Dockerfile

@@ -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
 ###

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -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