You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm dealing with some block-gzipped files that I would like to pass directly into my MyJob code, without the runner decompressing or splitting them. I've got this working under the hadoop running, but the local and inline runner always force decompression and always force file splitting (defined in SimMRJobRunner I think).
Is there a configuration option that would make it possible to prevent splitting, and ideally also another that prevents decompression?
The text was updated successfully, but these errors were encountered:
I'm dealing with some block-gzipped files that I would like to pass directly into my MyJob code, without the runner decompressing or splitting them. I've got this working under the
hadoop
running, but thelocal
andinline
runner always force decompression and always force file splitting (defined inSimMRJobRunner
I think).Is there a configuration option that would make it possible to prevent splitting, and ideally also another that prevents decompression?
The text was updated successfully, but these errors were encountered: