# NOT RUN {
# }
# NOT RUN {
library(sparklyr)
sc <- spark_connect(master = "spark://HOST:PORT")
example_sdf <- sdf_len(sc, 100L, repartition = 10L)
example_sdf %>%
sdf_partition_sizes() %>%
print()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab