Hi,
I am using the 0.7.0-cdh3-SNAPSHOT. I am trying to set the hadoop queue and it seems to be failing now (I have been doing it this way for a while now and it had been working). The command I am using is
hadoop jar ~/jar/dp-assembly-1.0-SNAPSHOT.jar com.ebay.ss.dp.Template -
Dmapred.job.queue.name=hdmi-set -Dmapred.reduce.tasks.speculative.execution=true -Dscoobi.mapreduce.reducers.max=20000 -- scoobi all.times
The error I get is:
cause:org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.lang.IllegalArgumentException: There is no queue named default
at org.apache.hadoop.mapred.QueueManager.getQueueACL(QueueManager.java:394)
at org.apache.hadoop.mapred.JobTracker.getQueueAdmins(JobTracker.java:4454)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:578)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1405)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1401)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1178)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1399)
I see the following debug info:
[DEBUG] ScoobiApp - parsing the hadoop arguments com.ebay.ss.dp.Template, -
Dmapred.job.queue.name=hdmi-set, -Dmapred.reduce.tasks.speculative.execution=true, -Dscoobi.mapreduce.reducers.max=20000, --, scoobi, all.times
[DEBUG] ScoobiApp - setting the non-hadoop arguments com.ebay.ss.dp.Template, -D,
mapred.job.queue.name=hdmi-set, -D, mapred.reduce.tasks.speculative.execution=true, -D, scoobi.mapreduce.reducers.max=20000, scoobi, all.times
Am I doing something wrong, or has something changed?