Ashutosh Chauhan created HIVE-6152: -------------------------------------- Summary: insert query fails on federation + viewfs Key: HIVE-6152 URL: https://issues.apache.org/jira/browse/HIVE-6152 Project: Hive Issue Type: Bug Reporter: Ashutosh Chauhan
This is because Hive first writes data to /tmp/ and than moves from /tmp to final destination. In federated HDFS recommendation is to mount /tmp on a separate nameservice, which is usually different than /user. Since renames across different mount points are not supported, this fails. -- This message was sent by Atlassian JIRA (v6.1.5#6160)