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 <omal...@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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to