You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/11/29 21:37:11 UTC

[jira] Created: (HIVE-1812) spurious rmr failure messages when inserting with dynamic partitioning

spurious rmr failure messages when inserting with dynamic partitioning
----------------------------------------------------------------------

                 Key: HIVE-1812
                 URL: https://issues.apache.org/jira/browse/HIVE-1812
             Project: Hive
          Issue Type: Bug
          Components: Logging
    Affects Versions: 0.6.0
            Reporter: John Sichi
            Assignee: Ning Zhang
             Fix For: 0.7.0


Running a test such as load_dyn_part1.q, there is a lot of noise like this:

test:
    [junit] Copying data from file:/Users/jsichi/open/hive-trunk/data/files/kv1.txt
    [junit] Loading data to table srcpart partition (ds=2008-04-08, hr=11)
    [junit] rmr: cannot remove pfile:/Users/jsichi/open/hive-trunk/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11: No such file or directory.

This shows up in production logs as well, which confuses users, making them thinking that the job is encountering problems when it isn't.  Is there a way we can squelch these?


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


[jira] Resolved: (HIVE-1812) spurious rmr failure messages when inserting with dynamic partitioning

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

Ning Zhang resolved HIVE-1812.
------------------------------

    Resolution: Fixed

This has been fixed as part of HIVE-1852.

> spurious rmr failure messages when inserting with dynamic partitioning
> ----------------------------------------------------------------------
>
>                 Key: HIVE-1812
>                 URL: https://issues.apache.org/jira/browse/HIVE-1812
>             Project: Hive
>          Issue Type: Bug
>          Components: Logging
>    Affects Versions: 0.6.0
>            Reporter: John Sichi
>            Assignee: Ning Zhang
>             Fix For: 0.7.0
>
>
> Running a test such as load_dyn_part1.q, there is a lot of noise like this:
> test:
>     [junit] Copying data from file:/Users/jsichi/open/hive-trunk/data/files/kv1.txt
>     [junit] Loading data to table srcpart partition (ds=2008-04-08, hr=11)
>     [junit] rmr: cannot remove pfile:/Users/jsichi/open/hive-trunk/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11: No such file or directory.
> This shows up in production logs as well, which confuses users, making them thinking that the job is encountering problems when it isn't.  Is there a way we can squelch these?

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