Hello,
I am receiving the following warning at Yarn of the Hadoop cluster
WARN org.apache.hadoop.ipc.Server: Large response size 1791897 for call org.apache.hadoop.yarn.api.ApplicationClientProtocolPB.getApplications from Call#31976 Retry#0
The above message is appearing every minute and when I try to run a third-party tool which use Livy and Spark this message is appearing every 2-3 seconds.
I tried to set the following configuration at “HDFS Service Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml” property of hdfs without any result.
<property>
<name>ipc.server.max.response.size</name>
<value>5242880</value>
</property>
Could you help me deal with the warning?
Thank you very much