Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-1050

Containerizer broke getting hadoop binary from $HADOOP_HOME and $PATH

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.18.0
    • 0.18.0
    • containerization, fetcher
    • None

    Description

      In mesos_containerizer.cpp the containerized always sets HADOOP_HOME to what's passed to the slave as --hadoop_home.

      Therefore even if --hadoop_home is unset, the check in hdfs.hpp is always true and getting the hadoop binary from $HADOOP_HOME or $PATH passed to the mesos-slave doesn't work. It tries to load hadoop from /bin/hadoop in this case.

      This is a new regression in 0.18.

      Attachments

        Activity

          People

            dhamon Dominic Hamon
            rlacroix Robert Lacroix
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: