[ https://issues.apache.org/jira/browse/HIVE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gang Tim Liu updated HIVE-3828: ------------------------------- Description: The following query works fine in hive TestCliDriver test suite but not minimr because different Hadoop file system is used. The error is {code} Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Unable to rename output from: .../_task_tmp.-ext-10002/key=103/_tmp.000000_0 to: .../_tmp.-ext-10002/key=103/000000_0 {code} was: The following query works fine in hive TestCliDriver test suite but not minimr because different Hadoop file system is used. The error is {code} Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Unable to rename output from: .../_task_tmp.-ext-10002/HIVE_DEFAULT_LIST_BUCKETING_DIR_NAME/_tmp.000000_0 to: .../_tmp.-ext-10002/HIVE_DEFAULT_LIST_BUCKETING_DIR_NAME/000000_0 {code} > insert overwrite fails with stored-as-dir in cluster > ---------------------------------------------------- > > Key: HIVE-3828 > URL: https://issues.apache.org/jira/browse/HIVE-3828 > Project: Hive > Issue Type: Bug > Components: Import/Export > Reporter: Gang Tim Liu > Assignee: Gang Tim Liu > > The following query works fine in hive TestCliDriver test suite but not > minimr because different Hadoop file system is used. > The error is > {code} > Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Unable to rename > output from: .../_task_tmp.-ext-10002/key=103/_tmp.000000_0 to: > .../_tmp.-ext-10002/key=103/000000_0 > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira