aboutsummaryrefslogtreecommitdiff
path: root/drill-yarn/src/main/java/org
AgeCommit message (Collapse)Author
2019-03-08DRILL-7046: Support for loading and parsing new RM config fileSorabh Hamirwasia
closes #1652
2019-03-01DRILL-7052: Relative path for URL redirectionVitalii Diravka
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-28DRILL-6422: Update guava to 23.0 and shade itVolodymyr Vysotskyi
- Fix compilation errors for new version of Guava. - Remove usage of deprecated API - Shade guava and add dependencies to the shaded version - Ban unshaded package - Introduce drill-shaded module and move guava-shaded under it - Add methods to convert shaded guava lists to the unshaded ones - Add instruction for publishing artifacts to the Apache repository
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
closes #1415
2018-06-06DRILL-6389: Fixed building javadocsTimothy Farkas
- Added documentation about how to build javadocs - Fixed some of the javadoc warnings closes #1276
2018-05-10DRILL-6386: Remove unused imports and star imports.Drill Dev
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
closes #1207
2018-03-04DRILL-1170: YARN integration for DrillPaul Rogers
closes #1011