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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f20eba7a7797807d96afb7e8cc45e6887b7e5500
|
4
|
+
data.tar.gz: eb8d7a808907fa594f3f5c8ede09e143e8d847a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c2f8f747dccd42848987e224e4c84b623d037bffd3eaf9ac5ddb9b8d0a7db309f2972c3551b72b5c47f299230bd769b0633223a06f2db5f7330e2373af71f99
|
7
|
+
data.tar.gz: bdbdbd4f47be8f86b6ff1b935c1420dead51ee7f54f70aaf88f5653c662c3fde2184e9abc403c6d11855b65e8d051cccbdea27102e072fcb36fa44465d1ebbe9
|
data/README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
#
|
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)
|
Binary file
|
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.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
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
|