| Class | Description |
|---|---|
| HiveTools |
Helpers for MapReduce job
|
| Main |
Entry point
|
| SampleInputFormat |
InputFormat
|
| SampleInputSplit |
InputSplit
|
| SampleMapper |
Mapper
|
| SampleOutputFormat |
OutputFormat
|
| SplitReader |
InputSplit reader
|
| WritingTool |
CREATE TABLE hive_io_test (
i1 BIGINT,
i2 BIGINT,
i3 BIGINT
)
PARTITIONED BY (ds STRING)
TBLPROPERTIES ('RETENTION_PLATINUM'='90')
|
Copyright © 2013. All Rights Reserved.