drill
DRILL-8268: Fix Hadoop 2 and Netty lib exclusions, REST mem limiter disabled by default
#2610
Merged

Commits
  • Disable heap usage limiting logic in the REST API by default.
    jnturton committed 2 years ago
  • Increase hadoop-2 jdbc-all-jar.maxsize to 51MB.
    jnturton committed 2 years ago
  • Update Hadoop 2 build instructions in release.sh and Release.md.
    jnturton committed 2 years ago
  • Exclude netty and netty-all from all scopes.
    jnturton committed 2 years ago
  • Add exclusions of reload4j, slf4j-reload4j to the hadoop-2 build profile.
    jnturton committed 2 years ago
  • Further exclusions: commons-logging and log4j.
    jnturton committed 2 years ago
  • Restore Hadoop 2 compatibility in SequenceFileBatchReader.
    jnturton committed 2 years ago
  • Add Hadoop 2 build to Github Actions CI.
    jnturton committed 2 years ago
  • Remove duplicated hadoop-common from default-hadop dependencyManagement.
    jnturton committed 2 years ago
  • Exclude Kerberos unit tests that are flaky in the Hadoop 2 CI.
    jnturton committed 2 years ago
  • Exclude HikariCP-java7.
    jnturton committed 2 years ago
  • Rework changes to pom.xml to remove noise from the diff.
    jnturton committed 2 years ago
  • Reduce the size of the JDBC driver JAR.
    jnturton committed 2 years ago
  • Add slf4j-simple logger backend for use by the JDBC driver.
    jnturton committed 2 years ago
  • Restore htracer dep to the JDBC driver.
    jnturton committed 2 years ago
  • Round up JDBC jar size limit, suppress noisy stderr logging in test.
    jnturton committed 2 years ago
  • By agreement with reviewer, revert the inclusion of slf4j-simple.
    jnturton committed 2 years ago
Loading