The following updates were made to Hive for 1.3.3:
BUG-10216, HIVE-5989: Hive metastore authorization check can check using wrong user, resulting hive job failures.
BUG-10170, HIVE-5256: ArrayIndexOutOfBounds Exception while inserting data into hive table
BUG-9889, AMBARI-5223: hive-env.sh overwrites user value of HIVE_AUX_JARS_PATH
BUG-9364, HIVE-5122: Backport HIVE-5122 Add partition for multiple partition ignores locations for non-first partitions
BUG-9363, HIVE-4689 and HIVE-4781: Backport HIVE-4781 / HIVE-4689 LEFT SEMI JOIN generates wrong results when the number of rows belonging to a single key of the right table exceed hive.join.emit.interval
BUG-9362, HIVE-4845: Backport HIVE-4845 Correctness issue with MapJoins using the null safe operator
BUG-9361, HIVE-4789: Backport HIVE-4789 FetchOperator fails on partitioned Avro data
BUG-9360, HIVE-3953: Backport HIVE-3953 Reading of partitioned Avro data fails because of missing properties
BUG-9123, HIVE-3807: Authorization does not work in Kerberos Hive, authorization uses short name that is different than kerberos principal.
BUG-8944, HIVE-4547: Hive scripts used in version 0.9 with the CAST function within a view statement no longer execute successfully in hive 0.11 if columns are not in single quotes.