Member since
05-20-2021
1
Post
0
Kudos Received
0
Solutions
05-20-2021
02:19 PM
I encountered the same problem. For my case , the problem was the long length of ipc message. I added the following to core-site and got fixed. <property> <name>ipc.maximum.data.length</name> <value>134217728</value> </property> You also might double check name-node and data-node heap size.
... View more