Skip to content

Commit

Permalink
[hotfix] [docs] Fix flink-s3-fs-* README entry for the service file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Kruber authored and StephanEwen committed May 24, 2018
1 parent c07b693 commit 28972d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-filesystems/flink-s3-fs-hadoop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ steps are required to keep the shading correct:
2. verify the shaded jar:
- does not contain any unshaded classes except for `org.apache.flink.fs.s3hadoop.S3FileSystemFactory`
- all other classes should be under `org.apache.flink.fs.s3hadoop.shaded`
- there should be a `META-INF/services/org.apache.flink.fs.s3hadoop.S3FileSystemFactory` file pointing to the `org.apache.flink.fs.s3hadoop.S3FileSystemFactory` class
- there should be a `META-INF/services/org.apache.flink.core.fs.FileSystemFactory` file pointing to the `org.apache.flink.fs.s3hadoop.S3FileSystemFactory` class
- other service files under `META-INF/services` should have their names and contents in the relocated `org.apache.flink.fs.s3hadoop.shaded` package
- contains a `core-default-shaded.xml` file
- does not contain a `core-default.xml` or `core-site.xml` file
2 changes: 1 addition & 1 deletion flink-filesystems/flink-s3-fs-presto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps are required to keep the shading correct:
2. verify the shaded jar:
- does not contain any unshaded classes except for `org.apache.flink.fs.s3presto.S3FileSystemFactory`
- all other classes should be under `org.apache.flink.fs.s3presto.shaded`
- there should be a `META-INF/services/org.apache.flink.fs.s3presto.S3FileSystemFactory` file pointing to the `org.apache.flink.fs.s3presto.S3FileSystemFactory` class
- there should be a `META-INF/services/org.apache.flink.core.fs.FileSystemFactory` file pointing to the `org.apache.flink.fs.s3presto.S3FileSystemFactory` class
- other service files under `META-INF/services` should have their names and contents in the relocated `org.apache.flink.fs.s3presto.shaded` package
- contains a `core-default-shaded.xml` file
- does not contain a `core-default.xml` or `core-site.xml` file

0 comments on commit 28972d5

Please sign in to comment.