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
-
I am trying to load data into bigquery. However I am getting the below error continuously. I have tried multiple times including install/uninstall.2023-09-28 05:59:36.733 +0000 [INFO] (0001:transaction): Loaded JRuby runtime 9.4.3.0 at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1071) at org.jruby.RubyKernel.require_relative(org/jruby/RubyKernel.java:1098) at RUBY.(/home/azureuser/.embulk/lib/gems/gems/embulk-output-bigquery-0.6.9/lib/embulk/output/bigquery.rb:6) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1071) at uri_3a_classloader_3a_.META_minus_INF.jruby_dot_home.lib.ruby.stdlib.rubygems.core_ext.kernel_require.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:160) at RUBY.require_and_show(/home/azureuser/.embulk/lib/gems/gems/embulk-0.11.0-java/lib/embulk/plugin_registry.rb:81) at RUBY.search(/home/azureuser/.embulk/lib/gems/gems/embulk-0.11.0-java/lib/embulk/plugin_registry.rb:39) at RUBY.lookup(/home/azureuser/.embulk/lib/gems/gems/embulk-0.11.0-java/lib/embulk/plugin_registry.rb:26) at RUBY.lookup(/home/azureuser/.embulk/lib/gems/gems/embulk-0.11.0-java/lib/embulk/plugin.rb:197) at RUBY.new_java_output(/home/azureuser/.embulk/lib/gems/gems/embulk-0.11.0-java/lib/embulk/plugin.rb:159) at RUBY.new_java_output(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/forwardable.rb:238) Caused by: org.jruby.exceptions.LoadError: (LoadError) no such file to load -- google/apis/bigquery_v2 at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1071) at uri_3a_classloader_3a_.META_minus_INF.jruby_dot_home.lib.ruby.stdlib.rubygems.core_ext.kernel_require.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:148) ... 12 more 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) at uri_3a_classloader_3a_.META_minus_INF.jruby_dot_home.lib.ruby.stdlib.rubygems.core_ext.kernel_require.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:85) ... 6 more Error: OutputPlugin 'bigquery' is not found. if anyone faced the same issue, could you please tell me how did you resolve it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, @nitishrjr If you want to use As a workaround, You can use Embulk v0.9. Create Gemfile
And execute There are some reasons. If you want to know the detail please let me know. Reference |
Beta Was this translation helpful? Give feedback.
-
We see no response for a year. Let me close this discussion. |
Beta Was this translation helpful? Give feedback.
Hello, @nitishrjr
If you want to use
Embulk
v0.11.x, You need to wait for a newembulk-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
And execute
embulk bundle install
.There are some reasons. If you want to know the detail please let me know.
Reference