Member since
06-01-2016
2
Posts
0
Kudos Received
0
Solutions
06-02-2017
11:29 AM
It's problem with your client java configuration not with cluster instances (ResourceManager, NodeMagaer, NN and others). So you need increase java heap for hadoop client: export HADOOP_OPTS="$HADOOP_OPTS -Xmx4G"
... View more