Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { Name string MapTasksNum int32 ReduceTasksNum int32 Input string MrImplDir string GoBinPath string }
Job describes the map reduce job.
type MrClient ¶
type MrClient struct {
// contains filtered or unexported fields
}
MrClient holds information about the gomr client.
func NewMrClient ¶
NewMrClient constructs the instance of MrClient.
Click to show internal directories.
Click to hide internal directories.