You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vi...@apache.org on 2015/01/30 01:40:47 UTC

svn commit: r1655896 - in /hive/branches/branch-1.0: NOTICE README.txt RELEASE_NOTES.txt

Author: vikram
Date: Fri Jan 30 00:40:46 2015
New Revision: 1655896

URL: http://svn.apache.org/r1655896
Log:
Branch-1.0: Update notice, readme and release notes.

Modified:
    hive/branches/branch-1.0/NOTICE
    hive/branches/branch-1.0/README.txt
    hive/branches/branch-1.0/RELEASE_NOTES.txt

Modified: hive/branches/branch-1.0/NOTICE
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/NOTICE?rev=1655896&r1=1655895&r2=1655896&view=diff
==============================================================================
--- hive/branches/branch-1.0/NOTICE (original)
+++ hive/branches/branch-1.0/NOTICE Fri Jan 30 00:40:46 2015
@@ -1,5 +1,5 @@
 Apache Hive
-Copyright 2008-2014 The Apache Software Foundation
+Copyright 2008-2015 The Apache Software Foundation
 
 This product includes software developed by The Apache Software
 Foundation (http://www.apache.org/).

Modified: hive/branches/branch-1.0/README.txt
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/README.txt?rev=1655896&r1=1655895&r2=1655896&view=diff
==============================================================================
--- hive/branches/branch-1.0/README.txt (original)
+++ hive/branches/branch-1.0/README.txt Fri Jan 30 00:40:46 2015
@@ -1,4 +1,4 @@
-Apache Hive (TM) @VERSION@
+Apache Hive (TM) 1.0.0
 ======================
 
 The Apache Hive (TM) data warehouse software facilitates querying and

Modified: hive/branches/branch-1.0/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/RELEASE_NOTES.txt?rev=1655896&r1=1655895&r2=1655896&view=diff
==============================================================================
--- hive/branches/branch-1.0/RELEASE_NOTES.txt (original)
+++ hive/branches/branch-1.0/RELEASE_NOTES.txt Fri Jan 30 00:40:46 2015
@@ -15,6 +15,7 @@ Release Notes - Hive - Version 1.0.0
     * [HIVE-8739] - handle Derby and Oracle errors with joins and filters in Direct SQL in a invalid-DB-specific path
     * [HIVE-8784] - Querying partition does not work with JDO enabled against PostgreSQL
     * [HIVE-8805] - CBO skipped due to SemanticException: Line 0:-1 Both left and right aliases encountered in JOIN 'avg_cs_ext_discount_amt'
+    * [HIVE-8807] - Obsolete default values in webhcat-default.xml
     * [HIVE-8811] - Dynamic partition pruning can result in NPE during query compilation
     * [HIVE-8827] - Remove SSLv2Hello from list of disabled protocols
     * [HIVE-8830] - hcatalog process don't exit because of non daemon thread
@@ -49,11 +50,15 @@ Release Notes - Hive - Version 1.0.0
     * [HIVE-9234] - HiveServer2 leaks FileSystem objects in FileSystem.CACHE
     * [HIVE-9249] - java.lang.ClassCastException: org.apache.hadoop.hive.serde2.io.HiveVarcharWritable cannot be cast to org.apache.hadoop.hive.common.type.HiveVarchar when joining tables
     * [HIVE-9278] - Cached expression feature broken in one case
+    * [HIVE-9317] - move Microsoft copyright to NOTICE file
     * [HIVE-9359] - Export of a large table causes OOM in Metastore and Client
     * [HIVE-9361] - Intermittent NPE in SessionHiveMetaStoreClient.alterTempTable
     * [HIVE-9390] - Enhance retry logic wrt DB access in TxnHandler
     * [HIVE-9401] - Backport: Fastpath for limited fetches from unpartitioned tables
     * [HIVE-9404] - NPE in org.apache.hadoop.hive.metastore.txn.TxnHandler.determineDatabaseProduct()
+    * [HIVE-9436] - RetryingMetaStoreClient does not retry JDOExceptions
+    * [HIVE-9473] - sql std auth should disallow built-in udfs that allow any java methods to be called
+    * [HIVE-9514] - schematool is broken in hive 1.0.0
 
 
 ** Improvement