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