Sha256: dc53f6a18b5ea419614c469987cfae736b595f91ca998422a6c76c33239d7202

Contents?: true

Size: 996 Bytes

Versions: 7

Compression:

Stored size: 996 Bytes

Contents

exec:
  type: mapreduce
  config_files:
  - src/test/resources/config/core-site.xml
  - src/test/resources/config/hdfs-site.xml
  - src/test/resources/config/mapred-site.xml
  config:
    k1: v1
    k2: v2
  partitioning:
    type: long
  state_path: 'file:///tmp/embulk/'
  job_name: embulk_mapred_partitioning_0001
  exclude_jars:
  - '*log4j-over-slf4j*'
in:
  type: file
  path_prefix: src/test/resources/fixtures/csv/sample
  parser:
    charset: UTF-8
    newline: CRLF
    type: csv
    delimiter: ','
    quote: ''
    escape: ''
    skip_header_lines: 1
    columns:
    - {name: timestamp, type: timestamp, format: "%Y-%m-%d %H:%M:%S"}
    - {name: host, type: string}
    - {name: path, type: string}
    - {name: method, type: string}
    - {name: referer, type: string}
    - {name: code, type: long}
    - {name: agent, type: string}
    - {name: user, type: string}
    - {name: size, type: long}
    - {name: d, type: double}
    - {name: flag, type: boolean}
out:
  type: stdout

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
embulk-executor-mapreduce-0.3.0 src/test/resources/config/embulk_mapred_invalid_partitioning_config.yml
embulk-executor-mapreduce-0.2.8 src/test/resources/config/embulk_mapred_invalid_partitioning_config.yml
embulk-executor-mapreduce-0.2.7 src/test/resources/config/embulk_mapred_invalid_partitioning_config.yml
embulk-executor-mapreduce-0.2.6 src/test/resources/config/embulk_mapred_invalid_partitioning_config.yml
embulk-executor-mapreduce-0.2.5 src/test/resources/config/embulk_mapred_invalid_partitioning_config.yml
embulk-executor-mapreduce-0.2.4 src/test/resources/config/embulk_mapred_invalid_partitioning_config.yml
embulk-executor-mapreduce-0.2.3 src/test/resources/config/embulk_mapred_invalid_partitioning_config.yml