5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-21 03:10:49 +08:00
sqoop/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties
Daniel Shahaf b71b4caccd move sqoop to TLP
git-svn-id: https://svn.apache.org/repos/asf/sqoop/branches/sqoop2@1306066 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 00:04:41 +00:00

53 lines
2.0 KiB
Properties

# 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.
# Generic JDBC Connector Resources
############################
# Connection Form
#
form-connection-label = Please provide the following information to create a \
connection:
form-connection-help = You must supply the information requested in order to \
create a connection object.
# jdbc driver
inp-conn-jdbcdriver-label = JDBC Driver Class
inp-conn-jdbcdriver-help = Enter the fully qualified class name of the JDBC \
driver that will be used for establishing this connection.
# connect string
inp-conn-connectstring-label = JDBC Connection String
inp-conn-connectstring-help = Enter the value of JDBC connection string to be \
used by this connector for creating connections.
# username string
inp-conn-username-label = Username
inp-conn-username-help = Enter the username to be used for connecting to the \
database.
# password string
inp-conn-password-label = Password
inp-conn-password-help = Enter the password to be used for connecting to the \
database.
# jdbc properties
inp-conn-jdbc-properties-label = JDBC Connection Properties
inp-conn-jdbc-properties-help = Enter any JDBC properties that should be \
supplied during the creation of connection.