2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Amazon EC2(Amazon Linux) でApache Drill 0.8.0が動かなくて困った

Last updated at Posted at 2015-04-02

#発生事象
とりあえずローカルで動かしたいので下記のコマンドを打つと

./bin/sqlline -u jdbc:drill:zk=local

こんなエラー

Error: Failure while attempting to start Drillbit in embedded mode. (state=,code=0)

--verbose=true を付けて再度実行すると
こんな例外。

Caused by: java.net.UnknownHostException: ip-XX-X-X-XXX: unknown error

#解決策
hostnameコマンドで出力されたホスト名を/etc/hostsの127.0.0.1に追加。

以上。

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?