You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/19 06:24:08 UTC

[GitHub] [druid] ccaominh commented on issue #9375: Add support for optional cloud (aws, gcs, etc.) credentials for s3 for ingestion

ccaominh commented on issue #9375: Add support for optional cloud (aws, gcs, etc.) credentials for s3 for ingestion
URL: https://github.com/apache/druid/pull/9375#issuecomment-588056687
 
 
   Jobs are failing with a compilation error:
   ```
   [ERROR] COMPILATION ERROR : 
   [ERROR] /home/travis/build/apache/druid/extensions-contrib/azure-extensions/src/main/java/org/apache/druid/data/input/azure/AzureInputSource.java:[70,5] constructor CloudObjectInputSource in class org.apache.druid.data.input.impl.CloudObjectInputSource<T> cannot be applied to given types;
     required: java.lang.String,java.util.List<java.net.URI>,java.util.List<java.net.URI>,java.util.List<org.apache.druid.data.input.impl.CloudObjectLocation>,org.apache.druid.data.input.impl.CloudConfigProperties
     found: java.lang.String,java.util.List<java.net.URI>,java.util.List<java.net.URI>,java.util.List<org.apache.druid.data.input.impl.CloudObjectLocation>
     reason: actual and formal argument lists differ in length
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project druid-azure-extensions: Compilation failure
   [ERROR] /home/travis/build/apache/druid/extensions-contrib/azure-extensions/src/main/java/org/apache/druid/data/input/azure/AzureInputSource.java:[70,5] constructor CloudObjectInputSource in class org.apache.druid.data.input.impl.CloudObjectInputSource<T> cannot be applied to given types;
   [ERROR]   required: java.lang.String,java.util.List<java.net.URI>,java.util.List<java.net.URI>,java.util.List<org.apache.druid.data.input.impl.CloudObjectLocation>,org.apache.druid.data.input.impl.CloudConfigProperties
   [ERROR]   found: java.lang.String,java.util.List<java.net.URI>,java.util.List<java.net.URI>,java.util.List<org.apache.druid.data.input.impl.CloudObjectLocation>
   [ERROR]   reason: actual and formal argument lists differ in length
   ```

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org