[GitHub] [hudi] xccui commented on issue #8325: [SUPPORT] spark read hudi error: Unable to instantiate HFileBootstrapIndex

2023-04-11 Thread via GitHub
xccui commented on issue #8325: URL: https://github.com/apache/hudi/issues/8325#issuecomment-1504472901 Got some time today to take a closer look at the errors. `HFileBootstrapIndex` needs to access some remote data during initialization. There should be some connection issues (e.g. file sy

[GitHub] [hudi] xccui commented on issue #8325: [SUPPORT] spark read hudi error: Unable to instantiate HFileBootstrapIndex

2023-04-04 Thread via GitHub
xccui commented on issue #8325: URL: https://github.com/apache/hudi/issues/8325#issuecomment-1496179790 > > I hit the same exception in a Flink writer job. It happened when the job was trying to recover from a failure. > > Hudi version: 0.13.0 Flink version: 1.16.1 > > have you try

[GitHub] [hudi] xccui commented on issue #8325: [SUPPORT] spark read hudi error: Unable to instantiate HFileBootstrapIndex

2023-04-03 Thread via GitHub
xccui commented on issue #8325: URL: https://github.com/apache/hudi/issues/8325#issuecomment-1494840392 I hit the same exception in a Flink writer job. It happened when the job was trying to recover from a failure. Hudi version: 0.13.0 Flink version: 1.16.1 -- This is an automat