is Parquet predicate pushdown works on S3 using Spark non EMR?

后端 未结 5 963
-上瘾入骨i
-上瘾入骨i 2020-12-05 21:08

Just wondering if Parquet predicate pushdown also works on S3, not only HDFS. Specifically if we use Spark (non EMR).

Further explanation might be helpful since it m

5条回答
  •  再見小時候
    2020-12-05 21:26

    Spark uses the HDFS parquet & s3 libraries so the same logic works. (and in spark 1.6 they've added even a faster shortcut for flat schema parquet files)

提交回复
热议问题