embulk-input-athena 0.1.4 → 0.1.5

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: fcbb0e1c3535380f35815607c16d771e144766fa
4
- data.tar.gz: 8d69e048e15ef7f534f20abaeff9e94fb864ed36
3
+ metadata.gz: d7d40d70911c95b2840ebfb300d90836f93de906
4
+ data.tar.gz: 61ffc81cd9c860b7a8148b4125d6d158f308fc26
5
5
  SHA512:
6
- metadata.gz: abf0271e011bffc189ca6a2e44f71464bd14ed6129e1562381988c1b20440bbc6c14d6e81fd240a09eb3efdb0b9d8b50e85348e648483609be031bd489f17bf6
7
- data.tar.gz: ece58b6ed17f7fd5c9da23c8528fb6c480e3b46dde0ff7064eb4e2222fe8e01f3f86044d000b744af9e95088324082376a14724736bed62aeb293346cbe13d88
6
+ metadata.gz: 59fbb2d5159a84f53ab3f659488469b468755481a084a1aa2af10790f6a3bbd622b884cde615320d82089dcded7c7d61a59560ddc69835805a2943ce6821500f
7
+ data.tar.gz: 58b484ee81e1503de5204f8da2f76fa4a023ccb9fd24cfe23b9ae8a6b0c886e11af6b3ebac9531baec47a05537ac76aef2e5bc8dd2b8874cc341fd5a03e95a7f
data/README.md CHANGED
@@ -49,4 +49,7 @@ in:
49
49
  $ docker-compose up -d
50
50
  $ docker-compose exec embulk bash
51
51
  embulk>$ ./gradlew gem # -t to watch change of files and rebuild continuously
52
+
53
+ embulk>$ embulk preview -I lib sample.yml
54
+ embulk>$ embulk preview -L . sample.yml
52
55
  ```
data/build.gradle CHANGED
@@ -16,7 +16,7 @@ configurations {
16
16
  provided
17
17
  }
18
18
 
19
- version = "0.1.4"
19
+ version = "0.1.5"
20
20
 
21
21
  sourceCompatibility = 1.8
22
22
  targetCompatibility = 1.8
@@ -0,0 +1,4 @@
1
+ log4j.rootLogger=INFO, ROOT
2
+
3
+ log4j.appender.ROOT=org.apache.log4j.varia.NullAppender
4
+ log4j.appender.ROOT.layout=org.apache.log4j.PatternLayout
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-athena
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - shinji19
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-16 00:00:00.000000000 Z
11
+ date: 2021-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -180,7 +180,7 @@ files:
180
180
  - classpath/aws-java-sdk-xray-1.11.301.jar
181
181
  - classpath/commons-codec-1.10.jar
182
182
  - classpath/commons-logging-1.2.jar
183
- - classpath/embulk-input-athena-0.1.4.jar
183
+ - classpath/embulk-input-athena-0.1.5.jar
184
184
  - classpath/embulk-input-jdbc-0.9.1.jar
185
185
  - classpath/httpclient-4.5.5.jar
186
186
  - classpath/httpcore-4.4.9.jar
@@ -205,6 +205,7 @@ files:
205
205
  - lib/embulk/input/athena.rb
206
206
  - src/main/java/org/embulk/input/athena/AthenaInputConnection.java
207
207
  - src/main/java/org/embulk/input/athena/AthenaInputPlugin.java
208
+ - src/main/resources/log4j.properties
208
209
  - src/test/java/org/embulk/input/athena/TestAthenaInputPlugin.java
209
210
  homepage: https://github.com/shinji19/embulk-input-athena
210
211
  licenses: