Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9351

Running Hive Jobs with Tez cause templeton to never report percent complete

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.14.0
    • 1.1.0
    • WebHCat
    • None

    Description

      Currently, when submitting Hive jobs through WebHCat and Hive is configured to use Tez, the "percentComplete" field returned by WebHCat is empty.

      LaunchMapper in WebHCat parses stderr of the process that it launches to extract map = 100%, reduce = 100% for Map/Reduce case. With Tez the content of stderr looks like

        Map 1: -/-	Reducer 2: 0/1	
        Map 1: -/-	Reducer 2: 0(+1)/1	
        Map 1: -/-	Reducer 2: 1/1
      

      WebHCat should handle that as well.
      WebHCat will follow HIVE-8495 and report (completed tasks)/(total tasks) as a percentage.

      Attachments

        1. HIVE-9351.patch
          9 kB
          Eugene Koifman

        Activity

          People

            ekoifman Eugene Koifman
            ekoifman Eugene Koifman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: