Zhenxiao Luo created HIVE-3412:
----------------------------------

             Summary: 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


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

Reply via email to