Issue 75 in bigstreams: load profile.d script in logToHdfsSync

0 views
Skip to first unread message

bigst...@googlecode.com

unread,
Apr 15, 2013, 6:38:09 AM4/15/13
to stream...@googlegroups.com
Status: Accepted
Owner: gerr...@gmail.com
Labels: Type-Defect Priority-Medium

New issue 75 by gerr...@gmail.com: load profile.d script in logToHdfsSync
http://code.google.com/p/bigstreams/issues/detail?id=75

This script is run from crontab, crontab does not load the profile.d script
and thus do not initialise and required env parameters.

Modify the script to use:

#This script is used from cron and needs to run the profile.d script to
autoinit
for i in /etc/profile.d/*.sh ; do
if [ -r "$i" ]; then
. $i
fi
done



--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

bigst...@googlecode.com

unread,
Apr 15, 2013, 6:39:09 AM4/15/13
to stream...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 75 by gerr...@gmail.com: load profile.d script in
logToHdfsSync
http://code.google.com/p/bigstreams/issues/detail?id=75

updated in collector and kafka-collector
Reply all
Reply to author
Forward
0 new messages