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

setup hive.home sysprops for running tests

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1153528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-08-03 15:01:17 +00:00
parent a30befd24f
commit 8ff48c50db

View File

@ -235,6 +235,7 @@ limitations under the License.
<java.io.tmpdir>${project.build.outputDirectory}</java.io.tmpdir>
<sqoop.src.dir>${project.build.outputDirectory}</sqoop.src.dir>
<sqoop.test.import.rootDir>${project.build.outputDirectory}</sqoop.test.import.rootDir>
<hive.home>${basedir}/testdata/hive</hive.home>
</systemPropertyVariables>
<excludes>
<exclude>**/**MySQL*.java</exclude>