Package | Description |
---|---|
org.apache.reef.examples.data.loading |
A line counter example using data loading service.
|
org.apache.reef.examples.group.bgd |
Runs BGD on the given runtime.
|
org.apache.reef.io.data.loading.impl |
Implementations of Data Loading Service.
|
Constructor and Description |
---|
LineCountingTask(DataSet<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text> dataSet) |
Constructor and Description |
---|
ExampleList(DataSet<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text> dataSet,
Parser<String> parser) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryInputFormatDataSet<K extends org.apache.hadoop.io.WritableComparable<K>,V extends org.apache.hadoop.io.Writable> |
class |
InputFormatDataSet<K extends org.apache.hadoop.io.WritableComparable<K>,V extends org.apache.hadoop.io.Writable>
An implementation of
DataSet that reads records using a RecordReader
encoded inside an InputSplit. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.