You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/09/22 03:38:41 UTC

[GitHub] [spark] gengliangwang commented on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable LZ4 test for Hadoop 2.7

gengliangwang commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924555610


   @mridulm I tried the following commands on spark-3.1.1-bin-hadoop2.7 and it failed with `java.lang.RuntimeException: native lz4 library not available`:
   ```
   spark.sql("set spark.sql.parquet.compression.codec=lz4")
   spark.range(10).write.parquet("/tmp/foo")
   ```
   
   The lz4 codec test in FileSuite was added in #33940 which is not on branch-3.1


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org