Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Last active August 27, 2019 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroyuki-sato/c23bfb534241857245f6bcf29f93b8fc to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/c23bfb534241857245f6bcf29f93b8fc to your computer and use it in GitHub Desktop.
embulk gem install
### 0.9.18
embulk --version
embulk 0.9.18
embulk gem install -l embulk-output-bigquery-0.6.0.gem
Exception in thread "main" java.lang.IllegalArgumentException: Log level embulk-output-bigquery-0.6.0.gem is invalid. Available levels are error, warn, info, debug and trace.
at org.embulk.cli.CliLogbackConfigurator.chooseLevel(CliLogbackConfigurator.java:150)
at org.embulk.cli.CliLogbackConfigurator.configureLogger(CliLogbackConfigurator.java:115)
at org.embulk.cli.CliLogbackConfigurator.configure(CliLogbackConfigurator.java:24)
at org.embulk.cli.Main.main(Main.java:59)
### 0.8.39
% gem install -l embulk-output-bigquery-0.6.0.gem
2019-08-27 22:02:17.523 +0900: Embulk v0.8.39
********************************** INFORMATION **********************************
Join us! Embulk-announce mailing list is up for IMPORTANT annoucement such as
compatibility-breaking changes and key feature updates.
https://groups.google.com/forum/#!forum/embulk-announce
*********************************************************************************
Gem plugin path is: /Users/user/.embulk/jruby/2.3.0
Successfully installed embulk-output-bigquery-0.6.0
1 gem installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment