Daniel Dai created PIG-4164:
-------------------------------
Summary: After Pig job finish, Pig client spend too much time
retry to connect to AM
Key: PIG-4164
URL: https://issues.apache.org/jira/browse/PIG-4164
Project: Pig
Issue Type: Bug
Components: impl
Reporter: Daniel Dai
Assignee: Daniel Dai
Fix For: 0.14.0
For some script, after job finish, Pig spend a lot time try to connect AM
before get redirect to JobHistoryServer. Here is the message we saw:
{code}
2014-09-10 15:13:55,370 [main] INFO org.apache.hadoop.ipc.Client - Retrying
connect to server: daijymacpro-2.local/10.11.2.30:55223. Already tried 0
time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3,
sleepTime=1000 MILLISECONDS)
2014-09-10 15:13:56,371 [main] INFO org.apache.hadoop.ipc.Client - Retrying
connect to server: daijymacpro-2.local/10.11.2.30:55223. Already tried 1
time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3,
sleepTime=1000 MILLISECONDS)
2014-09-10 15:13:57,372 [main] INFO org.apache.hadoop.ipc.Client - Retrying
connect to server: daijymacpro-2.local/10.11.2.30:55223. Already tried 2
time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3,
sleepTime=1000 MILLISECONDS)
2014-09-10 15:13:57,476 [main] INFO
org.apache.hadoop.mapred.ClientServiceDelegate - Application state is
completed. FinalApplicationStatus=SUCCEEDED. Redirecting to job history server
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)