Sha256: 9788bd9a9a53a149b4afe34fb0eb8da020b3d4f01ffb5b8eaf1326e7551f4da7

Contents?: true

Size: 678 Bytes

Versions: 3

Compression:

Stored size: 678 Bytes

Contents

---
in:
  type: randomj
  rows: 1024
  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: 6         # run at most 8 tasks concurrently
#  min_output_tasks: 2    # disable page scattering

out:
  type: orc
  overwrite:   true
  path_prefix: "/tmp/output"
  buffer_size: 8000
  strip_size:  90000
  compression_kind: ZLIB

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
embulk-output-orc-0.3.0 example/example.yml
embulk-output-orc-0.2.4 example/example.yml
embulk-output-orc-0.2.2 example/example.yml