Is there a way to run a scalding job that needs class-path without using libjars and writing each jar explicitly comma separated.
I would like to put all my jars in a lib and than just write -libjars=./lib/* and not all the jars.
Is there a classic way ??
using scalding version scalding-core_2.10 0.8.5
hadoop version 2.0.0-cdh4.5.0
P.S I am using maven in order to package the jar and the lib