Hadoop Job History Server Memory Issues

when we are running Hadoop jobs and some times we get the org.apache.hadoop.ipc.RemoteException, which is as mentioned below. Caused by: org.apache.hadoop.ipc.RemoteException(java.lang.OutOfMemoryError): GC overhead limit exceededat org.apache.hadoop.ipc.Client.call(Client.java:1371)at org.apache.hadoop.ipc.Client.call(Client.java:1302)at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:242)at com.sun.proxy.$Proxy48.getJobReport(Unknown Source)at…

Read More