Uses of Class
org.apache.storm.hive.common.HiveOptions
Package
Description
-
Uses of HiveOptions in org.apache.storm.hive.bolt
-
Uses of HiveOptions in org.apache.storm.hive.common
Modifier and TypeMethodDescriptionHiveOptions.withAutoCreatePartitions
(Boolean autoCreatePartitions) HiveOptions.withBatchSize
(Integer batchSize) HiveOptions.withCallTimeout
(Integer callTimeout) HiveOptions.withHeartBeatInterval
(Integer heartBeatInterval) HiveOptions.withIdleTimeout
(Integer idleTimeout) HiveOptions.withKerberosKeytab
(String kerberosKeytab) HiveOptions.withKerberosPrincipal
(String kerberosPrincipal) HiveOptions.withMaxOpenConnections
(Integer maxOpenConnections) HiveOptions.withTickTupleInterval
(Integer tickInterval) HiveOptions.withTxnsPerBatch
(Integer txnsPerBatch) Modifier and TypeMethodDescriptionstatic 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, boolean tokenAuthEnabled) -
Uses of HiveOptions in org.apache.storm.hive.trident
Modifier and TypeMethodDescriptionHiveStateFactory.withOptions
(HiveOptions options) The options for connecting to Hive.