Mark fewer parameters in hadoop-site.xml as final
-------------------------------------------------

                 Key: WHIRR-62
                 URL: https://issues.apache.org/jira/browse/WHIRR-62
             Project: Whirr
          Issue Type: Improvement
          Components: contrib/python
            Reporter: Eli Collins


The hadoop-site.xml generated by hadoop-ec2-init-remote.sh makes a number of 
parameters final, per below it looks like some of these might be reasonably be 
over-ridden (eg you can override mapred.child.java.opts but not 
mapred.child.ulimit).  

Would be great if hadoop-site.xml was pulled out into a separate file so users 
could see the template and easily update it with specific values they want to 
set.


>> On Jul 21, 1:59 am, "Bradford (LusciousPear)"
>> <[email protected]> wrote:
>>> It looks like sometimes, setting something in my Flow's jobconf is not
>>> making it to the nodes.
>>>
>>> For example:
>>>
>>> flow.getJobConf().set("mapred.child.ulimit", "177772100000");
>>> flow.getJobConf().set("mapred.child.java.opts", "-Xmx1024m -Xms1024m -
>>> XX:+UseConcMarkSweepGC");
>>>
>>> If I look at the job.xml for that task, I'll see:
>>> mapred.child.ulimit     1126400
>>> mapred.child.java.opts  -Xmx1024m -Xms1024m -XX:+UseConcMarkSweepGC
>>>
>>> Any ideas?
>>>
>>> -B
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "cascading-user" group.
>> To post to this group, send email to [email protected].

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to