| Package | Description |
|---|---|
| org.apache.nifi.processors.hive | |
| org.apache.nifi.util.hive |
| Modifier and Type | Method and Description |
|---|---|
private HiveWriter |
PutHiveStreaming.getOrCreateWriter(Map<org.apache.hive.hcatalog.streaming.HiveEndPoint,HiveWriter> writers,
HiveOptions options,
org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint) |
protected org.apache.hive.hcatalog.streaming.HiveEndPoint |
PutHiveStreaming.makeHiveEndPoint(List<String> partitionValues,
HiveOptions options) |
protected HiveWriter |
PutHiveStreaming.makeHiveWriter(org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint,
ExecutorService callTimeoutPool,
org.apache.hadoop.security.UserGroupInformation ugi,
HiveOptions options) |
private void |
PutHiveStreaming.FunctionContext.transferFlowFiles(ProcessSession session,
RoutingResult result,
HiveOptions options) |
| Modifier and Type | Method and Description |
|---|---|
HiveOptions |
HiveOptions.withAutoCreatePartitions(Boolean autoCreatePartitions) |
HiveOptions |
HiveOptions.withBatchSize(Integer batchSize) |
HiveOptions |
HiveOptions.withCallTimeout(Integer callTimeout) |
HiveOptions |
HiveOptions.withHeartBeatInterval(Integer heartBeatInterval) |
HiveOptions |
HiveOptions.withIdleTimeout(Integer idleTimeout) |
HiveOptions |
HiveOptions.withKerberosKeytab(String kerberosKeytab) |
HiveOptions |
HiveOptions.withKerberosPrincipal(String kerberosPrincipal) |
HiveOptions |
HiveOptions.withMaxOpenConnections(Integer maxOpenConnections) |
HiveOptions |
HiveOptions.withTickTupleInterval(Integer tickInterval) |
HiveOptions |
HiveOptions.withTxnsPerBatch(Integer txnsPerBatch) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hive.hcatalog.streaming.HiveEndPoint |
HiveUtils.makeEndPoint(List<String> partitionVals,
HiveOptions options) |
static HiveWriter |
HiveUtils.makeHiveWriter(org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint,
ExecutorService callTimeoutPool,
org.apache.hadoop.security.UserGroupInformation ugi,
HiveOptions options,
org.apache.hadoop.hive.conf.HiveConf hiveConf) |
Copyright © 2023 Apache NiFi Project. All rights reserved.