You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2011/10/12 02:07:01 UTC

svn commit: r1182149 - /hive/trunk/build-common.xml

Author: jvs
Date: Wed Oct 12 00:07:01 2011
New Revision: 1182149

URL: http://svn.apache.org/viewvc?rev=1182149&view=rev
Log:
HIVE-2493. TestLazySimpleSerde fails randomly
(Ashutosh Chauhan via jvs)


Modified:
    hive/trunk/build-common.xml

Modified: hive/trunk/build-common.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build-common.xml?rev=1182149&r1=1182148&r2=1182149&view=diff
==============================================================================
--- hive/trunk/build-common.xml (original)
+++ hive/trunk/build-common.xml Wed Oct 12 00:07:01 2011
@@ -227,7 +227,7 @@
     <pathelement location="${build.dir.hive}/cli/classes"/>
     <pathelement location="${build.dir.hive}/shims/classes"/>
     <pathelement location="${build.dir.hive}/hwi/classes"/>
-    <fileset erroronmissingdir="false" dir="${hadoop.root}"
+    <fileset erroronmissingdir="false" dir="${build.dir.hadoop}/hadoop-${hadoop.security.version}"
              includes="lib/commons-codec-*.jar"/>
     <path refid="common-classpath"/>
     <fileset dir="${basedir}" includes="lib/*.jar"/>