Rahil Chertara created HUDI-5224:
------------------------------------
Summary: Compaction repair command failing on s3 due to wrong fs
Key: HUDI-5224
URL: https://issues.apache.org/jira/browse/HUDI-5224
Project: Apache Hudi
Issue Type: Task
Components: cli
Reporter: Rahil Chertara
hudi:hudi_basic_test_mor67302->compaction repair --instant 20220928213713680
Wrong FS: s3:/tmp/7546beec-097f-49c8-a89a-37f8b82619c4.ser, expected:
s3://rahilc-dev
Details of the error have been omitted. You can use the stacktrace command to
print the full stacktrace.
hudi:hudi_basic_test_mor67302->stacktrace
java.lang.IllegalArgumentException: Wrong FS:
s3:/tmp/7546beec-097f-49c8-a89a-37f8b82619c4.ser, expected: s3://rahilc-dev
at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:814)
at org.apache.hadoop.fs.FileSystem.makeQualified(FileSystem.java:673)
at
com.amazon.ws.emr.hadoop.fs.staging.DefaultStagingMechanism.isStagingDirectoryPath(DefaultStagingMechanism.java:49)
at
com.amazon.ws.emr.hadoop.fs.s3n.S3NativeFileSystem.getFileStatus(S3NativeFileSystem.java:496)
at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1767)
at
com.amazon.ws.emr.hadoop.fs.EmrFileSystem.exists(EmrFileSystem.java:402)
at
org.apache.hudi.common.fs.HoodieWrapperFileSystem.exists(HoodieWrapperFileSystem.java:558)
at
org.apache.hudi.cli.commands.CompactionCommand.repairCompaction(CompactionCommand.java:643)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.shell.command.invocation.InvocableShellMethod.doInvoke(InvocableShellMethod.java:306)
at
org.springframework.shell.command.invocation.InvocableShellMethod.invoke(InvocableShellMethod.java:232)
at
org.springframework.shell.command.CommandExecution$DefaultCommandExecution.evaluate(CommandExecution.java:158)
at org.springframework.shell.Shell.evaluate(Shell.java:208)
at org.springframework.shell.Shell.run(Shell.java:140)
at
org.springframework.shell.jline.InteractiveShellRunner.run(InteractiveShellRunner.java:73)
at
org.springframework.shell.DefaultShellApplicationRunner.run(DefaultShellApplicationRunner.java:65)
at
org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:762)
at
org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:752)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at org.apache.hudi.cli.Main.main(Main.java:35)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)