Currently, one can chose if you should use "graphx" or "graphframes" implementation of connectedComponents. GraphX implementation accepts a maxIterations parameter. But there is no way to set it up from GraphFrames API (the MaxInt value is used by default).
Could you provide a way to setup maxIterations value from GraphFrames for GraphX?
Thank you.