You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2018/10/24 20:09:00 UTC

[jira] [Commented] (TEZ-4012) Add docker support for Tez.

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

Jonathan Eagles commented on TEZ-4012:
--------------------------------------

Copied the Dockerfile and support file from Hadoop latest which is based on ubuntu/xenial image.

For testing this dockerfile image
{code}
# on mac docker dependency;
# brew cask install docker
# download yetus 0.8
# curl -L https://api.github.com/repos/apache/yetus/tarball/rel/0.8.0 -o yetus.tar.gz
# gunzip -c yetus.tar.gz | tar xpf - -C "${YETUSDIR}" --strip-components 1
${YETUS_HOME}/test-patch.sh --dirty-workspace --project=tez --docker --dockerfile=Dockerfile patchfile.patch
{code}

> Add docker support for Tez.
> ---------------------------
>
>                 Key: TEZ-4012
>                 URL: https://issues.apache.org/jira/browse/TEZ-4012
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Major
>         Attachments: TEZ-4012.001.patch
>
>
> Hadoop label builds contain a mix of development tools and versions. In particular H11-H20 are unusable by tez since protoc -version is 2.6.x and hadoop only supports 2.5.0. This jira will allow builds across all H1-H20 jenkins machines.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)