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

Manifest file issue with statsd #12

Open
nikitawasthi20 opened this issue Jun 9, 2021 · 2 comments
Open

Manifest file issue with statsd #12

nikitawasthi20 opened this issue Jun 9, 2021 · 2 comments

Comments

@nikitawasthi20
Copy link

Error opening zip file or JAR manifest missing : /home/hadoop/.spark-flamegraph/statsd-jvm-profiler.jar

Getting the above error with the script. Tried to modify the manifest file with the Main-class but still got the error. Any help would be appreciated

@spektom
Copy link
Owner

spektom commented Jun 9, 2021

Can you try removing /home/hadoop/.spark-flamegraph/ directory, and re-running the script?

@nikitawasthi20
Copy link
Author

I tried that but it did not help. The spark job fails with an exit code of 1
`Exit code: 1
Stack trace: ExitCodeException exitCode=1:
at org.apache.hadoop.util.Shell.runCommand(Shell.java:972)
at org.apache.hadoop.util.Shell.run(Shell.java:869)
at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:1170)
at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:235)
at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:299)
at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:83)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

Container exited with a non-zero exit code 1
For more detailed output, check the application tracking page`

On checking the container logs, I see this error
Error opening zip file or JAR manifest missing : /home/hadoop/.spark-flamegraph/statsd-jvm-profiler.jar

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

2 participants