Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abortAndCloseConnection(StreamingConnection) - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- abortConnection(StreamingConnection) - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
-
Abort current Txn on the connection
- AbstractHive3QLProcessor - Class in org.apache.nifi.processors.hive
-
An abstract base class for HiveQL processors to share common data, methods, etc.
- AbstractHive3QLProcessor() - Constructor for class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- AbstractHive3QLProcessor.ParameterHolder - Class in org.apache.nifi.processors.hive
- AbstractHive3QLProcessor.TableName - Class in org.apache.nifi.processors.hive
- ALLOW_EXPLICIT_KEYTAB - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- altHeader - Variable in class org.apache.nifi.util.hive.CsvOutputOptions
- ATTR_INPUT_TABLES - Static variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- ATTR_OUTPUT_PATH - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- ATTR_OUTPUT_TABLE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- ATTR_OUTPUT_TABLES - Static variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- ATTRIBUTE_DRIVEN_TABLE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- attributeName - Variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.ParameterHolder
- authenticate(Configuration, KerberosUser) - Method in class org.apache.nifi.util.hive.HiveConfigurator
- AuthenticationFailedException - Exception Class in org.apache.nifi.util.hive
- AuthenticationFailedException(String, Exception) - Constructor for exception class org.apache.nifi.util.hive.AuthenticationFailedException
- AVRO - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- AVRO - Static variable in class org.apache.nifi.util.hive.HiveJdbcCommon
- AVRO_STORAGE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
B
- BATCH_SIZE - Static variable in class org.apache.nifi.processors.hive.PutHive3QL
- BUFFER_SIZE - Static variable in class org.apache.nifi.processors.orc.PutORC
C
- cachedObjectInspector - Variable in class org.apache.hive.streaming.NiFiRecordSerDe
- CALL_TIMEOUT - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- callTimeout - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- callTimeout - Variable in class org.apache.nifi.util.hive.HiveOptions
- callTimeoutPool - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- CATALOG_NAME - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- charset - Variable in class org.apache.nifi.processors.hive.PutHive3QL.FunctionContext
- CHARSET - Static variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- checkAndUpdateTableSchema(Map<String, String>, Connection, RecordSchema, String, List<String>, boolean, String, String, boolean) - Method in class org.apache.nifi.processors.hive.UpdateHive3Table
- checksumFor(String) - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
-
Generates checksum for file on the given path if the FileSystem supports it.
- cleanup() - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- CLIENT_CACHE_DISABLED_PROPERTY - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- close() - Method in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
- closeConnection(StreamingConnection) - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
-
Close the streaming connection
- columnNames - Variable in class org.apache.hive.streaming.NiFiRecordSerDe
- COMPRESSION_TYPES - Static variable in class org.apache.nifi.processors.orc.PutORC
- configResources - Variable in class org.apache.nifi.util.hive.ValidationResources
- configuration - Variable in class org.apache.nifi.util.hive.ValidationResources
- connectionUrl - Variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- connectionUrl - Variable in class org.apache.nifi.processors.hive.PutHive3QL.FunctionContext
- constructProcess() - Method in class org.apache.nifi.processors.hive.PutHive3QL
- convertToAvroStream(ResultSet, OutputStream, int, boolean, boolean) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
- convertToAvroStream(ResultSet, OutputStream, String, int, boolean, HiveJdbcCommon.ResultSetRowCallback, boolean) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
- convertToCsvStream(ResultSet, OutputStream, String, HiveJdbcCommon.ResultSetRowCallback, CsvOutputOptions) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
- convertToCsvStream(ResultSet, OutputStream, CsvOutputOptions) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
- convertToORCObject(TypeInfo, Object, boolean) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- CREATE_IF_NOT_EXISTS - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- CREATE_TABLE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- createHDFSRecordWriter(ProcessContext, FlowFile, Configuration, Path, RecordSchema) - Method in class org.apache.nifi.processors.orc.PutORC
- createOrcStruct(TypeInfo, Object...) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
-
Create an object of OrcStruct given a TypeInfo and a list of objects
- createSchema(ResultSet, boolean) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
- createSchema(ResultSet, String, boolean, boolean) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
-
Creates an Avro schema from a result set.
- createSerde() - Method in class org.apache.hive.streaming.HiveRecordWriter
- createWriter(Path, Configuration, TypeInfo, long, CompressionKind, int) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- CSV - Static variable in class org.apache.nifi.util.hive.HiveJdbcCommon
- CSV_MIME_TYPE - Static variable in class org.apache.nifi.util.hive.HiveJdbcCommon
- CsvOutputOptions - Class in org.apache.nifi.util.hive
- CsvOutputOptions(boolean, String, String, boolean, boolean, int) - Constructor for class org.apache.nifi.util.hive.CsvOutputOptions
- currentRecordsWritten - Variable in class org.apache.hive.streaming.HiveRecordWriter
- customValidate(ValidationContext) - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- customValidate(ValidationContext) - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- customValidate(ValidationContext) - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- customValidate(ValidationContext) - Method in class org.apache.nifi.processors.hive.UpdateHive3Table
D
- database - Variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- DATABASE_NAME - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- DATABASE_URL - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- databaseName - Variable in class org.apache.nifi.util.hive.HiveOptions
- dataSource - Variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- DATE_SCHEMA - Static variable in class org.apache.nifi.util.hive.HiveJdbcCommon
- DB_NAME - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- DB_PASSWORD - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- DB_USER - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- DEFAULT_EVICTION_RUN_PERIOD - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
-
Copied from
invalid reference
GenericObjectPoolConfig.DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS
- DEFAULT_MAX_CONN_LIFETIME - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
-
Copied from private variable
invalid reference
BasicDataSource.maxConnLifetimeMillis
- DEFAULT_MAX_IDLE - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
-
Copied from
invalid reference
GenericObjectPoolConfig.DEFAULT_MAX_IDLE
- DEFAULT_MIN_EVICTABLE_IDLE_TIME - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
-
Copied from
invalid reference
GenericObjectPoolConfig.DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS
- DEFAULT_MIN_IDLE - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
-
Copied from
invalid reference
GenericObjectPoolConfig.DEFAULT_MIN_IDLE
- DEFAULT_PRECISION - Static variable in class org.apache.nifi.util.hive.HiveJdbcCommon
- DEFAULT_SCALE - Static variable in class org.apache.nifi.util.hive.HiveJdbcCommon
- DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
-
Copied from
invalid reference
GenericObjectPoolConfig.DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS
- delimiter - Variable in class org.apache.nifi.util.hive.CsvOutputOptions
- deserialize(Writable) - Method in class org.apache.hive.streaming.NiFiRecordSerDe
- deserialize(Record, StructTypeInfo) - Method in class org.apache.hive.streaming.NiFiRecordSerDe
- DISABLE_STREAMING_OPTIMIZATIONS - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- doOnTrigger(ProcessContext, ProcessSession, FlowFile) - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
E
- encode(byte[]) - Method in class org.apache.hive.streaming.HiveRecordWriter
- encode(Record) - Method in class org.apache.hive.streaming.HiveRecordWriter
- equals(Object) - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- escape - Variable in class org.apache.nifi.util.hive.CsvOutputOptions
- EVENT_TYPE - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- EVICTION_RUN_PERIOD - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- exceptionHandler - Variable in class org.apache.nifi.processors.hive.PutHive3QL
- executeConfigStatements(Connection, List<String>) - Method in class org.apache.nifi.processors.hive.SelectHive3QL
- EXTERNAL_TABLE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- EXTERNAL_TABLE_LOCATION - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- extractCurrentField(Object, String, DataType, TypeInfo) - Method in class org.apache.hive.streaming.NiFiRecordSerDe
- extractMillisWithInfinite(PropertyValue) - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
F
- FAIL_IF_NOT_EXISTS - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- FETCH_SIZE - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- fetchFlowFiles - Variable in class org.apache.nifi.processors.hive.PutHive3QL
- fieldMap - Variable in class org.apache.nifi.processors.hive.UpdateHive3Table.OutputMetadataHolder
- findTableNames(Object, Set<AbstractHive3QLProcessor.TableName>) - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- findTableNames(String) - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- FunctionContext(boolean, Charset, String) - Constructor for class org.apache.nifi.processors.hive.PutHive3QL.FunctionContext
G
- generateHiveDDL(RecordSchema, String, boolean) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- getAdditionalProperties() - Method in class org.apache.nifi.processors.orc.PutORC
- getAltHeader() - Method in class org.apache.nifi.util.hive.CsvOutputOptions
- getCallTimeOut() - Method in class org.apache.nifi.util.hive.HiveOptions
- getCompressionTypes(ProcessorInitializationContext) - Method in class org.apache.nifi.processors.orc.PutORC
- getConfigResources() - Method in class org.apache.nifi.util.hive.ValidationResources
- getConfiguration() - Method in class org.apache.nifi.util.hive.ValidationResources
- getConfigurationForValidation(AtomicReference<ValidationResources>, String, ComponentLog) - Method in class org.apache.nifi.util.hive.HiveConfigurator
- getConfigurationFromFiles(String) - Method in class org.apache.nifi.util.hive.HiveConfigurator
- getConfigurationFromFiles(String) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
- getConnection() - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- getConnectionURL() - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- getDatabase() - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- getDatabaseName() - Method in class org.apache.nifi.util.hive.HiveOptions
- getDefaultCompressionType(ProcessorInitializationContext) - Method in class org.apache.nifi.processors.orc.PutORC
- getDelimiter() - Method in class org.apache.nifi.util.hive.CsvOutputOptions
- getFieldMap() - Method in class org.apache.nifi.processors.hive.UpdateHive3Table.OutputMetadataHolder
- getHiveConf() - Method in class org.apache.nifi.util.hive.HiveOptions
- getHiveQL(ProcessSession, FlowFile, Charset) - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
-
Determines the HiveQL statement that should be executed for the given FlowFile
- getHiveSchema(RecordSchema, boolean) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- getHiveTypeFromFieldType(DataType, boolean) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- getIdleTimeout() - Method in class org.apache.nifi.util.hive.HiveOptions
- getMaxRowsPerFlowFile() - Method in class org.apache.nifi.util.hive.CsvOutputOptions
- getMemoryManager(Configuration) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- getMetaStoreURI() - Method in class org.apache.nifi.util.hive.HiveOptions
- getObjectInspector() - Method in class org.apache.hive.streaming.NiFiRecordSerDe
- getOrcField(DataType, boolean) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- getOrcSchema(RecordSchema, boolean) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- getOutputSchema() - Method in class org.apache.nifi.processors.hive.UpdateHive3Table.OutputMetadataHolder
- getPartitionValuesFromPath(String) - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
-
Parse the partition values from the file or directory path.
- getPrecision(int) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
- getPrimitiveOrcTypeFromPrimitiveFieldType(DataType) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- getQualifiedTableName() - Method in class org.apache.nifi.util.hive.HiveOptions
- getQueries(String) - Method in class org.apache.nifi.processors.hive.SelectHive3QL
- getRelationships() - Method in class org.apache.nifi.processors.hive.PutHive3QL
- getRelationships() - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- getRelationships() - Method in class org.apache.nifi.processors.hive.SelectHive3QL
- getRelationships() - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- getRelationships() - Method in class org.apache.nifi.processors.hive.UpdateHive3Table
- getScale(int) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
- getSerDeStats() - Method in class org.apache.hive.streaming.NiFiRecordSerDe
- getSerializedClass() - Method in class org.apache.hive.streaming.NiFiRecordSerDe
- getStaticPartitionValues() - Method in class org.apache.nifi.util.hive.HiveOptions
- getStreamingOptimizations() - Method in class org.apache.nifi.util.hive.HiveOptions
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.hive.PutHive3QL
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.hive.SelectHive3QL
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.hive.UpdateHive3Table
- getTable() - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- getTableName() - Method in class org.apache.nifi.util.hive.HiveOptions
- getTransactionBatchSize() - Method in class org.apache.nifi.util.hive.HiveOptions
- getUgi() - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- getUgi() - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
-
Checks if the user TGT expired and performs a re-login if needed.
H
- handleDropPartition(HiveMetaStoreClient, String, String, String, String) - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
-
Triggers a drop partition event in the metastore with the partition values parsed from the provided path.
- handleFileInsert(HiveMetaStoreClient, String, String, String, String, List<String>) - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
-
Constructs a file insert event and send it into the metastore.
- handlePartitionedInsert(HiveMetaStoreClient, String, String, String, String) - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
-
Handles an insert event for partitioned table.
- hashCode() - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- header - Variable in class org.apache.nifi.util.hive.CsvOutputOptions
- HIVE_CONFIGURATION_RESOURCES - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- HIVE_CONFIGURATION_RESOURCES - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- HIVE_CONFIGURATION_RESOURCES - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- HIVE_DBCP_SERVICE - Static variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- HIVE_DBCP_SERVICE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- HIVE_DDL_ATTRIBUTE - Static variable in class org.apache.nifi.processors.orc.PutORC
- HIVE_FIELD_NAMES - Static variable in class org.apache.nifi.processors.orc.PutORC
- HIVE_STREAMING_RECORD_COUNT_ATTR - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- HIVE_TABLE_NAME - Static variable in class org.apache.nifi.processors.orc.PutORC
- Hive3ConnectionPool - Class in org.apache.nifi.dbcp.hive
-
Implementation for Database Connection Pooling Service used for Apache Hive connections.
- Hive3ConnectionPool() - Constructor for class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- hiveConf - Variable in class org.apache.nifi.util.hive.HiveOptions
- hiveConfig - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- hiveConfig - Variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- hiveConfigurator - Variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- hiveConfigurator - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- hiveConfigurator - Variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- HiveConfigurator - Class in org.apache.nifi.util.hive
- HiveConfigurator() - Constructor for class org.apache.nifi.util.hive.HiveConfigurator
- hiveFieldNames - Variable in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
- HiveJdbcCommon - Class in org.apache.nifi.util.hive
-
JDBC / HiveQL common functions.
- HiveJdbcCommon() - Constructor for class org.apache.nifi.util.hive.HiveJdbcCommon
- HiveJdbcCommon.ResultSetRowCallback - Interface in org.apache.nifi.util.hive
-
An interface for callback methods which allows processing of a row during the convertToXYZStream() processing.
- HiveOptions - Class in org.apache.nifi.util.hive
- HiveOptions(String, String, String) - Constructor for class org.apache.nifi.util.hive.HiveOptions
- HIVEQL_CSV_ALT_HEADER - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- HIVEQL_CSV_DELIMITER - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- HIVEQL_CSV_ESCAPE - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- HIVEQL_CSV_HEADER - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- HIVEQL_CSV_QUOTE - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- HIVEQL_OUTPUT_FORMAT - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- HIVEQL_POST_QUERY - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- HIVEQL_PRE_QUERY - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- HIVEQL_SELECT_QUERY - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- HIVEQL_TYPE_ATTRIBUTE_PATTERN - Static variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- HiveRecordWriter - Class in org.apache.hive.streaming
- HiveRecordWriter(RecordReader, ComponentLog, int) - Constructor for class org.apache.hive.streaming.HiveRecordWriter
- hiveTableName - Variable in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
I
- idleTimeout - Variable in class org.apache.nifi.util.hive.HiveOptions
- init(ControllerServiceInitializationContext) - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- init(ProcessorInitializationContext) - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- init(ProcessorInitializationContext) - Method in class org.apache.nifi.processors.hive.UpdateHive3Table
- initConnection - Variable in class org.apache.nifi.processors.hive.PutHive3QL
- initialize(Configuration, Properties) - Method in class org.apache.hive.streaming.NiFiRecordSerDe
- input - Variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- INTERNAL_PATTERN - Static variable in class org.apache.hive.streaming.NiFiRecordSerDe
- isAllowExplicitKeytab() - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- isEscape() - Method in class org.apache.nifi.util.hive.CsvOutputOptions
- isHeader() - Method in class org.apache.nifi.util.hive.CsvOutputOptions
- isInput() - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- isQuote() - Method in class org.apache.nifi.util.hive.CsvOutputOptions
J
- jdbcType - Variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.ParameterHolder
K
- KERBEROS_CREDENTIALS_SERVICE - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- KERBEROS_CREDENTIALS_SERVICE - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- KERBEROS_PASSWORD - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- KERBEROS_PRINCIPAL - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- KERBEROS_USER_SERVICE - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- kerberosConfigFile - Variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- kerberosKeytab - Variable in class org.apache.nifi.util.hive.HiveOptions
- kerberosPrincipal - Variable in class org.apache.nifi.util.hive.HiveOptions
- kerberosProperties - Variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- kerberosUserReference - Variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- kerberosUserReference - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- kerberosUserReference - Variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
L
- log - Variable in class org.apache.hive.streaming.HiveRecordWriter
- log - Variable in class org.apache.hive.streaming.NiFiRecordSerDe
M
- makeStreamingConnection(HiveOptions, RecordReader, int) - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- MANAGED_TABLE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- MAX_CONN_LIFETIME - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- MAX_FRAGMENTS - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- MAX_IDLE - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- MAX_ROWS_PER_FLOW_FILE - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- MAX_WAIT_TIME - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- maxRowsPerFlowFile - Variable in class org.apache.nifi.util.hive.CsvOutputOptions
- memoryManager - Static variable in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- METASTORE_NOTIFICATION_EVENT - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- METASTORE_URI - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- METASTORE_URI - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- metaStoreURI - Variable in class org.apache.nifi.util.hive.HiveOptions
- MIME_TYPE_AVRO_BINARY - Static variable in class org.apache.nifi.util.hive.HiveJdbcCommon
- MIN_EVICTABLE_IDLE_TIME - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- MIN_IDLE - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
N
- NiFiOrcUtils - Class in org.apache.hadoop.hive.ql.io.orc
-
Utility methods for ORC support (conversion from Avro, conversion to Hive types, e.g.
- NiFiOrcUtils() - Constructor for class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- NiFiRecordSerDe - Class in org.apache.hive.streaming
- NiFiRecordSerDe(RecordReader, ComponentLog) - Constructor for class org.apache.hive.streaming.NiFiRecordSerDe
- normalize(String) - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
-
Normalize query.
- NORMALIZE_NAMES_FOR_AVRO - Static variable in class org.apache.nifi.util.hive.HiveJdbcCommon
- normalizeHiveTableName(String) - Static method in class org.apache.hadoop.hive.ql.io.orc.NiFiOrcUtils
- normalizeNameForAvro(String) - Static method in class org.apache.nifi.util.hive.HiveJdbcCommon
- NUMBER_PATTERN - Static variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- numRecordFields - Variable in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
O
- onConfigured(ConfigurationContext) - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
-
Configures connection pool by creating an instance of the
BasicDataSource
based on configuration provided withConfigurationContext
. - onFlowFileError(ProcessContext, ProcessSession, RoutingResult) - Method in class org.apache.nifi.processors.hive.PutHive3QL
- onScheduled(ProcessContext) - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.hive.SelectHive3QL
- onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.hive.UpdateHive3Table
- onTrigger(ProcessContext, ProcessSessionFactory) - Method in class org.apache.nifi.processors.hive.PutHive3QL
- onTrigger(ProcessContext, ProcessSessionFactory) - Method in class org.apache.nifi.processors.hive.SelectHive3QL
- ORC - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- ORC_CONFIGURATION_RESOURCES - Static variable in class org.apache.nifi.processors.orc.PutORC
- ORC_STORAGE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- ORCHDFSRecordWriter - Class in org.apache.nifi.processors.orc.record
-
HDFSRecordWriter that writes ORC files using the NiFi Record API as the schema representation.
- ORCHDFSRecordWriter(Writer, RecordSchema, String, boolean) - Constructor for class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
- orcSchema - Variable in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
- orcWriter - Variable in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
- org.apache.hadoop.hive.ql.io.orc - package org.apache.hadoop.hive.ql.io.orc
- org.apache.hive.streaming - package org.apache.hive.streaming
- org.apache.nifi.dbcp.hive - package org.apache.nifi.dbcp.hive
- org.apache.nifi.processors.hive - package org.apache.nifi.processors.hive
- org.apache.nifi.processors.orc - package org.apache.nifi.processors.orc
- org.apache.nifi.processors.orc.record - package org.apache.nifi.processors.orc.record
- org.apache.nifi.util.hive - package org.apache.nifi.util.hive
- OutputMetadataHolder(RecordSchema, Map<String, String>) - Constructor for class org.apache.nifi.processors.hive.UpdateHive3Table.OutputMetadataHolder
- outputSchema - Variable in class org.apache.nifi.processors.hive.UpdateHive3Table.OutputMetadataHolder
P
- ParameterHolder() - Constructor for class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.ParameterHolder
- PARQUET - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- PARQUET_STORAGE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- PARTITION_CLAUSE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- PATH - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- populateRecord(List<Object>, Object, RecordField, StructTypeInfo) - Method in class org.apache.hive.streaming.NiFiRecordSerDe
- preload(Configuration) - Method in class org.apache.nifi.util.hive.HiveConfigurator
- process - Variable in class org.apache.nifi.processors.hive.PutHive3QL
- processRow(ResultSet) - Method in interface org.apache.nifi.util.hive.HiveJdbcCommon.ResultSetRowCallback
- properties - Variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- PROPERTIES - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- propertyDescriptors - Static variable in class org.apache.nifi.processors.hive.PutHive3QL
- propertyDescriptors - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- propertyDescriptors - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- propertyDescriptors - Variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- putFlowFile - Variable in class org.apache.nifi.processors.hive.PutHive3QL
- PutHive3QL - Class in org.apache.nifi.processors.hive
- PutHive3QL() - Constructor for class org.apache.nifi.processors.hive.PutHive3QL
- PutHive3QL.FunctionContext - Class in org.apache.nifi.processors.hive
- PutHive3Streaming - Class in org.apache.nifi.processors.hive
- PutHive3Streaming() - Constructor for class org.apache.nifi.processors.hive.PutHive3Streaming
- PutHive3Streaming.ShouldRetryException - Exception Class in org.apache.nifi.processors.hive
- PutORC - Class in org.apache.nifi.processors.orc
- PutORC() - Constructor for class org.apache.nifi.processors.orc.PutORC
Q
- QUERY_TIMEOUT - Static variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- QUERY_TIMEOUT - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- quote - Variable in class org.apache.nifi.util.hive.CsvOutputOptions
R
- RCFILE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- RCFILE_STORAGE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- RECORD_READER - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- RECORD_READER - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- RECORD_WRITER_FACTORY - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- recordFields - Variable in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
- recordReader - Variable in class org.apache.hive.streaming.HiveRecordWriter
- recordReader - Variable in class org.apache.hive.streaming.NiFiRecordSerDe
- RECORDS_PER_TXN - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- recordSchema - Variable in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
- RecordsEOFException - Exception Class in org.apache.hive.streaming
-
This is a "marker class" used by the HiveRecordWriter to indicate there are no more records in the input stream.
- RecordsEOFException(String, Exception) - Constructor for exception class org.apache.hive.streaming.RecordsEOFException
- recordsPerTransaction - Variable in class org.apache.hive.streaming.HiveRecordWriter
- REL_FAILURE - Static variable in class org.apache.nifi.processors.hive.PutHive3QL
- REL_FAILURE - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- REL_FAILURE - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- REL_FAILURE - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- REL_FAILURE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- REL_RETRY - Static variable in class org.apache.nifi.processors.hive.PutHive3QL
- REL_RETRY - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- REL_SUCCESS - Static variable in class org.apache.nifi.processors.hive.PutHive3QL
- REL_SUCCESS - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- REL_SUCCESS - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- REL_SUCCESS - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- REL_SUCCESS - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- relationships - Static variable in class org.apache.nifi.processors.hive.PutHive3QL
- relationships - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- relationships - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- relationships - Variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- RELATIONSHIPS - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- RESULT_QUERY_DURATION - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- RESULT_QUERY_EXECUTION_TIME - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- RESULT_QUERY_FETCH_TIME - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- RESULT_ROW_COUNT - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
- ROLLBACK_ON_FAILURE - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- rollbackOnFailure - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
S
- schema - Variable in class org.apache.hive.streaming.NiFiRecordSerDe
- SelectHive3QL - Class in org.apache.nifi.processors.hive
- SelectHive3QL() - Constructor for class org.apache.nifi.processors.hive.SelectHive3QL
- SEQUENCEFILE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- SEQUENCEFILE_STORAGE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- serde - Variable in class org.apache.hive.streaming.HiveRecordWriter
- serialize(Object, ObjectInspector) - Method in class org.apache.hive.streaming.NiFiRecordSerDe
- setParameter(PreparedStatement, String, int, String, int) - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
-
Determines how to map the given value to the appropriate JDBC data jdbcType and sets the parameter on the provided PreparedStatement
- setParameters(int, PreparedStatement, int, Map<String, String>) - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
-
Sets all of the appropriate parameters on the given PreparedStatement, based on the given FlowFile attributes.
- setup(ProcessContext) - Method in class org.apache.nifi.processors.hive.PutHive3Streaming
- setup(ProcessContext) - Method in class org.apache.nifi.processors.hive.SelectHive3QL
- ShouldRetryException(String, Throwable) - Constructor for exception class org.apache.nifi.processors.hive.PutHive3Streaming.ShouldRetryException
- shutdown() - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
-
Shutdown pool, close all open connections.
- SOFT_MIN_EVICTABLE_IDLE_TIME - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- startNanos - Variable in class org.apache.nifi.processors.hive.PutHive3QL.FunctionContext
- STATEMENT_DELIMITER - Static variable in class org.apache.nifi.processors.hive.PutHive3QL
- statementDelimiter - Variable in class org.apache.nifi.processors.hive.PutHive3QL.FunctionContext
- STATIC_PARTITION_VALUES - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- staticPartitionValues - Variable in class org.apache.nifi.util.hive.HiveOptions
- stats - Variable in class org.apache.hive.streaming.NiFiRecordSerDe
- streamingOptimizations - Variable in class org.apache.nifi.util.hive.HiveOptions
- STRIPE_SIZE - Static variable in class org.apache.nifi.processors.orc.PutORC
T
- table - Variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- TABLE_MANAGEMENT_STRATEGY - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- TABLE_MANAGEMENT_STRATEGY_ATTRIBUTE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- TABLE_NAME - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- TABLE_NAME - Static variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- TABLE_NAME - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- TABLE_STORAGE_FORMAT - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- tableName - Variable in class org.apache.nifi.util.hive.HiveOptions
- TableName(String, String, boolean) - Constructor for class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- TEXTFILE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- TEXTFILE_STORAGE - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- TIMESTAMP_MILLIS_SCHEMA - Static variable in class org.apache.nifi.util.hive.HiveJdbcCommon
- toQueryTableAttributes(Set<AbstractHive3QLProcessor.TableName>) - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor
- toString() - Method in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- toString() - Method in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.TableName
- transactionBatchSize - Variable in class org.apache.nifi.util.hive.HiveOptions
- TriggerHiveMetaStoreEvent - Class in org.apache.nifi.processors.hive
- TriggerHiveMetaStoreEvent() - Constructor for class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- tsParser - Variable in class org.apache.hive.streaming.NiFiRecordSerDe
- TXNS_PER_BATCH - Static variable in class org.apache.nifi.processors.hive.PutHive3Streaming
U
- ugi - Variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- ugi - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- ugi - Variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- UPDATE_FIELD_NAMES - Static variable in class org.apache.nifi.processors.hive.UpdateHive3Table
- UpdateHive3Table - Class in org.apache.nifi.processors.hive
- UpdateHive3Table() - Constructor for class org.apache.nifi.processors.hive.UpdateHive3Table
- UpdateHive3Table.OutputMetadataHolder - Class in org.apache.nifi.processors.hive
- updateRecords(RecordSchema, UpdateHive3Table.OutputMetadataHolder, RecordReader, RecordSetWriter) - Method in class org.apache.nifi.processors.hive.UpdateHive3Table
- USE_AVRO_LOGICAL_TYPES - Static variable in class org.apache.nifi.processors.hive.SelectHive3QL
V
- validate(String, String, String, String, AtomicReference<ValidationResources>, ComponentLog) - Method in class org.apache.nifi.util.hive.HiveConfigurator
- VALIDATION_QUERY - Static variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- validationResourceHolder - Variable in class org.apache.nifi.dbcp.hive.Hive3ConnectionPool
- validationResourceHolder - Variable in class org.apache.nifi.processors.hive.PutHive3Streaming
- validationResourceHolder - Variable in class org.apache.nifi.processors.hive.TriggerHiveMetaStoreEvent
- ValidationResources - Class in org.apache.nifi.util.hive
-
A helper class for maintaining loaded configurations (to avoid reloading on use unless necessary)
- ValidationResources(String, Configuration) - Constructor for class org.apache.nifi.util.hive.ValidationResources
- value - Variable in class org.apache.nifi.processors.hive.AbstractHive3QLProcessor.ParameterHolder
W
- withCallTimeout(Integer) - Method in class org.apache.nifi.util.hive.HiveOptions
- withHiveConf(HiveConf) - Method in class org.apache.nifi.util.hive.HiveOptions
- withKerberosKeytab(String) - Method in class org.apache.nifi.util.hive.HiveOptions
- withKerberosPrincipal(String) - Method in class org.apache.nifi.util.hive.HiveOptions
- withStaticPartitionValues(List<String>) - Method in class org.apache.nifi.util.hive.HiveOptions
- withStreamingOptimizations(boolean) - Method in class org.apache.nifi.util.hive.HiveOptions
- withTransactionBatchSize(int) - Method in class org.apache.nifi.util.hive.HiveOptions
- workingRow - Variable in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
- write(long, byte[]) - Method in class org.apache.hive.streaming.HiveRecordWriter
- write(long, InputStream) - Method in class org.apache.hive.streaming.HiveRecordWriter
- write(long, Record) - Method in class org.apache.hive.streaming.HiveRecordWriter
- write(Record) - Method in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
- write(RecordSet) - Method in class org.apache.nifi.processors.orc.record.ORCHDFSRecordWriter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form