You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/04/12 08:15:53 UTC

[GitHub] [iceberg] openinx opened a new issue #2457: Failed to build the apache iceberg master branch.

openinx opened a new issue #2457:
URL: https://github.com/apache/iceberg/issues/2457


   When I build the latest master branch,  I encountered the following error:
   
   ```
   > Task :iceberg-mr:compileTestJava
   /Users/openinx/software/apache-iceberg/mr/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerWithEngine.java:670: error: method hiveCatalog in class Catalogs cannot be applied to given types;
           executionEngine.equals("mr") && Catalogs.hiveCatalog(shell.getHiveConf()) && fileFormat == FileFormat.ORC);
                                                   ^
     required: Configuration,Properties
     found: Configuration
     reason: actual and formal argument lists differ in length
   /Users/openinx/software/apache-iceberg/mr/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerNoScan.java:656: error: method hiveCatalog in class Catalogs cannot be applied to given types;
           Catalogs.hiveCatalog(shell.getHiveConf()));
                   ^
     required: Configuration,Properties
     found: Configuration
     reason: actual and formal argument lists differ in length
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   Note: Some input files use unchecked or unsafe operations.
   Note: Recompile with -Xlint:unchecked for details.
   2 errors
   ```
   
   Looks like this was introduced from this PR (https://github.com/apache/iceberg/pull/2129/files#diff-c183ea3aa154c2a5012f87d7a06dba3cff3f27975384e9fb4040fe6850a98bd6R194).


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] openinx closed issue #2457: Failed to build the apache iceberg master branch.

Posted by GitBox <gi...@apache.org>.
openinx closed issue #2457:
URL: https://github.com/apache/iceberg/issues/2457


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rymurr commented on issue #2457: Failed to build the apache iceberg master branch.

Posted by GitBox <gi...@apache.org>.
rymurr commented on issue #2457:
URL: https://github.com/apache/iceberg/issues/2457#issuecomment-817656854


   FYI @lcspinter @pvary 


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org