Author: olga
Date: Fri Sep 11 00:47:49 2009
New Revision: 813644
URL: http://svn.apache.org/viewvc?rev=813644&view=rev
Log:
Preparing for release 0.4.0
Modified:
hadoop/pig/branches/branch-0.4/RELEASE_NOTES.txt
hadoop/pig/branches/branch-0.4/build.xml
Modified: hadoop/pig/branches/branch-0.4/RELEASE_NOTES.txt
URL:
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.4/RELEASE_NOTES.txt?rev=813644&r1=813643&r2=813644&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.4/RELEASE_NOTES.txt (original)
+++ hadoop/pig/branches/branch-0.4/RELEASE_NOTES.txt Fri Sep 11 00:47:49 2009
@@ -3,8 +3,15 @@
Highlights
==========
-The main focus of this release is multiquery support that allows to optimize
-multiple queries within the same script that share a computation.
+The main focus of this release is more performance improvements including the
+following:
+
+1. Support for "skewed" join that deals with skew in the data
+2. Support for sort merge join that allow to perform a map side join if both
+data sets are sorted
+3. Support for rule-based optimizer
+
+Additionally, support for the outer join has also been added.
System Requirements
===================
Modified: hadoop/pig/branches/branch-0.4/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.4/build.xml?rev=813644&r1=813643&r2=813644&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.4/build.xml (original)
+++ hadoop/pig/branches/branch-0.4/build.xml Fri Sep 11 00:47:49 2009
@@ -24,7 +24,7 @@
<!-- name and version properties -->
<property name="name" value="pig" />
<property name="Name" value="Pig" />
- <property name="version" value="0.4.0-dev" />
+ <property name="version" value="0.4.1-dev" />
<property name="final.name" value="${name}-${version}" />
<condition property="isWindows">
<os family="windows"/>