0
0

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.

Drill で日本語使う in 2017

Last updated at Posted at 2017-12-02

妻の機種変に付き合って一日が終わりましたので、小ネタでご勘弁お願いします。

さて標題の件ですが、Drillで日本語を使う際の注意点に関しては id:nagix のこちらの記事が参考になります。
スライドが良ければこちらもどうぞ。

こちらの記事ですが最後のデフォルトで日本語を有効にするための箇所だけ現在のバージョンではObsoleteになっています。
自動的に設定する場合にはdrill-env.shに以下のように設定して下さい。

export DRILL_JAVA_OPTS="$DRILL_JAVA_OPTS -Dsaffron.default.charset=UTF-16LE"

MapRでDrill on Wardenをご利用の場合は /opt/mapr/drill/drill-/conf/drill-env.sh を、Drill on Yarn をご利用の場合はご利用の site ディレクトリ以下の drill-env.sh を修正して下さい。
修正後はDrillbitまたはApplicaiton Master の再起動が必要となります。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?