You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/17 22:56:05 UTC

[jira] [Resolved] (HADOOP-2846) Large input data-sets throw "java.net.SocketTimeoutException: timed out waiting for rpc response" exception

     [ https://issues.apache.org/jira/browse/HADOOP-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer resolved HADOOP-2846.
--------------------------------------

    Resolution: Cannot Reproduce

Closing this as stale, esp since it is likely long since fixed.

> Large input data-sets throw "java.net.SocketTimeoutException: timed out waiting for rpc response" exception
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2846
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2846
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.15.3
>            Reporter: Amir Youssefi
>
> Pig scripts can run over a data set of 1 day. Using the same script and same number of nodes on a larger data set (of 30 days) fails and throws following exception after 1+ hour of running. 
> java.net.SocketTimeoutException: timed out waiting for rpc response
>         at org.apache.hadoop.ipc.Client.call(Client.java:484)
>         at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:184)
>         at $Proxy1.getJobStatus(Unknown Source)
>         at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
>         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 $Proxy1.getJobStatus(Unknown Source)
>         at org.apache.hadoop.mapred.JobClient$NetworkedJob.ensureFreshStatus(JobClient.java:182)
>         at org.apache.hadoop.mapred.JobClient$NetworkedJob.isComplete(JobClient.java:237)
>         at org.apache.pig.impl.mapreduceExec.MapReduceLauncher.launchPig(MapReduceLauncher.java:189)
>         at org.apache.pig.impl.physicalLayer.POMapreduce.open(POMapreduce.java:136)
>         at org.apache.pig.impl.physicalLayer.POMapreduce.open(POMapreduce.java:129)
>         at org.apache.pig.impl.physicalLayer.POMapreduce.open(POMapreduce.java:129)
>         at org.apache.pig.impl.physicalLayer.PhysicalPlan.exec(PhysicalPlan.java:39)
>         at org.apache.pig.impl.physicalLayer.IntermedResult.exec(IntermedResult.java:122)
>         at org.apache.pig.PigServer.store(PigServer.java:445)
>         at org.apache.pig.PigServer.store(PigServer.java:413)
>         at org.apache.pig.tools.grunt.GruntParser.processStore(GruntParser.java:135)
>         at org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:327)
>         at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:54)
>         at org.apache.pig.tools.grunt.Grunt.exec(Grunt.java:54)
>         at org.apache.pig.Main.main(Main.java:258)
> timed out waiting for rpc response
> Re-runing always hits the same at %3 progress.



--
This message was sent by Atlassian JIRA
(v6.2#6252)