I am generating a hierarchy for a table determining the parent child.
Below is the configuration used, even after getting the error with regards to the too large fra
Suresh is right. Here's a better documented & formatted version of his answer with some useful background info:
If you're on a version 2.2.x or 2.3.x, you can achieve the same effect by setting the value of the config to Int.MaxValue - 512, i.e. by setting spark.maxRemoteBlockSizeFetchToMem=2147483135. See here for the default value used as of September 2019.