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

Spark app name should be in line with MapReduce app name when using Hive On Spark

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.1.0
    • None
    • Spark
    • None

    Description

      When using the spark execution engine the jobs submitted to YARN are submitted with name "Hive On Spark" whereas in mr execution engine the name contains the query executed. This is overrideable via spark.app.name but it should automatically fill out the query executed in line with the mr engine.

      Example:

      set hive.execution.engine=spark;
      Select count from sometable;

      -> Launched YARN Job description: Hive On Spark

      set hive.execution.engine=mr;
      Select count from sometable;

      -> Launched YARN Job description: Select count from sometable

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tscott@cloudera.com Thomas Scott
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: