Uses of Class
org.apache.storm.hive.common.HiveWriter.ConnectFailure
-
Packages that use HiveWriter.ConnectFailure Package Description org.apache.storm.hive.common -
-
Uses of HiveWriter.ConnectFailure in org.apache.storm.hive.common
Methods in org.apache.storm.hive.common that throw HiveWriter.ConnectFailure Modifier and Type Method Description static HiveWriter
HiveUtils. makeHiveWriter(org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint, ExecutorService callTimeoutPool, org.apache.hadoop.security.UserGroupInformation ugi, HiveOptions options, boolean tokenAuthEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.apache.storm.hive.common that throw HiveWriter.ConnectFailure Constructor Description HiveWriter(org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint, int txnsPerBatch, boolean autoCreatePartitions, long callTimeout, ExecutorService callTimeoutPool, HiveMapper mapper, org.apache.hadoop.security.UserGroupInformation ugi, boolean tokenAuthEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.
-