You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/17 10:15:28 UTC

[GitHub] [flink] pnowojski commented on a change in pull request #10482: [FLINK-11956] Unshade s3 filesystems

pnowojski commented on a change in pull request #10482: [FLINK-11956] Unshade s3 filesystems
URL: https://github.com/apache/flink/pull/10482#discussion_r358696197
 
 

 ##########
 File path: docs/ops/filesystems/index.md
 ##########
 @@ -72,7 +72,7 @@ cp ./opt/flink-s3-fs-hadoop-{{ site.version }}.jar ./plugins/s3-fs-hadoop/
 
 <span class="label label-danger">Attention</span> The plugin mechanism for file systems was introduced in Flink version `1.9` to
 support dedicated Java class loaders per plugin and to move away from the class shading mechanism.
-You can still use the provided file systems (or your own implementations) via the old mechanism by copying the corresponding
+**Since 1.10, except for the s3 plugins**, you can still use the provided file systems (or your own implementations) via the old mechanism by copying the corresponding
 
 Review comment:
   ```
   **Except for the s3 plugins**, you can still use the provided file systems (or your own implementations) via the old mechanism by copying the corresponding. Since 1.10 s3 plugins can no longer be loaded by the old mechanism of copying theirs jar to the `./lib` directory.
   ```
   ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services