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

Allen Wittenauer commented on HADOOP-11843:
-------------------------------------------


bq. forrest

So I did some digging.  From what I can tell, all of that stuff under src/docs 
is basically abandoned.  But we can leave forrest in for now simply because the 
main site is still written in forrest and it might be useful for us committers 
to have there until we can convert it. :D

bq. How can I automate the download of the Oracle JDK ?

Just change the dockerfile line to be
{code}
FROM dockerfile/java:oracle-java7
{code}

{code}
time mvn clean site site:stage -DskipTests -Dmaven.javadoc.skip=true  > 
${home}/logfile 2>&1
{code}

Takes about 2 minutes on my Mac.  Via boot2docker, this actually fails after 
about a minute because it can't find Apache commons. So weird.

I'm also missing a 'python' in the path, but 'python3' is definitely there.

> Make setting up the build environment easier
> --------------------------------------------
>
>                 Key: HADOOP-11843
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11843
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: Niels Basjes
>            Assignee: Niels Basjes
>         Attachments: HADOOP-11843-2015-04-17-1612.patch, 
> HADOOP-11843-2015-04-17-2226.patch, HADOOP-11843-2015-04-17-2308.patch
>
>
> ( As discussed with [~aw] )
> In AVRO-1537 a docker based solution was created to setup all the tools for 
> doing a full build. This enables much easier reproduction of any issues and 
> getting up and running for new developers.
> This issue is to 'copy/port' that setup into the hadoop project in 
> preparation for the bug squash.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to