You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2011/01/07 06:06:45 UTC

[jira] Updated: (WHIRR-190) Create /tmp in HDFS for Pig

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

Tom White updated WHIRR-190:
----------------------------

    Attachment: WHIRR-190.patch

Simple patch.

> Create /tmp in HDFS for Pig
> ---------------------------
>
>                 Key: WHIRR-190
>                 URL: https://issues.apache.org/jira/browse/WHIRR-190
>             Project: Whirr
>          Issue Type: Improvement
>          Components: service/hadoop
>            Reporter: Tom White
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-190.patch
>
>
> This is easily done by adding the following to the post-configure script (also includes creating the Hive warehouse directory):
> {code}
> # Create temporary directory for Pig and Hive in HDFS
> $AS_HADOOP "$HADOOP_HOME/bin/hadoop fs -mkdir /tmp"
> $AS_HADOOP "$HADOOP_HOME/bin/hadoop fs -chmod +w /tmp"
> $AS_HADOOP "$HADOOP_HOME/bin/hadoop fs -mkdir /user/hive/warehouse"
> $AS_HADOOP "$HADOOP_HOME/bin/hadoop fs -chmod +w /user/hive/warehouse"
> {code}

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