Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-3023

[HOD] build file requires exact python version

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • build
    • None

    Description

      To run the HOD pyunit tests, the build file checks that an exact python version is present:

      + <condition property="python.versionmatched">
      + <!--- Currently check for only 2.5.1 -->
      + <equals arg1="${hodtest.pythonVersion}" arg2="Python 2.5.1" />
      + </condition>

      This is too restrictive (we have 2.5.2 on our Solaris build machine). I suggest that you don't check the python version and instead issue a warning message if the pyunit test fail stating that python 2.5.1 or great is required (and optionally showing them what version they tried to use).

      Attachments

        1. HADOOP-3023
          8 kB
          Vinod Kumar Vavilapalli

        Issue Links

          Activity

            People

              vinodkv Vinod Kumar Vavilapalli
              nidaley Nigel Daley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: