[ https://issues.apache.org/jira/browse/HIVE-28118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Palakur Eshwitha Sai updated HIVE-28118: ---------------------------------------- Description: With Viewfs overload scheme enabled in the cluster and mount point configured to S3, Hive insert into operation fails with MoveTask error. {code:java} Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Unable to move source hdfs://s3cluster/warehouse/tablespace/external/hive/sales_by_state/state=CA/.hive-staging_hive_2024-01-05_05-52-09_785_7084847051463431810-8/-ext-10002 to destination hdfs://s3cluster/warehouse/tablespace/external/hive/sales_by_state/state=CA/.hive-staging_hive_2024-01-05_05-52-09_785_7084847051463431810-8/-ext-10000 (state=08S01,code=1) Caused by: java.io.FileNotFoundException: No such file or directory: s3a://testhadoop/warehouse/tablespace/external/hive/sales_by_state/state=CA/.hive-staging_hive_2024-01-05_05-52-09_785_7084847051463431810-8/-ext-10000 at org.apache.hadoop.fs.s3a.S3AFileSystem.s3GetFileStatus(S3AFileSystem.java:2344) ~[hadoop-aws-3.2.2.3.2.2.4-8.jar:?] at org.apache.hadoop.fs.s3a.S3AFileSystem.innerGetFileStatus(S3AFileSystem.java:2226) ~[hadoop-aws-3.2.2.3.2.2.4-8.jar:?] at org.apache.hadoop.fs.s3a.S3AFileSystem.getFileStatus(S3AFileSystem.java:2160) ~[hadoop-aws-3.2.2.3.2.2.4-8.jar:?] at org.apache.hadoop.fs.FileSystem.resolvePath(FileSystem.java:888) ~[hadoop-common-3.2.2.3.2.2.4-6.jar:?] {code} was:With Viewfs overload scheme enabled in the cluster and mount point configured to S3, Hive insert into operation fails with MoveTask error. > Hive Insert Into S3 with Viewfs overload scheme fails with MoveTask Error > ------------------------------------------------------------------------- > > Key: HIVE-28118 > URL: https://issues.apache.org/jira/browse/HIVE-28118 > Project: Hive > Issue Type: Bug > Reporter: Palakur Eshwitha Sai > Assignee: Palakur Eshwitha Sai > Priority: Major > > With Viewfs overload scheme enabled in the cluster and mount point configured > to S3, Hive insert into operation fails with MoveTask error. > {code:java} > Error: Error while processing statement: FAILED: Execution Error, return code > 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Unable to move source > hdfs://s3cluster/warehouse/tablespace/external/hive/sales_by_state/state=CA/.hive-staging_hive_2024-01-05_05-52-09_785_7084847051463431810-8/-ext-10002 > to destination > hdfs://s3cluster/warehouse/tablespace/external/hive/sales_by_state/state=CA/.hive-staging_hive_2024-01-05_05-52-09_785_7084847051463431810-8/-ext-10000 > (state=08S01,code=1) > Caused by: java.io.FileNotFoundException: No such file or directory: > s3a://testhadoop/warehouse/tablespace/external/hive/sales_by_state/state=CA/.hive-staging_hive_2024-01-05_05-52-09_785_7084847051463431810-8/-ext-10000 > at > org.apache.hadoop.fs.s3a.S3AFileSystem.s3GetFileStatus(S3AFileSystem.java:2344) > ~[hadoop-aws-3.2.2.3.2.2.4-8.jar:?] at > org.apache.hadoop.fs.s3a.S3AFileSystem.innerGetFileStatus(S3AFileSystem.java:2226) > ~[hadoop-aws-3.2.2.3.2.2.4-8.jar:?] at > org.apache.hadoop.fs.s3a.S3AFileSystem.getFileStatus(S3AFileSystem.java:2160) > ~[hadoop-aws-3.2.2.3.2.2.4-8.jar:?] at > org.apache.hadoop.fs.FileSystem.resolvePath(FileSystem.java:888) > ~[hadoop-common-3.2.2.3.2.2.4-6.jar:?] > {code} > > -- This message was sent by Atlassian Jira (v8.20.10#820010)