@Test
public void properties() throws Exception {
String target = new File(getAsakusaHome(), ProcessHadoopScriptHandler.PATH_EXECUTE).getAbsolutePath();
File shell = putScript("arguments.sh", new File(target));
HadoopScript script = new HadoopScript(
"testing",
set(),
"com.example.Client",
map("hello", "world", "hoge", "foo"),
map());