You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2008/09/05 22:10:44 UTC

[jira] Commented: (HADOOP-4089) Check if the tmp file used in the CLI exists before using it.

    [ https://issues.apache.org/jira/browse/HADOOP-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628718#action_12628718 ] 

Doug Cutting commented on HADOOP-4089:
--------------------------------------

Elsewhere in Hadoop we have avoided the use of /tmp, since it is error-prone (it may not exist, it may not be large, etc.).  What's the justification for using it here?

> Check if the tmp file used in the CLI exists before using it.
> -------------------------------------------------------------
>
>                 Key: HADOOP-4089
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4089
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>
> Currently the CLI needs /tmp/<user-name> directory to be present, otherwise it gives an error.
> We should create it automatically when we launch the CLI.
> This was reported by Chad.

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