mirror of
https://github.com/apache/sqoop.git
synced 2025-05-02 14:11:11 +08:00

Introduced SqoopTool interface. Added cli package for option parsing: includes RelatedOptions, ToolOptions, SqoopParser. 'Sqoop' is now a wrapper that invokes a SqoopTool. Added setter methods for all fields of SqoopOptions. Added commons-cli 1.2 build dependency. Argument parsing is removed from SqoopOptions and pushed into individual tools. Added HelpTool to display basic usage information for Sqoop and usage for subcommands. Added ImportTool to perform imports. Added EvalSqlTool. Added ExportTool. Added ImportAllTablesTool. Added ListDatabasesTool, ListTablesTool. Added CodeGenTool. Added CreateHiveTableTool. Small changes to orm.ClassWriter. Auto-generate bin scripts for all tools; include in release package. Allow user to provide build properties in a file. Shim use of GenericOptionsParser to allow cross-compilation. Fix Hive testcases to pass under CDH. From: Aaron Kimball <aaron@cloudera.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1149894 13f79535-47bb-0310-9956-ffa450edef68
39 lines
1.3 KiB
Properties
39 lines
1.3 KiB
Properties
# Licensed to Cloudera, Inc. under one or more
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
# this work for additional information regarding copyright ownership.
|
|
# Cloudera, Inc. 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.
|
|
|
|
# This properties file lists the versions of the various artifacts we use.
|
|
# It drives ivy and the generation of a maven POM
|
|
|
|
commons-cli.version=1.2
|
|
commons-io.version=1.4
|
|
commons-logging.version=1.0.4
|
|
|
|
# Apache Hadoop dependency version: use trunk.
|
|
hadoop-core.apache.version=0.22.0-SNAPSHOT
|
|
hadoop-hdfs.apache.version=0.22.0-SNAPSHOT
|
|
hadoop-mapred.apache.version=0.22.0-SNAPSHOT
|
|
|
|
# Cloudera Distribution dependency version
|
|
hadoop-core.cloudera.version=0.20.2-CDH3b2-SNAPSHOT
|
|
|
|
hsqldb.version=1.8.0.10
|
|
|
|
ivy.version=2.0.0-rc2
|
|
|
|
junit.version=4.5
|
|
|
|
log4j.version=1.2.15
|
|
|