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

add option to let hive automatically run in local mode based on tunable heuristics

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • Query Processor
    • None

    Description

      as a followup to HIVE-543 - we should have a simple option (enabled by default) to let hive run in local mode if possible.

      two levels of options are desirable:
      1. hive.exec.mode.local.auto=true/false // control whether local mode is automatically chosen
      2. Options to control different heuristics, some naiive examples:
      hive.exec.mode.local.auto.input.size.max=1G // don't choose local mode if data > 1G
      hive.exec.mode.local.auto.script.enable=true/false // choose if local mode is enabled for queries with user scripts

      this can be implemented as a pre/post execution hook. It makes sense to provide this as a standard hook in the hive codebase since it's likely to improve response time for many users (especially for test queries).

      the initial proposal is to choose this at a query level and not at per hive-task (ie. hadoop job) level. per job-level requires more changes to compilation (to not pre-commit to hdfs or local scratch directories at compile time).

      Attachments

        1. hive-1408.6.patch
          1.09 MB
          Joydeep Sen Sarma
        2. 1408.7.patch
          1.09 MB
          Joydeep Sen Sarma
        3. 1408.2.q.out.patch
          113 kB
          Joydeep Sen Sarma
        4. 1408.2.patch
          1.47 MB
          Joydeep Sen Sarma
        5. 1408.1.patch
          114 kB
          Joydeep Sen Sarma

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            jsensarma Joydeep Sen Sarma Assign to me
            jsensarma Joydeep Sen Sarma
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment