Definition at line 62 of file Runner.h. References Disconnect(), Impala::Util::ChannelProxy::GetChannel(), ILOG_ERROR, and mJobServerProxy. Referenced by Impala::Application::mainJobRunner(). 00063 { 00064 mJobServerProxy = new Util::ChannelProxy(serverName, port, passwordFile); 00065 if (!mJobServerProxy->GetChannel()) 00066 { 00067 ILOG_ERROR("Failed to connect to job server"); 00068 Disconnect(); 00069 return false; 00070 } 00071 00072 return true; 00073 }
Here is the call graph for this function:
|