embulk-executor-mapreduce 0.2.8 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c9be3db8d15de03f4be776254db9befaddf88d8
4
- data.tar.gz: e766710c37b33da703005b74bded6823c61258d7
3
+ metadata.gz: 448b2f4e46c7919decde88d020211e03d8fdfcc5
4
+ data.tar.gz: 6f8533eddd3cb5eb8d792c03b4772f2b1882f66a
5
5
  SHA512:
6
- metadata.gz: 964ca288f42c9b9ba7999aa4566cf5e795ab2d1ab0924de0d4671b87a9782d7b3fc7b3de12011c98aebac622cc514adae5bd9eac1f7fd972c2d32eac29b0548f
7
- data.tar.gz: a91266af60be1200b3d4e828bab1ca8c13cbae2093cebb2ceb8dce4f26d7f00d9c19011b9b14b09caa319e089e316bc9cc29cf8af7b843f6d0f2ae7989728b94
6
+ metadata.gz: 330a3eda1f21ae65cb9f0b6e4ecf15833d46e838534a2e1b070700c1cda65eb879669cdf46a1278f8bf7d433cf2ef370b7614e7a6450b2ed845911ebfa4f9bbb
7
+ data.tar.gz: b60b789315b70e79b188d748689e5f52d73a2d0f0432b137c85e62e1f1f4ffcf784017cb8b1fe30bda061c22684cccd666cc4d79891175daf4839841d8d17b97
@@ -84,7 +84,7 @@ public class MapReduceExecutor
84
84
  // if task count is equal or less than local_mode_input_tasks option, those tasks are executed by local executor
85
85
  // TODO if partitioning config is present, they are executed by hadoop local mode
86
86
  log.info("Executing tasks on using local threads");
87
- ExecutorPlugin local = Exec.newPlugin(ExecutorPlugin.class, new PluginType("local"));
87
+ ExecutorPlugin local = Exec.newPlugin(ExecutorPlugin.class, PluginType.LOCAL);
88
88
  local.transaction(config, outputSchema, inputTaskCount, control);
89
89
  return;
90
90
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-executor-mapreduce
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-16 00:00:00.000000000 Z
11
+ date: 2017-06-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Executes tasks on Hadoop.
14
14
  email:
@@ -84,7 +84,7 @@ files:
84
84
  - classpath/curator-client-2.6.0.jar
85
85
  - classpath/curator-framework-2.6.0.jar
86
86
  - classpath/curator-recipes-2.6.0.jar
87
- - classpath/embulk-executor-mapreduce-0.2.8.jar
87
+ - classpath/embulk-executor-mapreduce-0.3.0.jar
88
88
  - classpath/gson-2.2.4.jar
89
89
  - classpath/hadoop-annotations-2.6.0.jar
90
90
  - classpath/hadoop-auth-2.6.0.jar