When I am running a Hadoop .jar file from the command prompt, it throws an exception saying no such method StockKey method.
StockKey is my custom class defined for m
No any answer helped me.
In my case it happened when me reduced constructor visibility by mistake or hurry.
E.g. parent constructor is public and inherited class's one is default or protected !