ODI中新增插件(OpenTools)介绍(二)

2014-11-24 07:50:11 · 作者: · 浏览: 13
AGE); } } /* Traps any exception and throw them as OpenToolExecutionException */ catch (IllegalArgumentException e) { throw new OpenToolExecutionException(e); } } }

代理启动命令: 1、linux:./agent.sh -PORT=20300 -NAME=agent_001 -PROTOCOL=http 2、 windows:agent.bat "-PORT=20300" "-NAME=agent_001" "-PROTOCOL=http"