Method sourceInit initializes this instance as a source.
This method is executed client side as a means to provide necessary configuration parameters used by the underlying platform.
It is not intended to initialize resources that would be necessary during the execution of this class, like a "formatter" or "parser".
See {@link #sourcePrepare(cascading.flow.FlowProcess,SourceCall)} if resources much be initializedbefore use. And {@link #sourceCleanup(cascading.flow.FlowProcess,SourceCall)} if resources must bedestroyed after use.
@param flowProcess of type FlowProcess
@param tap of type Tap
@param conf of type Config