Re: CI logging question

2020-11-23 Thread Mass Dosage
Thanks for following up here with the solution and the steps for accessing the logs! On Mon, 23 Nov 2020 at 08:59, Peter Vary wrote: > Hi Team, > > Ryan pushed my changes. Thanks for the review and the merge! > > The final solution was to create a log file for every package which will > contain

Re: CI logging question

2020-11-19 Thread Peter Vary
Created the pull request for it: https://github.com/apache/iceberg/pull/1789 You can turn it on for manual builds by export CI=true Any reviewers would be welcome! Thanks, Peter > On Nov 18, 2020, at 10:11, Mass Dosage wrote: > > I can definitely

Re: CI logging question

2020-11-18 Thread Mass Dosage
I can definitely see how having more detailed logs could be useful so I like what you're suggesting. I guess another option could be to make this configurable so you can pass in an argument to turn on the "showStandardStreams", by default it's false but while you're debugging this issue it would be

CI logging question

2020-11-18 Thread Peter Vary
Hi Team, Recently I have been working on trying to reproduce the following CI failure without success: org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithCustomCatalog > testScanTable[fileFormat=PARQUET, engine=tez] FAILED java.lang.IllegalArgumentException: Failed to execute Hive