Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Tests module build failed in OrcEncryptionSuite for 321cdh #5785

Closed
GaryShen2008 opened this issue Jun 8, 2022 · 2 comments
Closed
Assignees
Labels
bug Something isn't working P0 Must have for release

Comments

@GaryShen2008
Copy link
Collaborator

GaryShen2008 commented Jun 8, 2022

Describe the bug
Nightly build failed by below error.
[2022-06-08T05:10:50.374Z] [INFO] --- scala-maven-plugin:4.3.0:testCompile (scala-test-compile-first) @ rapids-4-spark-tests_2.12 ---
[2022-06-08T05:10:52.898Z] [INFO] Using incremental compilation using Mixed compile order
[2022-06-08T05:10:52.898Z] [INFO] Compiler bridge file: /root/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.1-bin_2.12.15__52.0-1.3.1_20191012T045515.jar
[2022-06-08T05:10:52.898Z] [INFO] Compiling 85 Scala sources and 1 Java source to /home/jenkins/agent/workspace/jenkins-rapids_nightly-pre_release-github-391/tests/target/spark321cdh/test-classes ...
[2022-06-08T05:10:57.065Z] [ERROR] [Error] /home/jenkins/agent/workspace/jenkins-rapids_nightly-pre_release-github-391/tests/src/test/320+/scala/com/nvidia/spark/rapids/OrcEncryptionSuite.scala:25: object CryptoUtils is not a member of package org.apache.orc.impl
[2022-06-08T05:10:57.065Z] [ERROR] [Error] /home/jenkins/agent/workspace/jenkins-rapids_nightly-pre_release-github-391/tests/src/test/320+/scala/com/nvidia/spark/rapids/OrcEncryptionSuite.scala:35: not found: value CryptoUtils
[2022-06-08T05:10:57.065Z] [ERROR] [Error] /home/jenkins/agent/workspace/jenkins-rapids_nightly-pre_release-github-391/tests/src/test/320+/scala/com/nvidia/spark/rapids/OrcEncryptionSuite.scala:36: value AES_CTR_128 is not a member of object org.apache.orc.EncryptionAlgorithm
[2022-06-08T05:10:57.323Z] [ERROR] [Error] /home/jenkins/agent/workspace/jenkins-rapids_nightly-pre_release-github-391/tests/src/test/320+/scala/com/nvidia/spark/rapids/OrcEncryptionSuite.scala:25: Unused import
[2022-06-08T05:11:15.370Z] [ERROR] four errors found

@GaryShen2008 GaryShen2008 added bug Something isn't working ? - Needs Triage Need team to review and classify P0 Must have for release labels Jun 8, 2022
@GaryShen2008
Copy link
Collaborator Author

May related to #5764

@GaryShen2008 GaryShen2008 changed the title [BUG]Build failure in OrcEncryptionSuite [BUG]Tests module build failed in OrcEncryptionSuite Jun 8, 2022
@GaryShen2008 GaryShen2008 changed the title [BUG]Tests module build failed in OrcEncryptionSuite [BUG]Tests module build failed in OrcEncryptionSuite for 321cdh Jun 8, 2022
@tgravescs tgravescs removed the ? - Needs Triage Need team to review and classify label Jun 8, 2022
@razajafri
Copy link
Collaborator

Cloudera is using ORC 1.5.1 which doesn't support encryption. I will remove the test for cloudera until we find out more about how they are supporting orc encryption if they do.

@tgravescs tgravescs added this to the Jun 6 - Jun 17 milestone Jun 8, 2022
@pxLi pxLi changed the title [BUG]Tests module build failed in OrcEncryptionSuite for 321cdh [BUG] Tests module build failed in OrcEncryptionSuite for 321cdh Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Must have for release
Projects
None yet
Development

No branches or pull requests

3 participants