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

Spark Job Server serving old jars #1118

Closed
chitenderkumar opened this issue Sep 28, 2018 · 4 comments
Closed

Spark Job Server serving old jars #1118

chitenderkumar opened this issue Sep 28, 2018 · 4 comments

Comments

@chitenderkumar
Copy link

Used Spark version: v1.6.2

Used Spark Job Server version: v0.6.2

Deployed mode: Yarn

we are facing an issue where spark job server start serving the old jars for job execution. for example i have below jars at my filedao directory for Test
test-1.jar
test-2.jar
test-3.jar

and test-3.jar is the latest one, which should be picked by spark job-server for job execution. but sometimes it start picking up the test-2.jar or test-1.jar for job execution.

to fix this we manually remove the older jars from filedao path and restart the spark job server.

looking forward for suggestions/comments to deep dive into the issue and have the permanent fix.

@bsikander
Copy link
Contributor

You are using a very old version of jobserver and fileDao is deprecated

@chitenderkumar
Copy link
Author

@bsikander thanks for your response.
at this point of time we can not upgrade the spark version. is there any solution apart from upgrade.

@bsikander
Copy link
Contributor

Sure, can you provide some script or testcase so that I can reproduce this problem?

@Nibooor
Copy link

Nibooor commented Nov 17, 2020

Closing because of inactivity

@Nibooor Nibooor closed this as completed Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants