Gopal V created HIVE-11215: ------------------------------ Summary: Vectorized grace hash-join throws FileUtil warnings Key: HIVE-11215 URL: https://issues.apache.org/jira/browse/HIVE-11215 Project: Hive Issue Type: Bug Components: Vectorization Affects Versions: 1.2.0, 1.3.0, 2.0.0 Reporter: Gopal V Priority: Minor
TPC-DS query13 warnings about a null-file deletion. {code} 2015-07-09 03:14:18,880 INFO [TezChild] exec.MapJoinOperator: Hybrid Grace Hash Join: Number of rows restored from KeyValueContainer: 31184 2015-07-09 03:14:18,881 INFO [TezChild] exec.MapJoinOperator: Hybrid Grace Hash Join: Deserializing spilled hash partition... 2015-07-09 03:14:18,881 INFO [TezChild] exec.MapJoinOperator: Hybrid Grace Hash Join: Number of rows in hashmap: 31184 2015-07-09 03:14:18,897 INFO [TezChild] exec.MapJoinOperator: spilled: true abort: false. Clearing spilled partitions. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. 2015-07-09 03:14:18,898 WARN [TezChild] fs.FileUtil: null file argument. {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)