Ankit Kamboj created HIVE-9928: ---------------------------------- Summary: Empty buckets are not created on non-HDFS file system Key: HIVE-9928 URL: https://issues.apache.org/jira/browse/HIVE-9928 Project: Hive Issue Type: Bug Reporter: Ankit Kamboj
Bucketing should create empty buckets on the destination file system. There is a problem in that logic that it uses path.toUri().getPath().toString() to find the relevant path. But this chain of methods always resolves to relative path which ends up creating the empty buckets in hdfs rather than actual destination fs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)