"com.example.Client",
map(),
map());
HadoopScriptHandler handler = handler("env.ASAKUSA_HOME", getAsakusaHome().getAbsolutePath());
ExecutionContext context = new ExecutionContext(
"tbatch", "tflow", "texec", ExecutionPhase.MAIN, map("hello", "world", "key", "value"));
execute(context, script, handler);
List<String> results = getOutput(shell);
assertThat(results.subList(0, 5), is(Arrays.asList(
"com.example.Client",
"tbatch",
"tflow",
"texec",
context.getArgumentsAsString())));
}