You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2008/12/24 00:44:44 UTC

[jira] Created: (HIVE-196) Failure when doing 2 tests with the same user on the same machine

Failure when doing 2 tests with the same user on the same machine
-----------------------------------------------------------------

                 Key: HIVE-196
                 URL: https://issues.apache.org/jira/browse/HIVE-196
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Testing Infrastructure
            Reporter: Zheng Shao


org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access `/tmp/zshao/kv1.txt': No such file or directory

We should make a unique directory for each of the test runs, instead of sharing /tmp/${username}.



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


[jira] Commented: (HIVE-196) Failure when doing 2 tests with the same user on the same machine

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658996#action_12658996 ] 

Ashish Thusoo commented on HIVE-196:
------------------------------------

Actually we should just create a tmp directory under build and use that as our scratch directory. 

> Failure when doing 2 tests with the same user on the same machine
> -----------------------------------------------------------------
>
>                 Key: HIVE-196
>                 URL: https://issues.apache.org/jira/browse/HIVE-196
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Zheng Shao
>
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access `/tmp/zshao/kv1.txt': No such file or directory
> We should make a unique directory for each of the test runs, instead of sharing /tmp/${username}.

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


[jira] Updated: (HIVE-196) Failure when doing 2 tests with the same user on the same machine

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

dhruba borthakur updated HIVE-196:
----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I just committed this. Thanks Ashish!

> Failure when doing 2 tests with the same user on the same machine
> -----------------------------------------------------------------
>
>                 Key: HIVE-196
>                 URL: https://issues.apache.org/jira/browse/HIVE-196
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Zheng Shao
>            Assignee: Ashish Thusoo
>         Attachments: patch-196.txt
>
>
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access `/tmp/zshao/kv1.txt': No such file or directory
> We should make a unique directory for each of the test runs, instead of sharing /tmp/${username}.

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


[jira] Commented: (HIVE-196) Failure when doing 2 tests with the same user on the same machine

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659983#action_12659983 ] 

Namit Jain commented on HIVE-196:
---------------------------------

+1

looks good

> Failure when doing 2 tests with the same user on the same machine
> -----------------------------------------------------------------
>
>                 Key: HIVE-196
>                 URL: https://issues.apache.org/jira/browse/HIVE-196
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Zheng Shao
>            Assignee: Ashish Thusoo
>         Attachments: patch-196.txt
>
>
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access `/tmp/zshao/kv1.txt': No such file or directory
> We should make a unique directory for each of the test runs, instead of sharing /tmp/${username}.

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


[jira] Updated: (HIVE-196) Failure when doing 2 tests with the same user on the same machine

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

Carl Steinbach updated HIVE-196:
--------------------------------

    Fix Version/s: 0.3.0

> Failure when doing 2 tests with the same user on the same machine
> -----------------------------------------------------------------
>
>                 Key: HIVE-196
>                 URL: https://issues.apache.org/jira/browse/HIVE-196
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Zheng Shao
>            Assignee: Ashish Thusoo
>             Fix For: 0.3.0
>
>         Attachments: patch-196.txt
>
>
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access `/tmp/zshao/kv1.txt': No such file or directory
> We should make a unique directory for each of the test runs, instead of sharing /tmp/${username}.

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


[jira] Updated: (HIVE-196) Failure when doing 2 tests with the same user on the same machine

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

Ashish Thusoo updated HIVE-196:
-------------------------------

    Status: Patch Available  (was: Open)

submitting patch..

the patch moves all the tmp files to build/ql/tmp

also it does some cleanups so that ql/mapred is not created in the source directory.

> Failure when doing 2 tests with the same user on the same machine
> -----------------------------------------------------------------
>
>                 Key: HIVE-196
>                 URL: https://issues.apache.org/jira/browse/HIVE-196
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Zheng Shao
>            Assignee: Ashish Thusoo
>         Attachments: patch-196.txt
>
>
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access `/tmp/zshao/kv1.txt': No such file or directory
> We should make a unique directory for each of the test runs, instead of sharing /tmp/${username}.

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


[jira] Updated: (HIVE-196) Failure when doing 2 tests with the same user on the same machine

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

Ashish Thusoo updated HIVE-196:
-------------------------------

    Attachment: patch-196.txt

> Failure when doing 2 tests with the same user on the same machine
> -----------------------------------------------------------------
>
>                 Key: HIVE-196
>                 URL: https://issues.apache.org/jira/browse/HIVE-196
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Zheng Shao
>            Assignee: Ashish Thusoo
>         Attachments: patch-196.txt
>
>
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access `/tmp/zshao/kv1.txt': No such file or directory
> We should make a unique directory for each of the test runs, instead of sharing /tmp/${username}.

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


[jira] Assigned: (HIVE-196) Failure when doing 2 tests with the same user on the same machine

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

Ashish Thusoo reassigned HIVE-196:
----------------------------------

    Assignee: Ashish Thusoo

> Failure when doing 2 tests with the same user on the same machine
> -----------------------------------------------------------------
>
>                 Key: HIVE-196
>                 URL: https://issues.apache.org/jira/browse/HIVE-196
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Zheng Shao
>            Assignee: Ashish Thusoo
>
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access `/tmp/zshao/kv1.txt': No such file or directory
> We should make a unique directory for each of the test runs, instead of sharing /tmp/${username}.

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