Brahma Reddy Battula created HADOOP-14455:
---------------------------------------------
Summary: ViewFileSystem#rename should support be supported within
same nameservice with different mountpoints
Key: HADOOP-14455
URL: https://issues.apache.org/jira/browse/HADOOP-14455
Project: Hadoop Common
Issue Type: Improvement
Reporter: Brahma Reddy Battula
Assignee: Brahma Reddy Battula
*Scenario:*
|| Mount Point || NameService|| Value||
|/tmp|hacluster|/tmp|
|/user|hacluster|/user|
Move file from {{/tmp}} to {{/user}}
It will fail by throwing the following error
{noformat}
Caused by: java.io.IOException: Renames across Mount points not supported
at
org.apache.hadoop.fs.viewfs.ViewFileSystem.rename(ViewFileSystem.java:500)
at org.apache.hadoop.hive.ql.metadata.Hive.moveFile(Hive.java:2692)
... 22 more
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]