| Interface | Description |
|---|---|
| org.apache.hadoop.record.Index |
Replaced by Avro.
|
| org.apache.hadoop.record.RecordInput |
Replaced by Avro.
|
| org.apache.hadoop.record.RecordOutput |
Replaced by Avro.
|
| Class | Description |
|---|---|
| org.apache.hadoop.record.BinaryRecordInput |
Replaced by Avro.
|
| org.apache.hadoop.record.BinaryRecordOutput |
Replaced by Avro.
|
| org.apache.hadoop.record.Buffer |
Replaced by Avro.
|
| org.apache.hadoop.record.CsvRecordOutput |
Replaced by Avro.
|
| org.apache.hadoop.record.Record |
Replaced by Avro.
|
| org.apache.hadoop.record.RecordComparator |
Replaced by Avro.
|
| org.apache.hadoop.record.Utils |
Replaced by Avro.
|
| Method | Description |
|---|---|
| org.apache.hadoop.streaming.StreamJob.getClusterNick() | |
| org.apache.hadoop.streaming.StreamJob.go() |
use
StreamJob.run(String[]) instead. |
| Constructor | Description |
|---|---|
| org.apache.hadoop.streaming.StreamJob(String[], boolean) |
use StreamJob() with ToolRunner or set the
Configuration using
StreamJob.setConf(Configuration) and
run with StreamJob.run(String[]). |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.