[
https://issues.apache.org/jira/browse/ORC-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15384951#comment-15384951
]
ASF GitHub Bot commented on ORC-84:
-----------------------------------
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 <[email protected]>
Date: 2016-07-19T18:27:39Z
ORC-84. Create a separate java tool module
----
> Create a separate java tool module
> ----------------------------------
>
> Key: ORC-84
> URL: https://issues.apache.org/jira/browse/ORC-84
> Project: Orc
> Issue Type: Improvement
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
>
> I think it would be nice if we made a tool jar to make it easier to invoke
> the equivalent of orcfiledump from Hive. In particular, I propose that we
> create a java/tools directory and move FileDump and JsonFileDump in to it. We
> can also make an orc-tools.jar that is an uber jar and can be invoked easily
> from the command line.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)