NihalJain commented on code in PR #147: URL: https://github.com/apache/hbase-connectors/pull/147#discussion_r2237276981
########## dev-support/jenkins/Dockerfile: ########## @@ -17,7 +17,7 @@ # Dockerfile for hbase-connectors pre-commit build. # https://builds.apache.org/job/PreCommit-HBASE-CONNECTORS-Build -FROM maven:3.6-jdk-8 +FROM maven:3.8-jdk-8 Review Comment: so changing this fixes the build right? ########## dev-support/jenkins/Dockerfile: ########## @@ -31,7 +31,7 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \ ### # Avoid out of memory errors in builds ### -ENV MAVEN_OPTS -Xmx3g +ENV MAVEN_OPTS=-Xmx3g Review Comment: is this change needed? -- 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. To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org