Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-912

Mapreduce tether test fails on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.6.0
    • java
    • None

    Description

      The problems are:
      1. The executable filename is passed around as a URL. Windows filenames are valid URLs.
      2. Typical windows user's home directory is c:\Documents and Settings\username. Maven puts the downloaded jar files under $HOME/.m2. So the classpath has several directories with space in their names. Splitting command line arguments using space generates invalid classpath.
      3. Hadoop's TaskLog.captureOutAndError() generates command line for unix systems using bash.

      Attachments

        1. AVRO-912.patch
          6 kB
          Thiruvalluvan M. G.

        Activity

          People

            thiru_mg Thiruvalluvan M. G.
            thiru_mg Thiruvalluvan M. G.
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: