[ERROR] Failed to execute goal on project flink-s3-fs-hadoop: Could not resolve dependencies for project org.apache.flink:flink-s3-fs-hadoop:jar:1.9-SNAPSHOT: Failure to find org.apache.flink:flink 1. 2. 3. 4. 5. 6. 7.
<name>hadoop.http.filter.initializers</name> <value>org.apache.flink.fs.shaded.hadoop3.org.apache.hadoop.http.lib.StaticUserWebFilter</value> <description>A comma separated list of class names. Each class in the list must extend org.apache.flink.f...
Recently, I'm using S3 as Flink 1.13.1's HA storage directory as below. But I meet an error when deploying the job manager and task manager to k8s. I've already added the jar in folder s3-fs-hadoop under the path /opt/flink/plugins. I'm not sure whether missed the Hadoop shaded ...