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] java url decode test failing on databricks, emr, and dataproc #1726

Closed
tgravescs opened this issue Feb 16, 2021 · 1 comment · Fixed by #1728
Closed

[BUG] java url decode test failing on databricks, emr, and dataproc #1726

tgravescs opened this issue Feb 16, 2021 · 1 comment · Fixed by #1728
Assignees
Labels
bug Something isn't working

Comments

@tgravescs
Copy link
Collaborator

Describe the bug
06:15:16 FAILED ../../src/main/python/rapids_udf_test.py::test_java_url_decode - pyspa...
06:15:16 FAILED ../../src/main/python/rapids_udf_test.py::test_java_url_encode - pyspa...

I looked at databricks and it looks like perhaps classpath issue:
06:15:16 e = AnalysisException('Can not load class com.nvidia.spark.rapids.udf.java.URLDecode, please make sure it is on the classp...:79)\n\tat py4j.GatewayConnection.run(GatewayConnection.java:251)\n\tat java.lang.Thread.run(Thread.java:748)\n', None)
06:15:16
06:15:16 > �[04m�[91m?�[39;49;00m�[04m�[91m?�[39;49;00m�[04m�[91m?�[39;49;00m
06:15:16 �[1m�[31mE pyspark.sql.utils.AnalysisException: Can not load class com.nvidia.spark.rapids.udf.java.URLDecode, please make sure it is on the classpath;�[0m
06:15:16
06:15:16 �[1m�[31m�[0m:3: AnalysisException

not sure if its the same on the others

@tgravescs tgravescs added bug Something isn't working ? - Needs Triage Need team to review and classify labels Feb 16, 2021
@tgravescs
Copy link
Collaborator Author

EMR is the same

@jlowe jlowe self-assigned this Feb 16, 2021
@jlowe jlowe removed the ? - Needs Triage Need team to review and classify label Feb 16, 2021
@jlowe jlowe added this to the Feb 16 - Feb 26 milestone Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants