I have a map reduce job which uses a very large number of input paths. Consequently I am running into this exception while starting the job:
Exceeded max jobconf size: 6154861 limit: 5242880
I realized that the max jobconf size is governed by the system property:
mapred.user.jobconf.limit which defaults to 5 MB.
Is there a way to circumvent this issue other than increasing this limit ?