Hi, I'm using Spark 1.4.1 (HDP 2.3.2). As per the spark-csv documentation (https://github.com/databricks/spark-csv), I see that we can write to a csv file in compressed form using the 'codec' option. But, didn't see the support for 'codec' option to read a csv file.
Is there a way to read a compressed (gzip) file using spark-csv? Thanks, Vamsi Attluri -- Vamsi Attluri