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:
parent
4ee8b6843a
commit
e247617063
@ -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}"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user