Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
See HIVE-15212, most of the parquet tests in CliDriver and MiniLlapLocalCliDriver fail with this or similar stack
2017-03-13T17:51:41,820 DEBUG [a12774a2-0e25-4453-84a8-4965debd6fb5 main] parquet.MapredParquetInputFormat: Using row-mode record reader 2017-03-13T17:51:41,821 ERROR [a12774a2-0e25-4453-84a8-4965debd6fb5 main] CliDriver: Failed with exception java.io.IOException:java.io.IOException: cannot find dir = file:/Users/sergey/git/hivegit/itests/qtest/target/localfs/warehouse/tbl_pred in pathToPartitionInfo: [] java.io.IOException: java.io.IOException: cannot find dir = file:/Users/sergey/git/hivegit/itests/qtest/target/localfs/warehouse/tbl_pred in pathToPartitionInfo: [] at org.apache.hadoop.hive.ql.exec.FetchOperator.getNextRow(FetchOperator.java:563) at org.apache.hadoop.hive.ql.exec.FetchOperator.pushRow(FetchOperator.java:470) at org.apache.hadoop.hive.ql.exec.FetchTask.fetch(FetchTask.java:148) at org.apache.hadoop.hive.ql.Driver.getResults(Driver.java:2262) at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:253)
These parts did change on the branch, but they should have changed towards finding more stuff, not less stuff. Need to investigate.