adaniline-paytm commented on issue #2285:
URL: https://github.com/apache/hudi/issues/2285#issuecomment-765700396


   I have the same sporadic issue, using standard Spark 2.4.7 distribution and 
Hudi 0.6:
   ```
   $ ls -l /opt/spark-2.4.7-bin-without-hadoop/jars/parquet-*
    /opt/spark-2.4.7-bin-without-hadoop/jars/parquet-column-1.10.1.jar
   /opt/spark-2.4.7-bin-without-hadoop/jars/parquet-common-1.10.1.jar
   /opt/spark-2.4.7-bin-without-hadoop/jars/parquet-encoding-1.10.1.jar
   /opt/spark-2.4.7-bin-without-hadoop/jars/parquet-format-2.4.0.jar
   /opt/spark-2.4.7-bin-without-hadoop/jars/parquet-hadoop-1.10.1.jar
   /opt/spark-2.4.7-bin-without-hadoop/jars/parquet-jackson-1.10.1.jar
   ```
   the only workaround we found is to disable VectorizedReader:
   ```
         rc.spark.conf.set("spark.sql.parquet.enableVectorizedReader", "false")
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to