Package | Description |
---|---|
org.apache.hive.hcatalog.data.transfer | |
org.apache.hive.hcatalog.data.transfer.impl |
Modifier and Type | Method and Description |
---|---|
static HCatWriter |
DataTransferFactory.getHCatWriter(WriteEntity we,
Map<String,String> config)
This should be called at master node to obtain an instance of
HCatWriter . |
static HCatWriter |
DataTransferFactory.getHCatWriter(WriterContext cntxt)
This should be called at slave nodes to obtain an instance of
HCatWriter . |
static HCatWriter |
DataTransferFactory.getHCatWriter(WriterContext cntxt,
StateProvider sp)
This should be called at slave nodes to obtain an instance of
HCatWriter . |
Modifier and Type | Class and Description |
---|---|
class |
HCatOutputFormatWriter
This writer writes via
HCatOutputFormat |
Copyright © 2017 The Apache Software Foundation. All rights reserved.