[ https://issues.apache.org/jira/browse/HIVE-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444301#comment-13444301 ]
Zhenxiao Luo commented on HIVE-3412: ------------------------------------ @Carl: thanks for the review. I addressed the comments and resubmitted patch at: https://reviews.facebook.net/D4989 > 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, HIVE-3412.2.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