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/04 07:02:50 UTC

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

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


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.


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

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Patch Available  (was: Open)

> 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
>            Assignee: 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.


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

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White reassigned WHIRR-190:
-------------------------------

    Assignee: Tom White

> 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
>            Assignee: 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.


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

Posted by "Andrei Savu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Savu updated WHIRR-190:
------------------------------

    Attachment: WHIRR-190.patch

I have added an integration test for this 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
>            Assignee: Tom White
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-190.patch, 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.


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

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thanks for the test Andrei. It passed for me. I've just committed this.

> 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
>            Assignee: Tom White
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-190.patch, 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.