You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/01/22 21:40:33 UTC

[GitHub] [hudi] adaniline-paytm commented on issue #2285: [SUPPORT] Exception on snapshot query while compaction (hudi 0.6.0)

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:
users@infra.apache.org