Thanks, Chris, for getting back to me.
I stumbled on the distinction between getStepConfigDef and getConfigDef. Here's some new code I've tried, and I don't think it's working as
I'd expect, but I could be just wrong.
Pipe source = new Pipe("source");
source.getStepConfigDef().setProperty(Mode.DEFAULT, "dfs.block.size", "1073741824");
My understanding is that there should a change in the job config for this step that sets dfs.block.size to 1 GB. But when I look at the job on the cluster, dfs.block.size is still set to 123 MB. Am I just wrong here?
Thanks,
JPD