-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan to replace embulk-output-bigquery
with trocco-io's embulk-output-bigquery_java
#122
Comments
@potato2003 Thanks for joining the maintainance of
|
@dmikurube Thank you for your description of the migration plan.
I will leave maintainers. |
Sure. Thank you for your contribution! |
From a view of an author of JRuby version of embulk-output-bigquery. The JRuby version of embulk-output-bigquery has had an issue that formatter performance is worse than Java version. I wanted to resolve the issue by replacing the embulk-output-bigquery by rewriting with Java, but I could not have time to do it. But, trocco-io did it instead of me. Thanks! The Java version should work better than JRuby version in terms of performance. Stay tuned. |
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.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-basedembulk-output-bigquery
.We've discussed with https://github.com/trocco-io, and we agreed to replace the existing
embulk-output-bigquery
with theirembulk-output-bigquery_java
after it achieves sufficient compatibility.The text was updated successfully, but these errors were encountered: