5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-19 02:10:54 +08:00

Preparing for release 1.4.1-incubating

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1239332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jarek Jarcec Cecho 2012-02-01 21:38:27 +00:00
parent 4f490b47a3
commit 76dd36881c
2 changed files with 59 additions and 1 deletions

View File

@ -1,5 +1,63 @@
Apache Sqoop Change Log
Release 1.4.1 - 02/01/2012
NEW FEATURES
SQOOP-362 Allow user to override mapping when doing import to AVRO format
SQOOP-337 Create Sqoop Logo / Icon
BUG FIXES
SQOOP-426 Build command ant mvn-install generates Sqoop pom with incorrect group Id.
SQOOP-392 Build using maven is broklend due to missing class generated by script write-version-info.sh
SQOOP-393 Class SqoopOptions was not properly moved
SQOOP-414 Column names are not guaranteed in order for getColumnNames of OracleManager
SQOOP-430 Duplicate Column problem with reserved words
SQOOP-395 Incorrect or missing SVN property settings
SQOOP-418 MySQLAuthTest hangs when run against MySQL 5.5.3 or higher version
SQOOP-384 Sqoop is incompatible with Hadoop prior to 0.21
SQOOP-422 Throw an exception when --direct and hbase* options are used together
SQOOP-421 User guide should state that when using --direct, hbase params get ignored
SQOOP-409 hive-drop-import-delims doesn't work with MySQL direct import
IMPROVEMENTS
SQOOP-432 Enforce writing space after if statement
SQOOP-397 Make Sqoop work with Hadoop 0.23
SQOOP-411 Precompile Pattern for replacement of Hive delimiters
SQOOP-420 sqoop - compatible with hadoop 1.0.0
TASKS
SQOOP-412 Create our own implementation of org.apache.hadoop.conf.Configuration.getInstances
SQOOP-405 Enable TestDataDrivenDBInputFormat for Hadoop 0.23 when appropriate
SQOOP-372 License Audit
SQOOP-400 Merge 1.4.0 release changes back to trunk
SQOOP-413 Port files org.apache.hadoop.mapreduce.lib.{db,input}.* from CDH3/Hadoop-0.21 to sqoop
SQOOP-356 move documentation generation to the maven build
SQOOP-396 publish sqoop artifacts to Apache Maven repo
Release 1.4.0 - 11/29/2011
NEW FEATURES

View File

@ -40,7 +40,7 @@
<property environment="env"/>
<property name="name" value="sqoop" />
<property name="Name" value="Sqoop" />
<property name="version" value="1.4.1-incubating-SNAPSHOT" />
<property name="version" value="1.4.1-incubating" />
<!-- The last version released. -->
<property name="oldversion" value="1.4.0-incubating" />