}
private void initialize() throws ExecException, IOException {
inputQueue = new ArrayBlockingQueue<Tuple>(1);
outputQueue = new ArrayBlockingQueue<Object>(2);
soc = new ScriptingOutputCapturer(execType);
startUdfController();
createInputHandlers();
setStreams();
startThreads();
}