You didn't paste the entire trace or details about what operation failed,
not very familiar with ALB, seems AWS specific, those guys should be having
some support forum or so, can try your luck there....
Just going by the exception message. if you have configured everything
properly and the server is indeed sending a genuine big response, so you
can try  increase the max response limit via config:

ipc.maximum.response.length

The default is 128 * 1024 * 1024

-Ayush


On Thu, 16 Jun 2022 at 07:35, Leon Xu <[email protected]> wrote:

> Hi Hadoop/Yarn Users,
>
> I am trying to set up AWS ALB(application load balancer) for YARN resource
> managers. I am wondering if anyone has experience on that?
> I am able to connect my yarn client to the YARN RM instance directly. But
> after I set up the ALB and try to connect through the ALB, I am getting
> this error:
>
> *java.io.IOException: Failed on local exception:
> org.apache.hadoop.ipc.RpcException: RPC response exceeds maximum data
> length;*
>
> Wondering if anyone has ideas
>
> Thanks
> Leon
>
>
>

Reply via email to