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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 448b2f4e46c7919decde88d020211e03d8fdfcc5
|
4
|
+
data.tar.gz: 6f8533eddd3cb5eb8d792c03b4772f2b1882f66a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 330a3eda1f21ae65cb9f0b6e4ecf15833d46e838534a2e1b070700c1cda65eb879669cdf46a1278f8bf7d433cf2ef370b7614e7a6450b2ed845911ebfa4f9bbb
|
7
|
+
data.tar.gz: b60b789315b70e79b188d748689e5f52d73a2d0f0432b137c85e62e1f1f4ffcf784017cb8b1fe30bda061c22684cccd666cc4d79891175daf4839841d8d17b97
|
Binary file
|
@@ -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,
|
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.
|
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:
|
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.
|
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
|
Binary file
|