Hi all, I have some issue with java.lang.NoClassDefFoundError type exception. SO I need to add -libjars flag. When running
hadoop jar main.jar -libjars some.jar input_file output_file I have this message Input path does not exist: gs://metamap_hd/-libjars I tried every combination, I added -input and -output flags and it seems that hadoop is waiting for input just after the .jar file. Can someone help ? Best regards, Mehdi
