hadoop User가 Crontab을 실행할 수 있도록 설정

1. /etc/cron.allow에 user 추가.
vi cron.allow
hadoop

2. Crontab 설정 파일
crontab -u hadoop -e
0 * * * * shell_script_absolute_path

3. Crontab Restart
/etc/init.d/crond restart

4. Shell Script 작성
source ~/.bash_profile (Profile의 PATH 정보를 Update하기 위함)
hadoop jar ......

5. Crontab Log
cat /var/log/cron

6. 오류 메시지
User account has expired.
You (hadoop) are not allowed to access to (crontab) because of pam configuration.
chage -E mm/dd/yy {userId}
받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://www.yongbi.net/rss/response/581

트랙백 주소 :: http://www.yongbi.net/trackback/581

트랙백 RSS :: http://www.yongbi.net/rss/trackback/581

댓글을 달아 주세요

댓글 RSS 주소 : http://www.yongbi.net/rss/comment/581
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다