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/21 22:35:08 UTC

[GitHub] [spark] sunchao opened a new pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable LZ4 test for Hadoop 2.7

sunchao opened a new pull request #34064:
URL: https://github.com/apache/spark/pull/34064


   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: https://spark.apache.org/contributing.html
     2. Ensure you have added or run the appropriate tests for your PR: https://spark.apache.org/developer-tools.html
     3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][SPARK-XXXX] Your PR title ...'.
     4. Be sure to keep the PR description updated to reflect all changes.
     5. Please write your PR title to summarize what this PR proposes.
     6. If possible, provide a concise example to reproduce the issue for a faster review.
     7. If you want to add a new configuration, please read the guideline first for naming configurations in
        'core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala'.
     8. If you want to add or modify an error type or message, please read the guideline first in
        'core/src/main/resources/error/README.md'.
   -->
   
   ### What changes were proposed in this pull request?
   <!--
   Please clarify what changes you are proposing. The purpose of this section is to outline the changes and how this PR fixes the issue. 
   If possible, please consider writing useful notes for better and faster reviews in your PR. See the examples below.
     1. If you refactor some codes with changing classes, showing the class hierarchy will help reviewers.
     2. If you fix some SQL features, you can provide some references of other DBMSes.
     3. If there is design documentation, please add the link.
     4. If there is a discussion in the mailing list, please add the link.
   -->
   
   Disable LZ4 test in `FileSourceCodecSuite` when using `hadoop-2.7` profile.
   ### Why are the changes needed?
   <!--
   Please clarify why the changes are needed. For instance,
     1. If you propose a new API, clarify the use case for a new API.
     2. If you fix a bug, you can clarify why it is a bug.
   -->
   
   At the moment, parquet-mr uses LZ4 compression codec provided by Hadoop, and only since HADOOP-17292 (in 3.3.1/3.4.0) the latter added `lz4-java` to remove the restriction that the codec can only be run with native library. As consequence, the test will fail when using `hadoop-2.7` profile.
   
   ### Does this PR introduce _any_ user-facing change?
   <!--
   Note that it means *any* user-facing change including all aspects such as the documentation fix.
   If yes, please clarify the previous behavior and the change this PR proposes - provide the console output, description and/or an example to show the behavior difference if possible.
   If possible, please also clarify if this is a user-facing change compared to the released Spark versions or within the unreleased branches such as master.
   If no, write 'No'.
   -->
   
   No, it's just test.
   
   
   ### How was this patch tested?
   <!--
   If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible.
   If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.
   If tests were not added, please describe why they were not added and/or why it was difficult to add.
   -->
   
   Existing test
   


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


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

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924487495


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/47999/
   


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


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

Posted by GitBox <gi...@apache.org>.
sunchao commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924459695


   Optionally perhaps we can install lz4 in Spark CI to make this pass, but it may be tricky for the Jenkins pipelines.


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924582516


   **[Test build #143496 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143496/testReport)** for PR 34064 at commit [`6e0cf67`](https://github.com/apache/spark/commit/6e0cf67ff08bae79143569b6aa6e91c8c9be09c1).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


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


[GitHub] [spark] viirya closed pull request #34064: [SPARK-36820][SQL] Disable tests related to LZ4 for Hadoop 2.7 profile

Posted by GitBox <gi...@apache.org>.
viirya closed pull request #34064:
URL: https://github.com/apache/spark/pull/34064


   


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


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

Posted by GitBox <gi...@apache.org>.
viirya commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924650261


   Thanks! Merging to master.


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924587015


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48008/
   


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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable tests related to LZ4 for Hadoop 2.7 profile

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924611642


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48008/
   


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924606409


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48008/
   


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924580215


   **[Test build #143492 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143492/testReport)** for PR 34064 at commit [`4d494a6`](https://github.com/apache/spark/commit/4d494a62f4e7a0d06716ef775a0066b650a2fe44).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


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


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

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924611642


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48008/
   


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


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

Posted by GitBox <gi...@apache.org>.
mridulm commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924534422


   I am not sure if this Suite is also having issues with hadoop-2.7 profile; but the issue I had observed was in FileSuite in core.
   Full failure message:
   ```
   - SequenceFile (compressed) - lz4 *** FAILED ***
     org.apache.spark.SparkException: Job aborted.
     at org.apache.spark.internal.io.SparkHadoopWriter$.write(SparkHadoopWriter.scala:106)
     at org.apache.spark.rdd.PairRDDFunctions.$anonfun$saveAsHadoopDataset$1(PairRDDFunctions.scala:1090)
     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
     at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
     at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:112)
     at org.apache.spark.rdd.RDD.withScope(RDD.scala:414)
     at org.apache.spark.rdd.PairRDDFunctions.saveAsHadoopDataset(PairRDDFunctions.scala:1088)
     at org.apache.spark.rdd.PairRDDFunctions.$anonfun$saveAsHadoopFile$4(PairRDDFunctions.scala:1061)
     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
     at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
     ...
     Cause: org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 1.0 failed 1 times, most recent failure: Lost task 0.0 in stage 1.0 (TID 1) (localhost executor driver): java.lang.RuntimeException: native lz4 library not available
           at org.apache.hadoop.io.compress.Lz4Codec.getCompressorType(Lz4Codec.java:125)
           at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:150)
           at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:168)
           at org.apache.hadoop.io.SequenceFile$Writer.init(SequenceFile.java:1263)
           at org.apache.hadoop.io.SequenceFile$Writer.<init>(SequenceFile.java:1156)
           at org.apache.hadoop.io.SequenceFile$BlockCompressWriter.<init>(SequenceFile.java:1511)
           at org.apache.hadoop.io.SequenceFile.createWriter(SequenceFile.java:277)
           at org.apache.hadoop.io.SequenceFile.createWriter(SequenceFile.java:530)
           at org.apache.hadoop.mapred.SequenceFileOutputFormat.getRecordWriter(SequenceFileOutputFormat.java:64)
           at org.apache.spark.internal.io.HadoopMapRedWriteConfigUtil.initWriter(SparkHadoopWriter.scala:238)
           at org.apache.spark.internal.io.SparkHadoopWriter$.executeTask(SparkHadoopWriter.scala:126)
           at org.apache.spark.internal.io.SparkHadoopWriter$.$anonfun$write$1(SparkHadoopWriter.scala:88)
           at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
           at org.apache.spark.scheduler.Task.run(Task.scala:131)
           at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
           at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1462)
           at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:509)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   
   Driver stacktrace:
     at org.apache.spark.scheduler.DAGScheduler.failJobAndIndependentStages(DAGScheduler.scala:2403)
     at org.apache.spark.scheduler.DAGScheduler.$anonfun$abortStage$2(DAGScheduler.scala:2352)
     at org.apache.spark.scheduler.DAGScheduler.$anonfun$abortStage$2$adapted(DAGScheduler.scala:2351)
     at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
     at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
     at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
     at org.apache.spark.scheduler.DAGScheduler.abortStage(DAGScheduler.scala:2351)
     at org.apache.spark.scheduler.DAGScheduler.$anonfun$handleTaskSetFailed$1(DAGScheduler.scala:1109)
     at org.apache.spark.scheduler.DAGScheduler.$anonfun$handleTaskSetFailed$1$adapted(DAGScheduler.scala:1109)
     at scala.Option.foreach(Option.scala:407)
     ...
     Cause: java.lang.RuntimeException: native lz4 library not available
     at org.apache.hadoop.io.compress.Lz4Codec.getCompressorType(Lz4Codec.java:125)
     at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:150)
     at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:168)
     at org.apache.hadoop.io.SequenceFile$Writer.init(SequenceFile.java:1263)
     at org.apache.hadoop.io.SequenceFile$Writer.<init>(SequenceFile.java:1156)
     at org.apache.hadoop.io.SequenceFile$BlockCompressWriter.<init>(SequenceFile.java:1511)
     at org.apache.hadoop.io.SequenceFile.createWriter(SequenceFile.java:277)
     at org.apache.hadoop.io.SequenceFile.createWriter(SequenceFile.java:530)
     at org.apache.hadoop.mapred.SequenceFileOutputFormat.getRecordWriter(SequenceFileOutputFormat.java:64)
     at org.apache.spark.internal.io.HadoopMapRedWriteConfigUtil.initWriter(SparkHadoopWriter.scala:238)
     ...
   
   
   ```


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


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

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924520260


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143488/
   


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


[GitHub] [spark] SparkQA removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable tests related to LZ4 for Hadoop 2.7 profile

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924573224


   **[Test build #143497 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143497/testReport)** for PR 34064 at commit [`623a78a`](https://github.com/apache/spark/commit/623a78adade84c4019d82ea33d4ffd34b60951c5).


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924635244


   **[Test build #143497 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143497/testReport)** for PR 34064 at commit [`623a78a`](https://github.com/apache/spark/commit/623a78adade84c4019d82ea33d4ffd34b60951c5).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


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


[GitHub] [spark] dongjoon-hyun commented on pull request #34064: [SPARK-36820][SQL] Disable tests related to LZ4 for Hadoop 2.7 profile

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-925265122


   +1, late LGTM. Thank you, @sunchao and all!


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


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

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924530621


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48003/
   


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


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

Posted by GitBox <gi...@apache.org>.
sunchao commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924571744


   Also need to fix ParquetCompressionCodecPrecedenceSuite from #34012, which is master only.


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


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

Posted by GitBox <gi...@apache.org>.
viirya commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924537243


   Oh, @sunchao I think we also need to exclude lz4 in FileSuite for hadoop 2.7 too.


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924573224


   **[Test build #143497 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143497/testReport)** for PR 34064 at commit [`623a78a`](https://github.com/apache/spark/commit/623a78adade84c4019d82ea33d4ffd34b60951c5).


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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable tests related to LZ4 for Hadoop 2.7 profile

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924574946


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48007/
   


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


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

Posted by GitBox <gi...@apache.org>.
sunchao commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924461990


   cc @viirya @dongjoon-hyun @gengliangwang 


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


[GitHub] [spark] SparkQA removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable LZ4 test for Hadoop 2.7

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924452714


   **[Test build #143488 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143488/testReport)** for PR 34064 at commit [`07cc5fe`](https://github.com/apache/spark/commit/07cc5fefc4904f17248b4828af8bc0259d8b6bf9).


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924530599


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48003/
   


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924487456


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47999/
   


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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable tests related to LZ4 for Hadoop 2.7 profile

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924585234






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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924558234


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48007/
   


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


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

Posted by GitBox <gi...@apache.org>.
sunchao commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924573132


   sure let me do it now


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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable LZ4 test for Hadoop 2.7

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924530621


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48003/
   


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


[GitHub] [spark] SparkQA removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable tests related to LZ4 for Hadoop 2.7 profile

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924544545


   **[Test build #143496 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143496/testReport)** for PR 34064 at commit [`6e0cf67`](https://github.com/apache/spark/commit/6e0cf67ff08bae79143569b6aa6e91c8c9be09c1).


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924517822


   **[Test build #143488 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143488/testReport)** for PR 34064 at commit [`07cc5fe`](https://github.com/apache/spark/commit/07cc5fefc4904f17248b4828af8bc0259d8b6bf9).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924513948


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48003/
   


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924452714


   **[Test build #143488 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143488/testReport)** for PR 34064 at commit [`07cc5fe`](https://github.com/apache/spark/commit/07cc5fefc4904f17248b4828af8bc0259d8b6bf9).


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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable tests related to LZ4 for Hadoop 2.7 profile

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924643434


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143497/
   


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


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

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924643434


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143497/
   


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


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

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924574946


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48007/
   


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924467771


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47999/
   


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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable LZ4 test for Hadoop 2.7

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924487495


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/47999/
   


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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable LZ4 test for Hadoop 2.7

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924520260


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143488/
   


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924574927


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48007/
   


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


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

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924585234






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


[GitHub] [spark] SparkQA removed a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable tests related to LZ4 for Hadoop 2.7 profile

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924498987


   **[Test build #143492 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143492/testReport)** for PR 34064 at commit [`4d494a6`](https://github.com/apache/spark/commit/4d494a62f4e7a0d06716ef775a0066b650a2fe44).


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


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

Posted by GitBox <gi...@apache.org>.
sunchao commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924537242


   Thanks @mridulm . Let me check that and update the PR 


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


[GitHub] [spark] mridulm edited a comment on pull request #34064: [SPARK-36820][SQL][test-hadoop2.7] Disable LZ4 test for Hadoop 2.7

Posted by GitBox <gi...@apache.org>.
mridulm edited a comment on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924534422


   I am not sure if this Suite is also having issues with hadoop-2.7 profile; but the issue I had observed was in FileSuite in core.
   This was working fine in 3.1 IIRC
   Full failure message:
   ```
   - SequenceFile (compressed) - lz4 *** FAILED ***
     org.apache.spark.SparkException: Job aborted.
     at org.apache.spark.internal.io.SparkHadoopWriter$.write(SparkHadoopWriter.scala:106)
     at org.apache.spark.rdd.PairRDDFunctions.$anonfun$saveAsHadoopDataset$1(PairRDDFunctions.scala:1090)
     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
     at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
     at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:112)
     at org.apache.spark.rdd.RDD.withScope(RDD.scala:414)
     at org.apache.spark.rdd.PairRDDFunctions.saveAsHadoopDataset(PairRDDFunctions.scala:1088)
     at org.apache.spark.rdd.PairRDDFunctions.$anonfun$saveAsHadoopFile$4(PairRDDFunctions.scala:1061)
     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
     at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
     ...
     Cause: org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 1.0 failed 1 times, most recent failure: Lost task 0.0 in stage 1.0 (TID 1) (localhost executor driver): java.lang.RuntimeException: native lz4 library not available
           at org.apache.hadoop.io.compress.Lz4Codec.getCompressorType(Lz4Codec.java:125)
           at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:150)
           at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:168)
           at org.apache.hadoop.io.SequenceFile$Writer.init(SequenceFile.java:1263)
           at org.apache.hadoop.io.SequenceFile$Writer.<init>(SequenceFile.java:1156)
           at org.apache.hadoop.io.SequenceFile$BlockCompressWriter.<init>(SequenceFile.java:1511)
           at org.apache.hadoop.io.SequenceFile.createWriter(SequenceFile.java:277)
           at org.apache.hadoop.io.SequenceFile.createWriter(SequenceFile.java:530)
           at org.apache.hadoop.mapred.SequenceFileOutputFormat.getRecordWriter(SequenceFileOutputFormat.java:64)
           at org.apache.spark.internal.io.HadoopMapRedWriteConfigUtil.initWriter(SparkHadoopWriter.scala:238)
           at org.apache.spark.internal.io.SparkHadoopWriter$.executeTask(SparkHadoopWriter.scala:126)
           at org.apache.spark.internal.io.SparkHadoopWriter$.$anonfun$write$1(SparkHadoopWriter.scala:88)
           at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
           at org.apache.spark.scheduler.Task.run(Task.scala:131)
           at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
           at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1462)
           at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:509)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   
   Driver stacktrace:
     at org.apache.spark.scheduler.DAGScheduler.failJobAndIndependentStages(DAGScheduler.scala:2403)
     at org.apache.spark.scheduler.DAGScheduler.$anonfun$abortStage$2(DAGScheduler.scala:2352)
     at org.apache.spark.scheduler.DAGScheduler.$anonfun$abortStage$2$adapted(DAGScheduler.scala:2351)
     at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
     at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
     at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
     at org.apache.spark.scheduler.DAGScheduler.abortStage(DAGScheduler.scala:2351)
     at org.apache.spark.scheduler.DAGScheduler.$anonfun$handleTaskSetFailed$1(DAGScheduler.scala:1109)
     at org.apache.spark.scheduler.DAGScheduler.$anonfun$handleTaskSetFailed$1$adapted(DAGScheduler.scala:1109)
     at scala.Option.foreach(Option.scala:407)
     ...
     Cause: java.lang.RuntimeException: native lz4 library not available
     at org.apache.hadoop.io.compress.Lz4Codec.getCompressorType(Lz4Codec.java:125)
     at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:150)
     at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:168)
     at org.apache.hadoop.io.SequenceFile$Writer.init(SequenceFile.java:1263)
     at org.apache.hadoop.io.SequenceFile$Writer.<init>(SequenceFile.java:1156)
     at org.apache.hadoop.io.SequenceFile$BlockCompressWriter.<init>(SequenceFile.java:1511)
     at org.apache.hadoop.io.SequenceFile.createWriter(SequenceFile.java:277)
     at org.apache.hadoop.io.SequenceFile.createWriter(SequenceFile.java:530)
     at org.apache.hadoop.mapred.SequenceFileOutputFormat.getRecordWriter(SequenceFileOutputFormat.java:64)
     at org.apache.spark.internal.io.HadoopMapRedWriteConfigUtil.initWriter(SparkHadoopWriter.scala:238)
     ...
   
   
   ```


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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
gengliangwang commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924572794


   > Also need to fix ParquetCompressionCodecPrecedenceSuite from #34012, which is master only.
   
   @sunchao could you open a PR against branch-3.2 as well? I would like to build RC4 today.


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924544545


   **[Test build #143496 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143496/testReport)** for PR 34064 at commit [`6e0cf67`](https://github.com/apache/spark/commit/6e0cf67ff08bae79143569b6aa6e91c8c9be09c1).


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


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

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34064:
URL: https://github.com/apache/spark/pull/34064#issuecomment-924498987


   **[Test build #143492 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143492/testReport)** for PR 34064 at commit [`4d494a6`](https://github.com/apache/spark/commit/4d494a62f4e7a0d06716ef775a0066b650a2fe44).


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