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:30:44 UTC

[GitHub] orc pull request #281: ORC-375: Update libhdfs to compile with gcc7.

GitHub user omalley opened a pull request:

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

    ORC-375: Update libhdfs to compile with gcc7.

    This changes the code in the libhdfs tarball, but we need this change applied upstream.

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

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

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

    https://github.com/apache/orc/pull/281.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 #281
    
----
commit 497f8698f53148ed2cd7e7753a3d9e31e4e13389
Author: Owen O'Malley <om...@...>
Date:   2018-06-06T05:17:16Z

    ORC-375: Fix libhdfs on gcc7 by adding #include <functional> two places.

----


---

[GitHub] orc pull request #281: ORC-375: Update libhdfs to compile with gcc7.

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

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


---

[GitHub] orc issue #281: ORC-375: Update libhdfs to compile with gcc7.

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

    https://github.com/apache/orc/pull/281
  
    I accidentally pushed the temporary commit to branch-1.5. I've done a force push to undo the change.


---

[GitHub] orc issue #281: ORC-375: Update libhdfs to compile with gcc7.

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

    https://github.com/apache/orc/pull/281
  
    @omalley I have a patch posted at https://issues.apache.org/jira/browse/HDFS-13534 but need another hadoop committer to review before I can push it.  Do you want to take a look?


---