ページの先頭行へ戻る
Interstage Big Data Parallel Processing Server V1.2.1 拡張機能ガイド
FUJITSU Software

10.1.3 umaskの設定

追加したユーザーが作成したDFS上のファイルに対し、本製品のImpalaがアクセスできるようにするために、ユーザープロファイルを編集してumaskの設定を行います。umaskの設定値は"002"です。


impalauser01 というユーザーのユーザープロファイルへスクリプトの実行を追加する場合

ユーザープロファイルは、/home/impalauser01/.bash_profile です。

以下の例のように編集します。

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH

umask 002