| <?xml version="1.0" encoding="UTF-8"?> |
| |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <datasource colo="west-coast" description="Generic database on west coast" type="generic" name="generic-db" xmlns="uri:falcon:datasource:0.1"> |
| <tags>owner=foobar@ambari.apache.org, consumer=phoe@ambari.apache.org</tags> |
| <interfaces> |
| |
| <!-- ***** read interface ***** --> |
| <interface type="readonly" endpoint="jdbc:mysql://c6402/test"> |
| <credential type="password-text"> |
| <userName>sqoop_user</userName> |
| <passwordText>sqoop</passwordText> |
| </credential> |
| </interface> |
| |
| <!-- ***** write interface ***** --> |
| <interface type="write" endpoint="jdbc:mysql://c6402/test"> |
| <credential type="password-text"> |
| <userName>sqoop2_user</userName> |
| <passwordText>sqoop</passwordText> |
| </credential> |
| </interface> |
| |
| </interfaces> |
| |
| <driver> |
| <clazz>com.mysql.jdbc.Driver</clazz> |
| <jar>/user/oozie/share/lib/lib_20160628052542/sqoop/mysql-connector-java-5.1.31.jar</jar> |
| </driver> |
| |
| </datasource> |
| |