LoginSignup
0
0

More than 5 years have passed since last update.

Apache Drillのインストール

Posted at

やってみたのでメモ

前提

  • CentOS7
  • Java8インストール済み
  • Embedded Modeで実行(ブラウザから動かしたいときはDistributed Mode)

手順

  1. Apache Drillをインストールしたいディレクトリに移動する

    # cd /opt
    
  2. Apache Drillのtarファイルをダウンロードする

    # curl -LkvOf http://ftp.riken.jp/net/apache/drill/drill-1.14.0/apache-drill-1.14.0.tar.gz
    
  3. tarファイルを展開する

    # tar -xvzf apache-drill-1.14.0.tar.gz -C drill --strip-components 1
    
  4. 起動する

    # /opt/drill/bin/drill-embedded
    

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0