[
https://issues.apache.org/jira/browse/ORC-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16087661#comment-16087661
]
ASF GitHub Bot commented on ORC-199:
------------------------------------
Github user spasam commented on a diff in the pull request:
https://github.com/apache/orc/pull/131#discussion_r127508336
--- Diff: java/tools/src/java/org/apache/orc/tools/convert/ConvertTool.java
---
@@ -84,7 +225,22 @@ static CommandLine parseOptions(String[] args) throws
ParseException {
options.addOption(
Option.builder("o").longOpt("output").desc("Output filename")
.hasArg().build());
- CommandLine cli = new GnuParser().parse(options, args);
+ options.addOption(
--- End diff --
Could you document the default values for these options in the help text?
> Include a CSV to ORC converter
> ------------------------------
>
> Key: ORC-199
> URL: https://issues.apache.org/jira/browse/ORC-199
> Project: ORC
> Issue Type: New Feature
> Reporter: Carter Shanklin
> Assignee: Owen O'Malley
>
> It will be good to have a utility to convert CSV to ORC in a way that doesn't
> require any complex setup.
> To get things started I've created
> https://github.com/cartershanklin/csv-to-orc which uses ORC core and OpenCSV
> (which is Apache licensed).
> If there's interest it might be better to fold this into the ORC project to
> make it easier for users to find.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)