Description
embulk-output-bigquery
has a long history. It started as a File Input plugin written in Java, and then it was totally rewritten as an Input Plugin written in Ruby.
Now, Embulk is going to make JRuby optional through v0.10. Maintaining Ruby plugins is less prioritized.
In addition, we are seeing several problems around embulk-output-bigquery
-- although it does not look like a problem of the plugin, but a kind of JRuby and JRE.
- Sometime error: output plugin bigquery not found embulk#1214
- Sometimes failed to run(can not copy embedded jar to temp directory) embulk#1148
- Occasionally failed by "JRuby runtime is not loaded successfully" error embulk#978
https://github.com/trocco-io has developed and is maintaining embulk-output-bigquery_java
, which is a Java-based plugin aimed to be compatible with existing Ruby-based embulk-output-bigquery
.
We've discussed with https://github.com/trocco-io, and we agreed to replace the existing embulk-output-bigquery
with their embulk-output-bigquery_java
after it achieves sufficient compatibility.