[
https://issues.apache.org/jira/browse/ORC-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15875354#comment-15875354
]
ASF GitHub Bot commented on ORC-150:
------------------------------------
GitHub user omalley opened a pull request:
https://github.com/apache/orc/pull/95
ORC-150. Add tools for finding schema from JSON and converting into ORC
Here is a first pass for making a JSON to ORC converter along with the JSON
schema discovery.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/omalley/orc orc-150
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/95.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 #95
----
commit ffc3f46a5d55287cc2b405fda402d00ce3936c53
Author: Owen O'Malley <[email protected]>
Date: 2017-02-21T04:37:18Z
ORC-150. Add tools for finding schema from JSON documents and converting
JSON
into ORC files.
----
> Add tool to convert from JSON to ORC
> ------------------------------------
>
> Key: ORC-150
> URL: https://issues.apache.org/jira/browse/ORC-150
> Project: Orc
> Issue Type: New Feature
> Reporter: Owen O'Malley
>
> We should have a tool to convert from JSON data to ORC. Something like
> % java -jar orc-tools-*uber.jar create "struct<x:int,y:string>" *.json
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)