I am using spark-csv to load data into a DataFrame. I want to do a simple query and display the content:
val df = sqlContext.read.format(\"com.databricks.spa
results.show(20, false) will not truncate. Check the source
results.show(20, false)