Package | Description |
---|---|
org.apache.hive.hcatalog.streaming |
HCatalog Streaming API -- high level description
|
Modifier and Type | Method and Description |
---|---|
TransactionBatch |
StreamingConnection.fetchTransactionBatch(int numTransactionsHint,
RecordWriter writer)
Acquires a new batch of transactions from Hive.
|
StreamingConnection |
HiveEndPoint.newConnection(boolean createPartIfNotExists)
Acquire a new connection to MetaStore for streaming
|
StreamingConnection |
HiveEndPoint.newConnection(boolean createPartIfNotExists,
HiveConf conf)
Acquire a new connection to MetaStore for streaming
|
StreamingConnection |
HiveEndPoint.newConnection(boolean createPartIfNotExists,
HiveConf conf,
org.apache.hadoop.security.UserGroupInformation authenticatedUser)
Acquire a new connection to MetaStore for streaming.
|
Constructor and Description |
---|
DelimitedInputWriter(String[] colNamesForFields,
String delimiter,
HiveEndPoint endPoint)
Constructor.
|
DelimitedInputWriter(String[] colNamesForFields,
String delimiter,
HiveEndPoint endPoint,
HiveConf conf)
Constructor.
|
DelimitedInputWriter(String[] colNamesForFields,
String delimiter,
HiveEndPoint endPoint,
HiveConf conf,
char serdeSeparator)
Constructor.
|
StrictJsonWriter(HiveEndPoint endPoint) |
StrictJsonWriter(HiveEndPoint endPoint,
HiveConf conf) |
StrictRegexWriter(HiveEndPoint endPoint) |
StrictRegexWriter(HiveEndPoint endPoint,
HiveConf conf) |
StrictRegexWriter(String regex,
HiveEndPoint endPoint,
HiveConf conf) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.