nielsbasjes opened a new pull request #2115:
URL: https://github.com/apache/drill/pull/2115


   # [DRILL-7803](https://issues.apache.org/jira/browse/DRILL-7803): Docker 
based developer build environment
   
   ## Description
   
   I was asked to review a change in Drill ( 
https://github.com/apache/drill/pull/2112 ).
   When I tried to build the software it turns out that a lot of the build 
fails over the fact that I have Java 11 installed on my machine by default.
   
   To "fix" this I copied/changed the Docker based build environment I 
initially created for Hadoop (many years ago) and recently updated for Apache 
Beam ( https://github.com/apache/beam/pull/13308 | 
[BEAM-10891](https://issues.apache.org/jira/browse/BEAM-10891) )
   
   Because I think it makes sense to have this helper more easily available I 
put it in this pull request.
   
   This is just an additional tool to make setting up the build environment for 
Drill a lot easier.
   
   Options
   ## Documentation
   Only a small addition for developers who want to build the sourcecode 
locally.
   
   ## Testing
   On a "empty" (only git and docker are needed) Linux machine with Docker 
installed (i.e. RedHat/CentOS probably won't work) in the root of the Drill 
source tree run the `start-build-env.sh` script.
   After a while (depends on machine and network speed) a bash command prompt 
should appear with all needed tools to build Apache Drill installed.
   
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to