You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by omalley <gi...@git.apache.org> on 2018/06/06 14:20:59 UTC

[GitHub] orc pull request #280: ORC-376: Add Ubuntu18 docker file

GitHub user omalley opened a pull request:

    https://github.com/apache/orc/pull/280

    ORC-376: Add Ubuntu18 docker file

    We need to be able to test gcc 7 and ubuntu 18.04.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/omalley/orc orc-376

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/280.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #280
    
----
commit 82110ce6408fe764d95a7dcaf0145f108660afe2
Author: Owen O'Malley <om...@...>
Date:   2018-06-06T14:18:42Z

    ORC-376: Add Ubuntu18 docker file

----


---

[GitHub] orc pull request #280: ORC-376: Add Ubuntu18 docker file

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/orc/pull/280


---

[GitHub] orc issue #280: ORC-376: Add Ubuntu18 docker file

Posted by omalley <gi...@git.apache.org>.
Github user omalley commented on the issue:

    https://github.com/apache/orc/pull/280
  
    I'll also comment that the default openjdk is 10, which does not work. I've set the docker file to use openjdk 8 instead, which does work. With openjdk 10 maven crashes with a NullPointerException trying to compile ORC.


---