# # 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. # # # Bootstrap configuration for Sqoop. This file is picked up # from the directory specified by the system property # "sqoop.config.dir". Sqoop will not boot up if this property # is not set, or if there is no file by the name # "sqoop_bootstrap.properties" in the directory pointed by # this system property. # # # Specifies the configuration provider to be used. # This is a required configuration that must be specified. # The default value for this is: # org.apache.sqoop.core.PropertiesConfigurationProvider # The PropertiesConfigurationProvider expects the system # configuration directory to be specified by the system # property "sqoop.config.dir", and it must contain a file # by the name "sqoop.properties". # sqoop.config.provider=org.apache.sqoop.core.PropertiesConfigurationProvider