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/05/03 09:28:49 UTC

[GitHub] [flink] tillrohrmann commented on issue #8117: [FLINK-12115] [filesystems]: Add support for AzureFS

tillrohrmann commented on issue #8117: [FLINK-12115] [filesystems]: Add support for AzureFS
URL: https://github.com/apache/flink/pull/8117#issuecomment-489028786
 
 
   Thanks for updating the PR @piyushnarang. I think there is currently a compilation problem because of the moved `HadoopConfigLoader`.
   
   ```
   15:20:57.850 [ERROR] /home/travis/build/apache/flink/flink-filesystems/flink-s3-fs-hadoop/src/main/java/org/apache/flink/fs/s3hadoop/S3FileSystemFactory.java:[24,37] package org.apache.flink.runtime.util does not exist
   15:20:57.850 [ERROR] /home/travis/build/apache/flink/flink-filesystems/flink-s3-fs-hadoop/src/main/java/org/apache/flink/fs/s3hadoop/S3FileSystemFactory.java:[67,16] cannot find symbol
     symbol:   class HadoopConfigLoader
     location: class org.apache.flink.fs.s3hadoop.S3FileSystemFactory
   15:20:57.851 [ERROR] /home/travis/build/apache/flink/flink-filesystems/flink-s3-fs-hadoop/src/main/java/org/apache/flink/fs/s3hadoop/S3FileSystemFactory.java:[68,28] cannot find symbol
     symbol:   class HadoopConfigLoader
     location: class org.apache.flink.fs.s3hadoop.S3FileSystemFactory
   ```
   
   I think we need to update the `S3FileSystemFactory`.

----------------------------------------------------------------
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