You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zhenxiao Luo (JIRA)" <ji...@apache.org> on 2012/08/29 02:34:08 UTC

[jira] [Updated] (HIVE-3412) Fix TestCliDriver.repair on Hadoop 0.23.3, 3.0.0, and 2.2.0-alpha

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

Zhenxiao Luo updated HIVE-3412:
-------------------------------

    Attachment: HIVE-3412.1.patch.txt
    
> Fix TestCliDriver.repair on Hadoop 0.23.3, 3.0.0, and 2.2.0-alpha
> -----------------------------------------------------------------
>
>                 Key: HIVE-3412
>                 URL: https://issues.apache.org/jira/browse/HIVE-3412
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.9.0
>            Reporter: Zhenxiao Luo
>            Assignee: Zhenxiao Luo
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3412.1.patch.txt
>
>
> TestCliDriver.repair fails on the following Hadoop versions:
> 0.23.3, 3.0.0, 2.2.0-alpha
> repair.q fails with "dfs -mkdir":
> [junit] mkdir: `../build/ql/test/data/warehouse/repairtable/p1=a/p2=a': No such file or directory
> The problem is, after fixing HADOOP-8551, which changes the hdfs Shell syntax for mkdir:
> https://issues.apache.org/jira/browse/HADOOP-8551
> all "dfs -mkdir" commands should provide "-p" in order to execute without error.
> This is an intentional change in HDFS. And HADOOP-8551 will be included in 0.23.3, 3.0.0, 2.2.0-alpha versions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira