Sha256: d5a7bb7477731f92df49e062cb7bd781f3ff2554ffa707b11d7912de12189a99

Contents?: true

Size: 637 Bytes

Versions: 5

Compression:

Stored size: 637 Bytes

Contents

---
in:
  type: randomj
  rows: 1024000
  threads: 1
  # default_timezone: Asia/Tokyo
  primary_key: myid
  schema:
    - {name: myid,     type: long}
    - {name: named,    type: string}
    - {name: x_flag,   type: boolean}
    - {name: pit_rate, type: double}
    - {name: score,    type: long}
    - {name: time,     type: timestamp, format: '%Y-%m-%d %H:%M:%S'}
    - {name: purchase, type: timestamp, format: '%Y/%m/%d'}

exec:
  max_threads: 2         # run at most 8 tasks concurrently
  min_output_tasks: 1    # disable page scattering

out:
  type: orc
  overwrite:   true
  path_prefix: "/tmp/output"
  compression_kind: ZLIB

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
embulk-output-orc-0.3.5 example/example.yml
embulk-output-orc-0.3.4 example/example.yml
embulk-output-orc-0.3.3 example/example.yml
embulk-output-orc-0.3.2 example/example.yml
embulk-output-orc-0.3.1 example/example.yml