Author: zjffdu
Date: Mon Sep  6 09:13:43 2010
New Revision: 992977

URL: http://svn.apache.org/viewvc?rev=992977&view=rev
Log:
PIG-1602: The .classpath of eclipse template still use hbase-0.20.0 (zjffdu)

Modified:
    hadoop/pig/trunk/.eclipse.templates/.classpath
    hadoop/pig/trunk/CHANGES.txt

Modified: hadoop/pig/trunk/.eclipse.templates/.classpath
URL: 
http://svn.apache.org/viewvc/hadoop/pig/trunk/.eclipse.templates/.classpath?rev=992977&r1=992976&r2=992977&view=diff
==============================================================================
--- hadoop/pig/trunk/.eclipse.templates/.classpath (original)
+++ hadoop/pig/trunk/.eclipse.templates/.classpath Mon Sep  6 09:13:43 2010
@@ -15,8 +15,8 @@
        <classpathentry exported="true" kind="lib" 
path="build/ivy/lib/Pig/joda-time-1.6.jar"/>
        <classpathentry exported="true" kind="lib" 
path="build/ivy/lib/Pig/jsch-0.1.38.jar"/>
        <classpathentry exported="true" kind="lib" 
path="build/ivy/lib/Pig/junit-4.5.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/hbase-0.20.0.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/hbase-0.20.0-test.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/hbase-0.20.6.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/hbase-0.20.6-test.jar"/>
        <classpathentry exported="true" kind="lib" 
path="lib/zookeeper-hbase-1329.jar"/>
        <classpathentry exported="true" kind="lib" 
path="build/ivy/lib/Pig/guava-r06.jar"/>
        <classpathentry exported="true" kind="lib" 
path="build/ivy/lib/Pig/jython-2.5.0.jar"/>

Modified: hadoop/pig/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/trunk/CHANGES.txt?rev=992977&r1=992976&r2=992977&view=diff
==============================================================================
--- hadoop/pig/trunk/CHANGES.txt (original)
+++ hadoop/pig/trunk/CHANGES.txt Mon Sep  6 09:13:43 2010
@@ -197,6 +197,8 @@ PIG-1309: Map-side Cogroup (ashutoshc)
 
 BUG FIXES
 
+PIG-1602: The .classpath of eclipse template still use hbase-0.20.0 (zjffdu)
+
 PIG-1596: NPE's thrown when attempting to load hbase columns containing null 
values (zjffdu)
 
 PIG-1597: Development snapshot jar no longer picked up by bin/pig (dvryaboy)


Reply via email to