Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4, 0.5
-
None
-
None
Description
HCat_Drop_Table_3 attempts to create a directory also used by other tests. It calls dfs -mkdir which is failing with the latest version of Hadoop23. The solution is to call dfs -mkdir -p but this will break tests for Hadoop20.