-
Notifications
You must be signed in to change notification settings - Fork 46
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
Process stuck #40
Comments
Can you provide the output of The last line should print something like |
|
Just tried to reproduce using your JDK version, but it seems to work: Dockerfile
My initial thought was that something about your special JDK is wrong, but as seen with the Dockerfile it works. Could you share your fsimage-conf.yml , and do an |
conf:
|
Ok, it's the missing fsimage , as there is no Thanks alot, I will try to fix this bug (to at least show the expected startup info). |
You could try to trigger the fsimage dump via dfsadmin and saveNamespace option. |
I dumped the fsimage file to the path but it is still not working. Does it need to have a specific name? Does fsImagePath need to be set to the file or the dir containing it? |
You probably have to change the config and set the fsImagePath to the |
@marcelmay Okay thank you for your help, that worked! Would you like to close this or leave it open? |
Thanks for the feedback. Please leave this issue open for the missing output, the exporter should log something and complain about no expected fsimage at the specified location. |
Output is now more verbose:
|
I am trying to run the jar file and not getting any logs:
java -dsa -da -XX:+UseG1GC -Xmx2048m -Dlog.level=DEBUG -jar fsimage-exporter-1.4.jar localhost 9709 fsimage-conf.yml
Nothing is being logged and no process is reporting open on 9709. Any pointers?
The text was updated successfully, but these errors were encountered: