Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-14281 Dynamometer Phase 2
  3. HDFS-14954

[Dynamometer] create-slim-hadoop-tar.sh accidentally removes junit jar from tarball

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • tools
    • None

    Description

      JUnit jar path is different each hadoop version.

      $ find hadoop-2.9.2 -name "junit*.jar"
      hadoop-2.9.2/share/hadoop/common/lib/junit-4.11.jar
      hadoop-2.9.2/share/hadoop/mapreduce/lib/junit-4.11.jar
      $ find hadoop-3.0.0 -name "junit*.jar"
      hadoop-3.0.0/share/hadoop/common/lib/junit-4.11.jar
      $ find hadoop-3.1.3 -name "junit*.jar"
      hadoop-3.1.3/share/hadoop/mapreduce/lib/junit-4.11.jar
      $ find hadoop-3.2.1 -name "junit*.jar"
      hadoop-3.2.1/share/hadoop/mapreduce/lib/junit-4.11.jar
      $ find hadoop-3.3.0-SNAPSHOT -name "junit*.jar"
      hadoop-3.3.0-SNAPSHOT/share/hadoop/tools/lib/junit-4.12.jar
      

      Since create-slim-hadoop-tar.sh removes the tools directory, the junit jar is removed after hadoop-3.1 that is necessary for Dyno-DNs.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tasanuma Takanobu Asanuma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: