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 2016/07/19 22:00:09 UTC

[GitHub] orc pull request #49: ORC-84. Create a separate java tool module

GitHub user omalley opened a pull request:

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

    ORC-84. Create a separate java tool module

    This creates a new java/tools directory and moves the Java ORC tools into it.
    * An uber jar is much easier to use from the command line
    * It reduces the dependencies for orc-core, which no longer needs the JSON or CLI libraries.
    * It creates a new driver class that we can add additional tools to.
    * It pulls the json data printer out of FileDump.java

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

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

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

    https://github.com/apache/orc/pull/49.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 #49
    
----
commit a8d1a472fe9a883cf9887a987c0b0b216d874b1a
Author: Owen O'Malley <om...@apache.org>
Date:   2016-07-19T18:27:39Z

    ORC-84. Create a separate java tool module

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] orc pull request #49: ORC-84. Create a separate java tool module

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---