浏览代码

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

Akira Ajisaka 9 年之前
父节点
当前提交
babe025fb0
共有 2 个文件被更改,包括 3 次插入4 次删除
  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