You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by acmnu <gi...@git.apache.org> on 2017/10/02 16:29:33 UTC

[GitHub] bigtop pull request #295: BIGTOP-2899 remove h2 pig classifier in Oozie code

GitHub user acmnu opened a pull request:

    https://github.com/apache/bigtop/pull/295

    BIGTOP-2899 remove h2 pig classifier in Oozie code

    There is a regression in Pig relase 0.17
    After PIG-4923 they drop h2 classifer.
    There is only one jar now and it suports Hadoop 2

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

    $ git pull https://github.com/arenadata/bigtop BIGTOP-2899

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

    https://github.com/apache/bigtop/pull/295.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 #295
    
----
commit 171394ab162125aa51edc415db3d46b546d7ecc5
Author: Anton Chevychalov <ca...@arenadata.io>
Date:   2017-09-29T16:09:10Z

    BIGTOP-2899 remove h2 pig classifier in Oozie code
    
    There is a regression in Pig relase 0.17
    After PIG-4923 they drop h2 classifer.
    There is only one jar now and it suports Hadoop 2

----


---