*Update for:* DRILL-1491: Support for JDK 8 Currently we have 1 unit tests fail on test cluster. If ignored, all other tests succeed. Failed tests: TestDrillbitResilience.cancelAfterAllResultsProduced:672->assertCancelledWithoutException:564->assertCancelledWithoutException:557->assertStateCompleted:543 Query state is incorrect (expected: CANCELED, actual: COMPLETED) AND/OR Exception thrown: none.
We run tests from TestDrillbitResilience class only (mvn -Dtest=TestDrillbitResilience -pl exec/java-exec test) there might be random failures of: TestDrillbitResilience#cancelAfterAllResultsProduced and cancelInMiddleOfFetchingResults 2018-03-04 19:21 GMT+02:00 Arina Yelchiyeva <[email protected]>: > Merged Drill on Yarn. Paul thanks for making the changes. > > Regarding JDK8 there is an open PR ( > https://github.com/apache/drill/pull/1143) which needs to be merged. > As Volodymyr mentioned there were some issues with unit tests and Travis. > Padma and I have addressed unit tests issues but we still need to check if > problems with Travis are solved. > > @Volodymyr please rebase on the latest master and check. > > Kind regards > Arina > > On Sun, Mar 4, 2018 at 3:46 PM, Parth Chandra <[email protected]> wrote: > > > Sounds good. > > > > On Sun, Mar 4, 2018 at 1:18 PM, Paul Rogers <[email protected]> > > wrote: > > > > > Hi Parth, > > > Issues with DRILL-1170 are resolved. Needs one final review by Arina, > > then > > > we should be good to do. > > > Thanks to everyone for getting the other two "batch size" PRs committed > > > recently. > > > Thanks, > > > - Paul > > > > > > > > > > > > On Saturday, March 3, 2018, 10:57:10 PM PST, Parth Chandra < > > > [email protected]> wrote: > > > > > > Thank you Arina ! > > > > > > Build and unit tests with JDK 8 passed for me with the latest master. > I'm > > > guessing there is still something more to be addressed, since > DRILL-1491 > > is > > > still open? > > > > > > Updated list: > > > > > > DRILL-1491: Support for JDK 8 --* In progress.* > > > DRILL-1170: YARN support for Drill -- Needs Committer +1 and Travis > fix. > > > DRILL-6027: Implement spill to disk for the Hash Join --- No PR and > is a > > > major feature that should be reviewed (properly!). > > > DRILL-6173: Support transitive closure during filter push down and > > > partition pruning. -- No PR and depends on 3 Apache Calcite issues > that > > > are open. > > > DRILL-6023: Graceful shutdown improvements -- Marked as 1.14.0 (?) > > > > > > > > > > > > On Sun, Mar 4, 2018 at 12:35 AM, Arina Ielchiieva <[email protected]> > > > wrote: > > > > > > > I will take care of FunctionInitializerTest# > > > > testConcurrentFunctionBodyLoad > > > > in DRILL-6208. > > > > > > > > Also I have merged all Jiras with ready-to-commit label. > > > > Drill on Yarn was NOT merged due to banned dependencies issue. > > > > > > > > Kind regards > > > > Arina > > > > > > > > > > > > On Sat, Mar 3, 2018 at 12:11 PM, Parth Chandra <[email protected]> > > > wrote: > > > > > > > > > Thanks for the updates guys. Please keep updating the status in > this > > > > > thread. > > > > > > > > > > On Fri, Mar 2, 2018 at 11:18 PM, Padma Penumarthy < > > > [email protected]> > > > > > wrote: > > > > > > > > > > > I can look at failure in testFlattenUpperLimit. I added this test > > > > > recently. > > > > > > > > > > > > Thanks > > > > > > Padma > > > > > > > > > > > > > > > > > > On Mar 2, 2018, at 8:19 AM, Volodymyr Tkach < > [email protected] > > > > > <mailto: > > > > > > [email protected]>> wrote: > > > > > > > > > > > > testFlattenUpperLimit > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
