Author: hashutosh Date: Tue May 8 21:19:29 2012 New Revision: 1335774 URL: http://svn.apache.org/viewvc?rev=1335774&view=rev Log: HIVE-2646 : merged in from trunk. Fix for LANG setting for test environment. (Thomas Weise via Ashutosh Chauhan)
Modified: hive/branches/branch-0.9/ (props changed) hive/branches/branch-0.9/build-common.xml Propchange: hive/branches/branch-0.9/ ------------------------------------------------------------------------------ Merged /hive/trunk:r1335771 Modified: hive/branches/branch-0.9/build-common.xml URL: http://svn.apache.org/viewvc/hive/branches/branch-0.9/build-common.xml?rev=1335774&r1=1335773&r2=1335774&view=diff ============================================================================== --- hive/branches/branch-0.9/build-common.xml (original) +++ hive/branches/branch-0.9/build-common.xml Tue May 8 21:19:29 2012 @@ -390,6 +390,7 @@ <junit showoutput="${test.output}" printsummary="yes" haltonfailure="no" fork="yes" maxmemory="512m" dir="${basedir}" timeout="${test.timeout}" errorProperty="tests.failed" failureProperty="tests.failed" filtertrace="off"> + <env key="LANG" value="${test.lang}"/> <env key="HIVE_HADOOP_TEST_CLASSPATH" value="${hadoop.testcp}"/> <env key="HADOOP_HOME" value="${hadoop.root}"/> <env key="HADOOP_CLASSPATH" value="${test.src.data.dir}/conf:${build.dir.hive}/dist/lib/derby-${derby.version}.jar:${build.dir.hive}/dist/lib/JavaEWAH-${javaewah.version}.jar:${hadoop.root}/modules/*"/> <!-- Modules needed for Hadoop 0.23 -->