Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
org.apache.pig.builtin |
This package contains builtin Pig UDFs.
|
org.apache.pig.builtin.mock | |
org.apache.pig.impl.io | |
org.apache.pig.piggybank.storage | |
org.apache.pig.piggybank.storage.avro |
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
LoadMetadata.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
Get statistics about the data to be loaded.
|
ResourceStatistics |
LoadFuncMetadataWrapper.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
ResourceStatistics.setFields(ResourceStatistics.ResourceFieldStatistics[] fields) |
ResourceStatistics |
ResourceStatistics.setmBytes(Long mBytes)
Deprecated.
Use
setSizeInBytes(Long) instead |
ResourceStatistics |
ResourceStatistics.setNumRecords(Long numRecords) |
Modifier and Type | Method and Description |
---|---|
void |
StoreMetadata.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job)
Store statistics about the data being written.
|
void |
StoreFuncMetadataWrapper.storeStatistics(ResourceStatistics resourceStatistics,
String location,
org.apache.hadoop.mapreduce.Job job) |
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
PigStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
OrcStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
JsonMetadata.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job)
For JsonMetadata stats are considered optional
This method suppresses (and logs) errors if they are encountered.
|
ResourceStatistics |
JsonLoader.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
BinStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
AvroStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
Modifier and Type | Method and Description |
---|---|
void |
PigStorage.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job) |
void |
JsonStorage.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job) |
void |
JsonMetadata.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job) |
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
Storage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
Modifier and Type | Method and Description |
---|---|
void |
Storage.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job) |
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
TFileStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
SequenceFileInterStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
ReadToEndLoader.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
InterStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
HiveColumnarLoader.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
FixedWidthStorer.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
FixedWidthLoader.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
ResourceStatistics |
AllLoader.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
Modifier and Type | Method and Description |
---|---|
void |
FixedWidthStorer.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job) |
void |
AllLoader.storeStatistics(ResourceStatistics stats,
String location,
org.apache.hadoop.mapreduce.Job job) |
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
AvroStorage.getStatistics(String location,
org.apache.hadoop.mapreduce.Job job) |
Copyright © 2007-2017 The Apache Software Foundation