[ https://issues.apache.org/jira/browse/HIVE-18822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shohei Okumiya resolved HIVE-18822. ----------------------------------- Fix Version/s: NA Resolution: Won't Fix We have discontinued Hive on Spark and EoLed Hive 3. HIVE-26134 > INSERT VALUES - HoS + Steaming File Format > ------------------------------------------ > > Key: HIVE-18822 > URL: https://issues.apache.org/jira/browse/HIVE-18822 > Project: Hive > Issue Type: Improvement > Components: HiveServer2 > Affects Versions: 3.0.0 > Reporter: David Mollitor > Priority: Minor > Fix For: NA > > > Please optimize the INSERT VALUES function. When HoS is being used, and a > streaming format such as TEXT or AVRO are being used, INSERT VALUES > statements should be quick. The HiveServer2 should pass the vales to the > Executor and the Executor should simply append the data to an existing HDFS > file instead of creating a new one. This will reduce the number of small > files that exist in the file system... or perhaps the HiveServer2 performs > the append without having to first sent the data to the processing engine at > all. -- This message was sent by Atlassian Jira (v8.20.10#820010)