前提・実現したいこと
OracleDatabaseのデータに更新があり次第、bigqueryへデータ同期させる環境を構築したいです。
<システム環境>
OS:Solaris 11
DB:Oracle Database 12c
ETLツール:embulk
embulk機能を実装中に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
➀embulkをOSにインストール
➁プラグイン(※1)のインストール
※1
embulk gem install embulk-input-jdbc-0.9.3.gem
embulk gem install embulk-output-jdbc-0.9.3.gem
embulk gem install embulk-output-command-0.9.3.gem
➂プラグインの独立したバンドルを作成
embulk mkbundle bundle
➃gemファイル修正
vi Gemfile
gem 'embulk-output-command' #追記
➄プラグイン追加
embulk bundle install --path=vendor/bundle
実行後、以下のエラーが発生
embulk bundle install --path=vendor/bundle io/console on JRuby shells out to stty for most operations Fetching source index from https://rubygems.org/ Retrying fetcher due to error (2/4) : Bundler::HTTPError Could not fetch specs from https:rubygems.org/ Retrying fetcher due to error (3/4) : Bundler::HTTPError Could not fetch specs from https:rubygems.org/ Retrying fetcher due to error (4/4) : Bundler::HTTPError Could not fetch specs from https:rubygems.org/ Could not fetch specs from https://rubygems.org/
対処法を教えて頂きたいです。
回答1件
あなたの回答
tips
プレビュー
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
また依頼した内容が修正された場合は、修正依頼を取り消すようにしましょう。
2018/11/01 01:30