-
Notifications
You must be signed in to change notification settings - Fork 711
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
org.apache.spark.SparkException: [FAILED_EXECUTE_UDF] #14210
Comments
Hi @Merlinish Could you please use all the other examples: https://github.com/JohnSnowLabs/spark-nlp/tree/master/examples/python/training/english/dl-ner |
PS: to also be sure this is not a bug, could you please copy the entire error from top to bottom and paste it here? (it's not possible to traverse inside the screenshot) |
the entire error is here:
24/03/20 14:10:24 ERROR TaskSetManager: Task 0 in stage 12.0 failed 1 times; aborting job and
Driver stacktrace: |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Hi all, I trained and saved the model according to this spark-nlp training, and then I tested it with some data. But I can't process the outcome of the model, It always shows the error:
when I tried to run the
result.select("ner.result").show(truncate=False)
, it showsand
you can find my notebook screenshot here. the result format looks fine, but when you want to process it, the error shows.
Appreciate any help!
The text was updated successfully, but these errors were encountered: