configure_cdh_hadoop.sh: syntax error trying to modify permissions on
$HADOOP_LOG_DIR
--------------------------------------------------------------------------------------
Key: WHIRR-502
URL: https://issues.apache.org/jira/browse/WHIRR-502
Project: Whirr
Issue Type: Bug
Components: service/cdh
Affects Versions: 0.7.0, 0.7.1, 0.8.0
Reporter: Evan Pollan
Priority: Minor
This doesn't seem to cause any issues, AFAIK, but I noticed it while trying to
customize the CDH hadoop configuration using whirr 0.7.0. The launch-cluster
command included some output from the configuration scripts that I had been
modifying, and I noticed this bit:
{code}
chmod: missing operand after `/var/log/hadoop/logs'
Try `chmod --help' for more information.
{code}
Looks like this is caused by line 80 in
services/cdh/src/main/resources/functions/configure_cdh_hadoop.sh:
{code}
chmod -R $HADOOP_LOG_DIR
{code}
Notice the missing permissions in the command. I assume this should be
{{g+w}}, as in line 71? I checked the svn repo, and this looks like it affects
the trunk, as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira