Hi,

Using hadoop 0.17.1, we see this exception consistently after one job has run 
and the dfs has been restarted. Unless we delete the dfs/data dir and reformat 
the namenode, the start of a new job seems to be blocked by this exception. Is 
there a workaround? Thanks


org.apache.hadoop.ipc.RemoteException: 
org.apache.hadoop.mapred.JobTracker$IllegalStateException: Job tracker still 
initializing
    at org.apache.hadoop.mapred.JobTracker.ensureRunning(JobTracker.java:1722)
    at org.apache.hadoop.mapred.JobTracker.getNewJobId(JobTracker.java:1730)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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:446)
    at org.apache.hadoop.ipc.Server$Handler.run(Server.java:896)

    at org.apache.hadoop.ipc.Client.call(Client.java:557)
    at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:212)
    at $Proxy18.getNewJobId(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:82)
    at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:59)
    at $Proxy18.getNewJobId(Unknown Source)
    at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:696)
    at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:973)
    at ...




      

Reply via email to