A lot of my colleagues are bitten by problem causes by libjars: it seems that if an old version of the class is present in libjars the job starts and it killed with some obscure errors.
In fact we got in the habit of wiping libjars before starting our jobs on the hadoop cluster, which kind of defeat its purpose.
I was wondering whether it could be a good idea to NOT use libjars by default, at least until scoobi has a reliable way to check for up-to date versions, instead of defaulting to use libjars with the option to disable it with -- scoobi nolibjars
I think it would avoid confusion for new users.