Skip to content

Caused by: org.jruby.exceptions.LoadError: (LoadError) no such file to load -- embulk/output/bigquery at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1071) #14

Closed Answered by hiroyuki-sato
nitishrjr asked this question in User forum
Discussion options

You must be logged in to vote

Hello, @nitishrjr

If you want to use Embulk v0.11.x, You need to wait for a new embulk-output-bigquery version.
(Or build a gem by yourself. If you are interested in this, I'll post how to do it. I'm looking for someone help for test.)
embulk/embulk-output-bigquery#155

As a workaround, You can use Embulk v0.9.

Create Gemfile

source "https://rubygems.org"

gem "jwt", "= 2.3.0"
gem "public_suffix", "= 4.0.7"
gem "multipart-post", "= 2.1.1"
gem "jruby-openssl", "= 0.10.7"
gem "embulk-output-bigquery", "= 0.6.9"

And execute embulk bundle install.

There are some reasons. If you want to know the detail please let me know.

Reference

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dmikurube
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants