You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/13 15:49:00 UTC

[jira] [Commented] (DRILL-7803) Developer build environment

    [ https://issues.apache.org/jira/browse/DRILL-7803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17231577#comment-17231577 ] 

ASF GitHub Bot commented on DRILL-7803:
---------------------------------------

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:
users@infra.apache.org


> Developer build environment
> ---------------------------
>
>                 Key: DRILL-7803
>                 URL: https://issues.apache.org/jira/browse/DRILL-7803
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Tools, Build &amp; Test
>            Reporter: Niels Basjes
>            Assignee: Niels Basjes
>            Priority: Trivial
>
> I was asked to review a change in Drill.
> 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 ( BEAM-10891 )
> This is just an additional tool to make setting up the build environment for Drill a lot easier.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)