Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1303

CDH cannot pass hadoop version check test

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 0.10.0
    • 0.10.0
    • None
    • None

    Description

      getVersion() of CheckHadoopRuntimeVersionRule.java assumes the pattern of Hadoop version as 'xx.xx.xx'.
      However, if CDH is used, version is expressed as 'xx.xx.xx-cdhxx.xx.xx'
      and getVersion() wrongly retrieves last digit of the version
      as 'xx-cdhxx.xx.xx' like '0-chd5.3.0'.

      I think getVersion() should check digit part of the Hadoop version string only.

      Attachments

        1. TAJO-1303_2.patch
          1 kB
          Keuntae Park
        2. TAJO-1303.patch
          0.8 kB
          Keuntae Park

        Activity

          People

            sirpkt Keuntae Park
            sirpkt Keuntae Park
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: