| 
               tHiveClose
             | 
            Closes connection to a Hive database. | 
         
            | 
               tHiveConfiguration
             | 
            Enables the reuse of the connection configuration to Hive in the same
            Job. | 
         
            | 
               tHiveConnection
             | 
            Establishes a Hive connection to be reused by other Hive components in your
      Job. | 
         
            | 
               tHiveCreateTable
             | 
            Creates Hive tables that fit a wide range of Hive data
			formats. | 
         
            | 
               tHiveInput
             | 
            Extracts data from Hive and sends the data to the component that
         follows. | 
         
            | 
               tHiveLoad
             | 
            Writes data of different formats into a given Hive table or to export data from a
      Hive table to a directory. | 
         
            | 
               tHiveOutput
             | 
            Connects to a given Hive database and writes the data it receives into a given Hive
            table or a directory in HDFS. | 
         
            | 
               tHiveRow
             | 
            Acts on the actual DB structure or on the data without handling data itself,
            depending on the nature of the query and the database. |