[ 
https://issues.apache.org/jira/browse/HAMA-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Illecker updated HAMA-810:
---------------------------------

    Attachment: HAMA-810.patch

Refactored the Hama Pipes help message to clarify the difference between 
generic and pipes options.

{code}
$ hama pipes
bin/hama pipes [genericOptions] [pipesOptions]

Generic options supported are
 -conf <configuration file>     Specify an application configuration file
 -D <property=value>    Use value for given property

Pipes options supported are
 -input <path>  Input directory
 -output <path> Output directory
 -jar <jar file>        Jar filename
 -inputformat <class>   InputFormat class
 -bspTasks <number>     Number of bsp tasks to launch
 -partitioner <class>   Java Partitioner
 -combiner <class>      Java Combiner class
 -outputformat <class>  Java RecordWriter
 -cachefiles <space separated paths>    Additional cache files like libs, can 
be globbed with wildcards
 -program <executable>  Executable URI
 -programArgs <argument>        Arguments for the program
 -interpreter <executable>      Interpreter, like python or bash
 -streaming <true|false>        If supplied, streaming is used instead of pipes
 -jobname <name>        Sets the name of this job
{code}

> Specifying configuration file, or configuration variables with -D option in 
> Command line
> ----------------------------------------------------------------------------------------
>
>                 Key: HAMA-810
>                 URL: https://issues.apache.org/jira/browse/HAMA-810
>             Project: Hama
>          Issue Type: New Feature
>          Components: pipes
>            Reporter: Edward J. Yoon
>            Assignee: Martin Illecker
>             Fix For: 0.7.0
>
>         Attachments: HAMA-810.patch
>
>
> Add CLI options
> 1) -conf configuration_file
> 2) -Dproperty=value



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to