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 작성
5. Crontab Logsource ~/.bash_profile (Profile의 PATH 정보를 Update하기 위함)hadoop jar ......
6. 오류 메시지cat /var/log/cron
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/comment/581