5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-11 22:41:50 +08:00

SQOOP-1489: Propagate cubrid properties to the test VM

(Jarek Jarcec Cecho via Venkat Ranganathan)
This commit is contained in:
Venkat Ranganathan 2014-09-01 12:08:31 -07:00
parent 4ee8b6843a
commit e247617063

View File

@ -966,6 +966,15 @@
<sysproperty key="sqoop.test.cubrid.connectstring.host_url"
value="${sqoop.test.cubrid.connectstring.host_url}"/>
<sysproperty key="sqoop.test.cubrid.connectstring.database"
value="${sqoop.test.cubrid.connectstring.database}"/>
<sysproperty key="sqoop.test.cubrid.connectstring.username"
value="${sqoop.test.cubrid.connectstring.username}"/>
<sysproperty key="sqoop.test.cubrid.connectstring.password"
value="${sqoop.test.cubrid.connectstring.password}"/>
<sysproperty key="sqoop.test.postgresql.connectstring.host_url"
value="${sqoop.test.postgresql.connectstring.host_url}"/>