WIP: Fix SWH integration WF #396

Draft
schatz wants to merge 1 commits from SWH_issue_377 into beta
Member
No description provided.
schatz added 1 commit 2024-02-27 15:59:44 +01:00
Author
Member

Related to: #377

Related to: https://code-repo.d4science.org/D-Net/dnet-hadoop/issues/377
claudio.atzori was assigned by schatz 2024-02-29 17:18:04 +01:00
Author
Member

@claudio.atzori @miriam.baglioni I made some additions in the job.properties files and removed the dependency to the graphInput path.

However in the last step of this WF, I get the following error:

Job aborted due to stage failure: Task 12 in stage 0.0 failed 4 times, most recent failure: Lost task 12.3 in stage 0.0 (TID 36, eos-m2-sn42.ocean.icm.edu.pl, executor 1): java.io.InvalidClassException: eu.dnetlib.dhp.schema.oaf.Result; local class incompatible: stream classdesc serialVersionUID = 5621923828687796800, local class serialVersionUID = -5414449622321221689

This WF, creates some Action Sets from scratch on that step. Any thoughts, why this might happen are more than welcome.
Please take a look also to the relevant Spark Job: http://iis-cdh5-test-gw.ocean.icm.edu.pl:18089/history/application_1676554762303_168005/2/jobs/job/?id=0

@claudio.atzori @miriam.baglioni I made some additions in the job.properties files and removed the dependency to the graphInput path. However in the last step of this WF, I get the following error: > > Job aborted due to stage failure: Task 12 in stage 0.0 failed 4 times, most recent failure: Lost task 12.3 in stage 0.0 (TID 36, eos-m2-sn42.ocean.icm.edu.pl, executor 1): java.io.InvalidClassException: eu.dnetlib.dhp.schema.oaf.Result; local class incompatible: stream classdesc serialVersionUID = 5621923828687796800, local class serialVersionUID = -5414449622321221689 This WF, creates some Action Sets from scratch on that step. Any thoughts, why this might happen are more than welcome. Please take a look also to the relevant Spark Job: http://iis-cdh5-test-gw.ocean.icm.edu.pl:18089/history/application_1676554762303_168005/2/jobs/job/?id=0
Author
Member

@claudio.atzori @miriam.baglioni Any ideas on this error?

@claudio.atzori @miriam.baglioni Any ideas on this error?
miriam.baglioni was assigned by schatz 2024-04-01 16:07:36 +02:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b SWH_issue_377 beta
git pull origin SWH_issue_377

Step 2:

Merge the changes and update on Gitea.
git checkout beta
git merge --no-ff SWH_issue_377
git push origin beta
Sign in to join this conversation.
No description provided.