embulk-output-utf8parquet 1.0.0 → 1.0.1

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: 217f5b1b8a369ad9d2327b1c59aff5d9c0333eb6
4
- data.tar.gz: 862c3aec856f11163ba30d008e98afe469aea538
3
+ metadata.gz: f20eba7a7797807d96afb7e8cc45e6887b7e5500
4
+ data.tar.gz: eb8d7a808907fa594f3f5c8ede09e143e8d847a5
5
5
  SHA512:
6
- metadata.gz: 6bb6be1333e7869d5b8d711f5a410288b7fa9df9cc18d32674b33908736ae9daf99d1d4314a5a7fa2ddc32f189214256be6c757ab71f1091c2629a9aaae5c3e9
7
- data.tar.gz: f10c1e3f01d42f5826bf8edcca966a05ab7c9abfc5e7e8a3ccb7df866ea9aa28f78e2c960a0e61e09fc39451ef8491b6603b8e7d8757603ba142264eaabfb2bd
6
+ metadata.gz: 9c2f8f747dccd42848987e224e4c84b623d037bffd3eaf9ac5ddb9b8d0a7db309f2972c3551b72b5c47f299230bd769b0633223a06f2db5f7330e2373af71f99
7
+ data.tar.gz: bdbdbd4f47be8f86b6ff1b935c1420dead51ee7f54f70aaf88f5653c662c3fde2184e9abc403c6d11855b65e8d051cccbdea27102e072fcb36fa44465d1ebbe9
data/README.md CHANGED
@@ -1,4 +1,8 @@
1
- # Parquet output plugin for Embulk
1
+ # UTF8Parquet output plugin for Embulk
2
+ ** This is actually a clone of https://github.com/choplin/embulk-output-parquet/
3
+
4
+ We have added support for UTF-8 instead of binary fields
5
+
2
6
 
3
7
  ## Overview
4
8
 
@@ -7,6 +11,11 @@
7
11
  * **Resume supported**: no
8
12
  * **Cleanup supported**: no
9
13
 
14
+ ## Install
15
+ ```
16
+ embulk gem install embulk-output-utf8parquet
17
+ ```
18
+
10
19
  ## Configuration
11
20
 
12
21
  - **path_prefix**: A prefix of output path. This is hadoop Path URI, and you can also include `scheme` and `authority` within this parameter. (string, required)
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-utf8parquet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - OKUNO Akihiro
7
+ - Angelos Alexopoulos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -118,8 +118,8 @@ files:
118
118
  - classpath/asm-3.1.jar
119
119
  - classpath/parquet-common-1.8.1.jar
120
120
  - classpath/hadoop-client-2.7.1.jar
121
+ - classpath/embulk-output-utf8parquet-1.0.1.jar
121
122
  - classpath/api-util-1.0.0-M20.jar
122
- - classpath/embulk-output-utf8parquet-1.0.0.jar
123
123
  - classpath/curator-framework-2.7.1.jar
124
124
  - classpath/commons-net-3.1.jar
125
125
  - classpath/gson-2.2.4.jar