You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/08/11 04:05:59 UTC

[GitHub] [orc] krystalics commented on pull request #847: ORC-933: Add `AdvancedReader.java` example

krystalics commented on pull request #847:
URL: https://github.com/apache/orc/pull/847#issuecomment-896482903


   > In addition, the example is an executable uber jar.
   > 
   > ```
   > $ java -jar target/orc-examples-1.8.0-SNAPSHOT-uber.jar
   > ORC Java Examples
   > 
   > usage: java -jar orc-examples-*.jar [--help] [--define X=Y] <command> <args>
   > 
   > Commands:
   >    write - write a sample ORC file
   >    read - read a sample ORC file
   >    write2 - write a sample ORC file with a map
   > 
   > To get more help, provide -h to the command
   > ```
   > 
   > Please add a new command
   > 
   > * https://github.com/apache/orc/blob/main/java/examples/src/java/org/apache/orc/examples/Driver.java#L74-L76
   > * https://github.com/apache/orc/blob/main/java/examples/src/java/org/apache/orc/examples/Driver.java#L74-L76
   
   done, please check again


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org