「pione-client」の版間の差分
提供: Eospedia
(→オプション -i) |
(→オプション必須項目のみの場合) |
||
| 行181: | 行181: | ||
$ ls ./process/ | $ ls ./process/ | ||
output pione-process.log | output pione-process.log | ||
| + | $ cat ./process/output/message.txt | ||
| + | Hello PIONE world ! | ||
</pre> | </pre> | ||
-b指定なしなので、processディレクトリが作成され、その中に入力(今回は無い)、出力、ログが格納されます。<br> | -b指定なしなので、processディレクトリが作成され、その中に入力(今回は無い)、出力、ログが格納されます。<br> | ||
2014年12月11日 (木) 06:04時点における版
pione-clientとはpione定義書やパッケージから処理を実行するPIONEのコマンドです。
オプション一覧
| オプション | 型 | デフォルト | 説明 |
|---|---|---|---|
| 引数 | location | 必須 | 実行するPIONE定義書またはPIONEパッケージ |
| -b | LOCATION | ./process/ | 処理のベースディレクトリ |
| --client-ui | TYPE | Type of the client's user interface | |
| --communication-address | URI | プロセス間通信で使用するIPアドレス:ポート番号 | |
| --dry-run | なし | なし | ドライランモード |
| --features | FEATURES | 特性 | |
| --file-cache-method | NAME | simple | ファイルキャッシュ方式名: simple, no_cache |
| --file-sliding | [BOOLEAN] | ファイルスライド処理 | |
| -i | LOCATION | Set input directory | |
| --notification-receiver | URI | Receiver address that notifications are received at | |
| --notification-target | URI | Target address that notifications are sent to | |
| --params | Set user parameters(--params="{Var:1,...}") | ||
| --parent-front | URI | set parent front URI | |
| --rehearse | [SCENARIO] | rehearse the scenario | |
| --request-from | URI | URI that the client requested the job from | |
| --request-task-worker | N | Set request number of task workers | |
| --session-id | ID | Session id of the job | |
| --stand-alone | なし | なし | Turn on stand alone mode |
| --stream | [BOOLEAN] | Turn on/off stream mode | |
| -t | N | Set task worker size that this process creates | |
| --timeout | SEC | timeout processing after SEC | |
| --color | BOOLEAN | true | 出力結果の文字に色を付ける |
| --debug | [TYPE] | system | デバッグモードで実行 |
| -h | [FORMAT] | txt | ヘルプを表示 |
| -v | なし | なし | バージョンを表示 |