question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"embulk-output-bigquery" plugin installation is failed on Embulk 0.8.10

See original GitHub issue

“embulk-output-bigquery” plugin installation is failed on latest version (0.8.10) of Embulk. I could install successfully on the previous version (0.8.9).

The procedure is as following:

# curl -o /usr/local/bin/embulk --create-dirs -L "http://dl.embulk.org/embulk-latest.jar
# chmod +x /usr/local/bin/embulk
# embulk gem install embulk-output-bigquery

Embulk v0.8.10
Successfully installed uber-0.0.15
Successfully installed representable-2.3.0
Successfully installed retriable-2.1.0
Successfully installed addressable-2.4.0
Successfully installed mime-types-data-3.2016.0521
Successfully installed mime-types-3.1
Successfully installed hurley-0.2
Successfully installed multipart-post-2.0.0
Successfully installed faraday-0.9.2
Successfully installed little-plugger-1.1.4
Successfully installed multi_json-1.12.1
Successfully installed logging-2.1.0
Successfully installed jwt-1.5.4
Successfully installed memoist-0.14.0
Successfully installed os-0.9.6
Successfully installed signet-0.7.3
Successfully installed googleauth-0.5.1
ERROR:  While executing gem ... (NoMethodError)
    undefined method `jar_path' for Gem:Module

The build environment is:

# java -version

openjdk version "1.8.0_91"
OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-1~bpo8+1-b14)
OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)

This Dockerfile will reproduces this error: https://github.com/runtakun/embulk_docker_test

I already reported the same issue to “embulk-output-bigquery”, too.

Thanks,

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
frsyukicommented, Jul 25, 2016

#452 fixes this issue.

0reactions
frsyukicommented, Jul 26, 2016

embulk v0.8.11 includes this fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration - Embulk
An input plugin is either record-based (MySQL, DynamoDB, etc) or file-based (S3, HTTP, etc). parser: If the input is file-based, parser plugin parses...
Read more >
Embulk
Embulk runs on Java. Make sure Java Runtime is installed. Embulk v0.9 and v0.10 run on Java 8. ... The embulk example command...
Read more >
Java plugins to catch up with Embulk v0.10 from v0.9
The latest guide to catch up is at: For Embulk plugin developers: Get ready for Embulk v0.11 and v1.0! Apply the Gradle plugin...
Read more >
Docs - Embulk
Built-in Plugins. Configuration · Embulk configuration file format · Local file input plugin · CSV parser plugin · JSON parser plugin · Gzip...
Read more >
Plan and incompatibility toward Embulk v1.0
Embulk is going to introduce lots of plugin incompatibility ... Bundler and Liquid: users to install by themselves? (TBD).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found