embulk-filter-murmur2_partitioner 0.2.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f0a9c38fe7e7c18f2d55434d38648abfe5677b9f990d67c7d702bda5eb91834b
4
+ data.tar.gz: 7a28ac287c82e55c66715a16ca9b1ad2b49f327beaab0b829544739d506c6722
5
+ SHA512:
6
+ metadata.gz: 55cf4235bd15c7fbe70f3ecfb9c354251c88e4202d36240a8319b08814dfd8cebf64ee0a52e8113f3c99050268d0514005e3c98d8c48fd7d626705c92f37cdfa
7
+ data.tar.gz: 7e0b2a23c818614a98677e7781b37356876fd2df405cf9a1cecddbcff4fe3b27ac0404ab0f2092bc3aff968eff643dfcf1c6eaaafa33868e7abd509a448f150d
@@ -0,0 +1,21 @@
1
+
2
+ MIT License
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining
5
+ a copy of this software and associated documentation files (the
6
+ "Software"), to deal in the Software without restriction, including
7
+ without limitation the rights to use, copy, modify, merge, publish,
8
+ distribute, sublicense, and/or sell copies of the Software, and to
9
+ permit persons to whom the Software is furnished to do so, subject to
10
+ the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_filter(
2
+ "murmur2_partitioner", "org.embulk.filter.murmur2_partitioner.Murmur2PartitionerFilterPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-filter-murmur2_partitioner
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: java
6
+ authors:
7
+ - joker1007
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-09-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Murmur2 Partitioner filter plugin for Embulk
14
+ email:
15
+ - kakyoin.hierophant@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/embulk-filter-murmur2_partitioner-0.2.0.jar
22
+ - classpath/kafka-clients-2.5.0.jar
23
+ - classpath/lz4-java-1.7.1.jar
24
+ - classpath/snappy-java-1.1.7.3.jar
25
+ - classpath/zstd-jni-1.4.4-7.jar
26
+ - lib/embulk/filter/murmur2_partitioner.rb
27
+ homepage: https://github.com/joker1007/embulk-filter-murmur2_partitioner
28
+ licenses:
29
+ - MIT
30
+ metadata: {}
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 2.7.9
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: Murmur2 Partitioner filter plugin for Embulk
51
+ test_files: []