0 / 0
資料の 英語版 に戻る

ファイル・ストレージ・コネクタにパーティション分割されたデータを書き込むDataStage

最終更新: 2025年3月12日
ファイル・ストレージ・コネクタにパーティション分割されたデータを書き込むDataStage

ファイル・ストレージ用のコネクターは、特定のファイル形式をサポートし、パーティション分割されたデータを書き込む際の実行モードの動作が異なります。

これらのファイル・ストレージ・コネクタでは、サポートされるファイル形式と実行モードの動作は以下のようになる:

  • Amazon S3(UseDataStageプロパティを選択しない)
  • Box
  • Dropbox
  • Google Cloud Storage
  • IBM Cloud® Object Storage
  • Microsoft Azure Blob Storage
  • Microsoft Azure File Storage
ファイル・フォーマット
Partitionedプロパティは、CSVファイルと区切りファイルでのみサポートされています。
実行モードの動作
Partitionedプロパティを選択すると、コネクタはデフォルトのシーケンシャル・モードではなく、常にパラレル実行モードで書き込みを行います。

In parallel execution mode, a folder is created with the name that is specified in the ファイル名 property and the files under it are created in this format: part-r-00000, part-r-00001, where the file name starts with part and ends with the node number.