Sergey Shelukhin created HIVE-16194: ---------------------------------------
Summary: MM tables: most of the the parquet tests fail (w/o MM enabled) Key: HIVE-16194 URL: https://issues.apache.org/jira/browse/HIVE-16194 Project: Hive Issue Type: Bug Reporter: Sergey Shelukhin See HIVE-15212, most of the parquet tests in CliDriver and MiniLlapLocalCliDriver fail with this or similar stack {noformat} 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) {noformat} These parts did change on the branch, but they should have changed towards finding more stuff, not less stuff. Need to investigate. -- This message was sent by Atlassian JIRA (v6.3.15#6346)