-
Notifications
You must be signed in to change notification settings - Fork 121
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
spark3.3.3 java exception thrown at native-engine/blaze/src/rt.rs:80 #508
Comments
Isn't this compatible with centos7? |
could you check the executor log for detailed error message? blaze has no special dependences to operating system. centos7 should be OK. |
I have the same problem ,How is this problem solved ? executor log has no other useful infomation ,Only like this : 2024-09-23 18:50:23.483 INFO - 18:50:23.479 [task-result-getter-1] ERROR org.apache.spark.scheduler.TaskSetManager - Task 0 in stage 1.0 failed 4 times; aborting job I compiled it in aarch64 machine which system page size is 64k. |
Describe the bug
A clear and concise description of what the bug is.
Caused by: java.lang.RuntimeException: called
Result::unwrap()
on anErr
value: External("Java exception thrown at native-engine/blaze/src/rt.rs:80: org.apache.arrow.c.Data.importSchema(Lblaze/org/apache/arrow/memory/BufferAllocator;Lorg/apache/arrow/c/ArrowSchema;Lorg/apache/arrow/c/CDataDictionaryProvider;)Lblaze/org/apache/arrow/vector/types/pojo/Schema;")To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: