質問編集履歴
1
質問内容更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
```ここに言語を入力
|
6
6
|
●●embulkプラグイン●●
|
7
|
-
C:\Users\
|
7
|
+
C:\Users\xxxxxxxxx\Desktop\embulk>embulk-0.9.8.bat gem list
|
8
8
|
2019-02-13 11:21:25.860 +0900: Embulk v0.9.8
|
9
9
|
|
10
|
-
Gem plugin path is: C:\Users\
|
10
|
+
Gem plugin path is: C:\Users\xxxxxxxxx.embulk\lib\gems
|
11
11
|
|
12
12
|
|
13
13
|
*** LOCAL GEMS ***
|
@@ -69,7 +69,7 @@
|
|
69
69
|
in:
|
70
70
|
type: bigquery
|
71
71
|
project: 'fluid-emissary-216806'
|
72
|
-
keyfile: 'C:\Users\
|
72
|
+
keyfile: 'C:\Users\xxxxxxxxx\Desktop\embulk\My First Project-6041ffecfba7.json'
|
73
73
|
columns:
|
74
74
|
- {name: ORDER_NO, type: string}
|
75
75
|
- {name: RS_TYPE, type: string}
|
@@ -144,7 +144,7 @@
|
|
144
144
|
- {name: SEND_OFFICE_CODE, type: string}
|
145
145
|
- {name: SOUMEI_SLIP_NO, type: string}
|
146
146
|
- {name: SOUMEI_ITEM_NO, type: string}
|
147
|
-
- {name:
|
147
|
+
- {name: PS_xxxxxxxxx_HINBAN, type: string}
|
148
148
|
- {name: INVOICE_CASE_INFO_NO, type: string}
|
149
149
|
- {name: GYK_SITE_CODE, type: string}
|
150
150
|
- {name: CASE_NO, type: string}
|
@@ -153,16 +153,16 @@
|
|
153
153
|
- {name: TO_LOCATION, type: string}
|
154
154
|
- {name: GYK_TRAN_TYPE, type: string}
|
155
155
|
- {name: INV_INFO_UPDATE_FLAG, type: string}
|
156
|
-
out: {type: oracle, host: 10.1.52.109, port: 1521, database: ORCL, user: system, password:
|
156
|
+
out: {type: oracle, host: 10.1.52.109, port: 1521, database: ORCL, user: system, password: xxxxxxxxx, table: T_RS_TRAN, mode: insert, insert_method: normal, driver_path: 'C:\Users\xxxxxxxxx\Desktop\embulkDB\product\12.2.0\dbhome_1\jdbc\lib\ojdbc8.jar'}
|
157
157
|
|
158
158
|
|
159
159
|
|
160
160
|
|
161
161
|
●●実行結果●●
|
162
|
-
C:\Users\
|
162
|
+
C:\Users\xxxxxxxxx\Desktop\embulk>embulk-0.9.8.bat run config_BQ_Oracle.yml
|
163
163
|
2019-02-13 11:05:35.569 +0900: Embulk v0.9.8
|
164
164
|
2019-02-13 11:05:36.563 +0900 [WARN] (main): DEPRECATION: JRuby org.jruby.embed.ScriptingContainer is directly injected.
|
165
|
-
2019-02-13 11:05:40.294 +0900 [INFO] (main): Gem's home and path are set by default: "C:\Users\
|
165
|
+
2019-02-13 11:05:40.294 +0900 [INFO] (main): Gem's home and path are set by default: "C:\Users\xxxxxxxxx.embulk\lib\gems"
|
166
166
|
2019-02-13 11:05:41.908 +0900 [INFO] (main): Started Embulk v0.9.8
|
167
167
|
WARNING: You are running Ruby 2.3.3, which is nearing end-of-life.
|
168
168
|
The Google Cloud API clients work best on supported versions of Ruby. Consider upgrading to Ruby 2.4 or later.
|
@@ -195,11 +195,10 @@
|
|
195
195
|
Caused by: org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `encoding' for nil:NilClass
|
196
196
|
at RUBY.compile(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/erb.rb:599)
|
197
197
|
at RUBY.initialize(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/erb.rb:801)
|
198
|
-
at RUBY.transaction(C:/Users/
|
198
|
+
at RUBY.transaction(C:/Users/xxxxxxxxx/.embulk/lib/gems/gems/embulk-input-bigquery-0.0.6/lib/embulk/input/bigquery.rb:28)
|
199
199
|
at RUBY.transaction(uri:classloader:/gems/embulk-0.9.8-java/lib/embulk/input_plugin.rb:58)
|
200
200
|
|
201
201
|
Error: org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `encoding' for nil:NilClass
|
202
|
-
|
203
202
|
```
|
204
203
|
|
205
204
|
embulk-input-bigqueryのバージョンがローカルにある他のプラグインとあわないのでしょうか?
|