Doug Cutting wrote:
[EMAIL PROTECTED] wrote:
+<property>
+ <name>queue.name</name>
+ <value>default</value>
Shouldn't this name be prefixed with "mapred."?
I did think about this when giving the name. :-) I saw that the user
name was defined as user.name in the JobConf, and thought it was
similar. +1 though for prefixing it with mapred, since others are
getting the same doubts. I've assigned H-4083 to myself to modify this.
Also, it might better be named something like
"mapred.job.default.queue.name", since it's the default value for a
job parameter, no?
I did not get this. I understand mapred.job.queue.name. Since it can be
overwritten by the user, is there a reason to have 'default' in the name ?