Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 07-25-2016 03:01 PM
In the gateway cluster, one of the node is having issues. I am just running this command "hadoop dfsadmin -report|awk 'FNR == 3 {print $3}'" to get the remaining size and I get the following error message :
[gw2.prod.dfw ~]$ hadoop dfsadmin -report|awk 'FNR == 3 {print $3}' the Exception in thread "main" java.lang.NoClassDefFoundError: ___31598 Caused by: java.lang.ClassNotFoundException: ___31598 at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:323) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) Could not find the main class: ___31598. Program will exit.
the same command is running fine from the other node. This is Hadoop V1.
Please advise.
Created 07-25-2016 04:09 PM
@mqureshiI figured out..This is space issue. I cleared lots of old log files and it is working fine now
Created 07-25-2016 03:21 PM
Can you please check your classpath? run "hadoop dfsadmin" just by itself. I think you should still run into same issue. Then you need check your classpath and compare with the nodes where this command runs successfully. Can you please try that and share with us what you see?
Created 07-25-2016 04:09 PM
@mqureshiI figured out..This is space issue. I cleared lots of old log files and it is working fine now