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

mapreduce_stack_trace_hadoop20 in TestNegativeMinimrCliDriver fails on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 0.11.0
    • None
    • Tests
    • None
    • Windows

    Description

      testNegativeCliDriver_mapreduce_stack_trace_hadoop20 fails because group information is printed out on Windows. Here is the example of mapreduce_stack_trace_hadoop20.q.out.orig:
      --------------------------------------------------------------------------
      PREHOOK: query: FROM src SELECT TRANSFORM(key, value) USING 'script_does_not_exist' AS (key, value)
      PREHOOK: type: QUERY
      PREHOOK: Input: default@src
      PREHOOK: Output: hdfs://127.0.0.1:25477/code/HWX/hive-monarch/build/ql/scratchdir/hive_2013-05-14_15-21-00_075_593034964465269090/-mr-10000
      Ended Job = job_20130514152027587_0001 with errors
      FATAL ExecMapper: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row

      {"key":"238","value":"val_238"}

      groups found for user Administrators
      Hive Runtime Error while processing row

      {"key":"238","value":"val_238"}

      --------------------------------------------------------------------------

      However, it is supposed to look like:
      --------------------------------------------------------------------------
      PREHOOK: query: FROM src SELECT TRANSFORM(key, value) USING 'script_does_not_exist' AS (key, value)
      PREHOOK: type: QUERY
      PREHOOK: Input: default@src
      #### A masked pattern was here ####
      FATAL ExecMapper: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row

      {"key":"238","value":"val_238"}

      Hive Runtime Error while processing row

      {"key":"238","value":"val_238"}

      --------------------------------------------------------------------------

      Attachments

        1. HIVE-4558.1.patch
          3 kB
          Douma Fang

        Issue Links

          Activity

            People

              xifang Douma Fang
              xifang Douma Fang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: