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

Darrell Taylor commented on HADOOP-11843:
-----------------------------------------

I can confirm that the packages required to make releasedocmaker.py work are  :

{code}
# Install dependencies from packages
RUN apt-get update && apt-get install --no-install-recommends -y \
  git curl ant make maven \
  cmake gcc g++ protobuf-compiler \
  build-essential libtool \
  zlib1g-dev pkg-config libssl-dev \
  snappy libsnappy-dev \
  bzip2 libbz2-dev \
  libjansson-dev \
  fuse libfuse-dev \
  libcurl4-openssl-dev \
  python python2.7
{code}

This does leave python3 in there, but just running 'python' now defaults to the 
2.7 version.

> 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