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 2019/11/03 21:45:57 UTC

[GitHub] [incubator-iceberg] shardulm94 opened a new issue #603: Running jmh tests fails with `error: plug-in not found: ErrorProne`

shardulm94 opened a new issue #603: Running jmh tests fails with `error: plug-in not found: ErrorProne`
URL: https://github.com/apache/incubator-iceberg/issues/603
 
 
   JMH tests fails for latest master (d705aa8ccb3aaca4c4eb0fef74658fed1cac3e83)
   ```
   $ ./gradlew :iceberg-spark:jmh -PjmhIncludeRegex=SparkParquetReadersFlatDataBenchmark -PjmhOutputPath=benchmark/spark-parquet-readers-flat-data-benchmark-result.txt
   
   .
   .
   .
   
   > Task :iceberg-spark:jmhCompileGeneratedClasses FAILED
   error: plug-in not found: ErrorProne
   
   FAILURE: Build failed with an exception.
   ```
   
   I found a relevant comment regarding interaction of errorprone and jmh at https://github.com/tbroyer/gradle-errorprone-plugin/issues/3#issuecomment-388853116
   
   Should we disable error-prone for jmh generated classes? This can be done using
   ```
   jmhCompileGeneratedClasses {
     options.errorprone.enabled = false
   }
   ```

----------------------------------------------------------------
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: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org