[ 
https://issues.apache.org/jira/browse/HIVE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joydeep Sen Sarma updated HIVE-543:
-----------------------------------

    Status: Patch Available  (was: Open)

- mapred.job.tracker=local continues to be the way to setup hive local mode. 
- admins can provide appropriate mapred.local.dir and mapred.system.dir 
settings for hive clients (for local mode execution). they can do this either 
via hive configuration files or via hadoop client-side-only configuration 
files. for regular cluster jobs - these are controlled by hadoop server side 
configuration files.

some of the cleanups regarding randomizing local/system directories etc. for 
concurrent queries were already in place (via hive-77).


> provide option to run hive in local mode
> ----------------------------------------
>
>                 Key: HIVE-543
>                 URL: https://issues.apache.org/jira/browse/HIVE-543
>             Project: Hadoop Hive
>          Issue Type: Improvement
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>         Attachments: hive-543.patch.1
>
>
> this is a little bit more than just mapred.job.tracker=local
> when run in this mode - multiple jobs are an issue since writing to same tmp 
> directories is an issue. the following options:
> hadoop.tmp.dir
> mapred.local.dir
> need to be randomized (perhaps based on queryid). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to