sdf_debug_string
From sparklyr v0.9.3
by Javier Luraschi
Debug Info for Spark DataFrame
Prints plan of execution to generate x
. This plan will, among other things, show the
number of partitions in parenthesis at the far left and indicate stages using indentation.
Usage
sdf_debug_string(x, print = TRUE)
Arguments
- x
An R object wrapping, or containing, a Spark DataFrame.
Print debug information?
Community examples
Looks like there are no examples yet.