blob: f0ccca80f8234dea09a6e4be3b6ce0bfd13e516f [file] [log] [blame]
Release 1.99.3
SUB-TASK
SQOOP-659: Design metadata upgrade procedure
SQOOP-924: Sqoop2: Devguide: Describe wire protocol
SQOOP-945: Sqoop2: Integration: Auxiliary methods that will support export functionality
SQOOP-994: Sqoop2: Upgrade: Add calling validation to the upgrade method
SQOOP-996: Sqoop2: Upgrade: Create upgrade tests
SQOOP-997: Sqoop2: Upgrade: Provide ability to disable the automatic upgrade
SQOOP-998: Sqoop2: Upgrade: Add framework upgrader
SQOOP-1009: Sqoop2: Integration: Create Teradata provider
SQOOP-1014: Sqoop2: Splitter: Add Bit/Boolean based implementation
SQOOP-1015: Sqoop2: Splitter: Add Datetime based implementation
SQOOP-1016: Sqoop2: Splitter: Add text char implementation
SQOOP-1022: Metadata upgrade fails with NPE getConnector method
SQOOP-1023: STMT_DELETE_FORMS_FOR_CONNECTOR query in DerbySchemaSquery looks for incorrect column
SQOOP-1024: GenericJdbcConnectorUpgrader must ignore inputs which may not exist in old version
SQOOP-1025: Sqoop metadata upgrade must set job id in the new job being created
SQOOP-1077: Sqoop2: Integration: Create Netezza provider
SQOOP-1087: Sqoop2: Integration: Abstract common functionality into src module
SQOOP-1091: Sqoop2: Submission history API - provide SqoopClient programming API
SQOOP-1092: Sqoop2: Submission history API - provide client shell function `show submission`
SQOOP-1101: Sqoop2: Basic schema: Provide implementation of the proposed data types
SQOOP-1102: Sqoop2: Basic schema: Generate the schema on import in Generic JDBC Connector
SQOOP-1103: Sqoop2: Basic schema: Provide facility transfer Schema from server to client
SQOOP-1114: Sqoop2: Integration: Add tests for various Generic JDBC Connector splitters
SQOOP-1115: Sqoop2: Integration: Provide helper methods for synchronous job submission
SQOOP-1200: Sqoop2 1.99.3 Pom files version change on release branch
SQOOP-1201: Sqoop2: Update docs to reflect correct version on the release branch
BUG
SQOOP-515: Sqoop2: Datatype support
SQOOP-827: Sqoop2: MMapInput is null while retrieving from DB if pass empty map on write
SQOOP-897: Sqoop2: Remove script addtowar.sh and use catalina's common.loader instead
SQOOP-958: Sqoop2: fix version tests in Mac OS X
SQOOP-974: Sqoop2: Add staging table support to generic jdbc export job
SQOOP-982: Sqoop2: Allow user to pass custom parameters to catalina.sh
SQOOP-989: Sqoop2: setenv.sh overrides value of JAVA_OPTS
SQOOP-993: Sqoop2: Metadata upgrade
SQOOP-995: Sqoop2: Add cloning ability to model classes
SQOOP-1002: Sqoop2: Mapreduce local mode detection is not working correctly on Hadoop 2.x
SQOOP-1003: Sqoop2: sqoop.sh execution error
SQOOP-1005: Sqoop2: Update year in the notice file to 2013
SQOOP-1019: Sqoop2: Client side caching input forms
SQOOP-1036: Sqoop2: JobClient.getCounters can return NULL
SQOOP-1039: Sqoop2: show version with no args should show something
SQOOP-1040: Sqoop2: NPE in TableDisplayer
SQOOP-1041: Sqoop2: Framework upgrade in JdbcRepository returns the outdated value
SQOOP-1046: Sqoop2: Importing single row using decimal splitter will not import anything
SQOOP-1048: Sqoop2: NPE when importing NULL value
SQOOP-1049: Sqoop2: Record not imported if partition column value is NULL
SQOOP-1062: Misspell in "isVerboose()" method, it should be "isVerbose()"
SQOOP-1069: Sqoop2: Incorrect error message from FrameworkValidator
SQOOP-1070: Shell scripts should not rely on $PATH if $JAVA_HOME is set
SQOOP-1080: Sqoop2: Investigate Jenkins test failures
SQOOP-1081: destroy() method of ConnectorManager has not been implemented yet.
SQOOP-1082: Implement pre-commit testing with Jenkins
SQOOP-1088: Sqoop2: Submission history API
SQOOP-1089: Sqoop2: Accept Language header default
SQOOP-1095: Sqoop2: PreCommit Hook have incorrect branch name
SQOOP-1100: Sqoop2: Missing setBoolean() method for MutableContext interface
SQOOP-1104: Sqoop2: Allow versioned patches in the PreCommit hook
SQOOP-1105: Sqoop2: Remove our implementation of StringUtils
SQOOP-1112: Sqoop2: Date splitter might return splits omitting some boundaries
SQOOP-1113: Sqoop2: Text splitter will fail on interval "Breezy Badger"" to "Warty Warthog""
SQOOP-1121: Sqoop2: Serialize schema and make them available in the MR job.
SQOOP-1123: Sqoop2: Add eclipse project metadata folder excluded from maven
SQOOP-1128: Sqoop2: SqoopException being nested into another SqoopException in Repository
SQOOP-1130: Sqoop2: Sqoop MapReduce Job Failed when max and min boundary are both null
SQOOP-1131: New test added in SQOOP-1121 is using unsupported API in Hadoop 100
SQOOP-1136: Sqoop2: MBooleanInput forget to copy persistenceId when do clone()
SQOOP-1139: Sqoop2: JobManager.java indentation is inconsistent with rest of the codebase
SQOOP-1145: Sqoop2: Use JSON object for serializing MAP input type
SQOOP-1147: Sqoop2: show framework function does not behave as expected
SQOOP-1154: Sqoop2: Text partitioner might miss or include edge values
SQOOP-1169: Sqoop2: org.apache.sqoop.repository.schema.immutable should default to false
SQOOP-1178: Sqoop2: get connections for connector columns out of order
SQOOP-1180: Sqoop2: Metadata upgrade is calling validators with Model classes instead of configuration objects
SQOOP-1205: Sqoop2: Provide upgrade guide for end users
SQOOP-1210: Exporting data with malformed records causes sqoop2 jobs to hang until killed or they timeout
IMPROVEMENT
SQOOP-675: Sqoop2: Substitute submission command with top level commands start, stop and status
SQOOP-921: Sqoop2: Create standalone shell package
SQOOP-943: Sqoop2: Repository wide configuration of immutable disk structures
SQOOP-971: Sqoop2: Component reconfigurability
SQOOP-973: Sqoop2: Merge host, port and app to single server URL in Sqoop shell
SQOOP-983: Sqoop2: Document client synchronous mode
SQOOP-984: Sqoop2: Improve user experience on synchronous job submission
SQOOP-985: Sqoop2: Introduce synchronous job submission to Client API
SQOOP-990: Sqoop2: Allow users to override Sqoop2's default http port and admin port
SQOOP-1012: Sqoop2: Generic JDBC Connector should have one static instance of validator
SQOOP-1017: Sqoop2: Split FrameworkManager into two classes
SQOOP-1028: Remove poll timeout parameter from Sqoop shell synchronous submission
SQOOP-1042: Sqoop2: Name constraints in Derby repository
SQOOP-1043: Sqoop2: Improve error messages in Derby repository
SQOOP-1044: Sqoop2: Improve logging in metadata upgrade methods
SQOOP-1059: Sqoop2: Remove ad hoc modle cloning methods in common module
SQOOP-1060: Sqoop2: Increase maximal size of custom query in Generic JDBC Connector
SQOOP-1065: Sqoop2: Remove special lock object in FrameworkManager
SQOOP-1067: Sqoop2: Tests should not use /tmp/ directory for storing data
SQOOP-1073: Sqoop2: Introduce schema for transferred data
SQOOP-1075: Sqoop2: Persist Framework metadata version in repository
SQOOP-1111: Sqoop2: Implement version detection and structure updates into Derby repository
SQOOP-1141: Sqoop2: Provide ability to enable/disable connections and jobs
SQOOP-1142: Sqoop2: Provide creater and last edited by to metadata structures
SQOOP-1143: Sqoop2: Provide server audit log for operations upon metadata structures
SQOOP-1182: Expose compression options for Sqoop2 import
SQOOP-1183: Sqoop2: Add getConnector(String) to the client API
SQOOP-1184: Sqoop2: Improve error messages during metadata upgrade
NEW FEATURE
SQOOP-663: Sqoop2: Introduce connector SDK
SQOOP-1013: Sqoop2: Provide splitters for additional data types to Generic JDBC Connector
SQOOP-1076: Sqoop2: Introduce Boolean model type
SQOOP-1155: Sqoop 2 documentation for connector development
TASK
SQOOP-672: Unify logger usage across entire code base
SQOOP-744: Sqoop2: Supply log4j configuration for generated mapreduce job
SQOOP-745: Sqoop2: Change "submit" client command to "submission"
SQOOP-1001: Sqoop2: Document methods for overriding server port
SQOOP-1109: Sqoop2: Add new committers to root pom.xml file
SQOOP-1110: Sqoop2: Precommit: Add routine to detect if patch touch test
Release 1.99.2
SUB-TASK
SQOOP-831: Unit test for common module
SQOOP-861: Sqoop2: Integration: Create basic integration infrastructure
SQOOP-882: Sqoop2 integration: Auxiliary classes for various database support
SQOOP-896: Sqoop2: Remove PrefixContext dependency in Execution engine
SQOOP-908: Sqoop2 integration: Create MySQL and PostgreSQL database providers
SQOOP-909: Sqoop2 integration: Create Oracle and Microsoft SQL Server database providers
SQOOP-925: Sqoop2: Devguide: Describe client API for embedding Sqoop client in applications
SQOOP-930: Sqoop2: Devguide: Building and setting up developer environment
SQOOP-939: Sqoop2: devguide: Document how to open project in Eclipse
SQOOP-946: Sqoop2: Integration: Enhance the POC test case
SQOOP-953: Sqoop2: Integration: Schema support
SQOOP-987: Exclude mockito jars from being copied into the sqoop2 distribution
BUG
SQOOP-746: Sqoop2: Mapreduce job should have running with speculative execution disabled
SQOOP-783: Sqoop2: Merge HdfsSequenceExportExtractor and HdfsTextExportExtractor to one Extractor
SQOOP-799: Sqoop2: Change SqoopConnector interface to abstract class
SQOOP-802: Sqoop2: Convert main "Manager" classes to singletons.
SQOOP-811: Client shell variable substitution for recent commands
SQOOP-812: Sqoop2: Serialization of Configuration objects to and from json is not working properly
SQOOP-813: Sqoop2: LoaderExecutor might get into deadlock when exception is raised outside Loader itself
SQOOP-815: Sqoop2: Get version for client requires working connection to server
SQOOP-822: Sqoop2: Git repository revision is not fetched
SQOOP-835: Sqoop2: Do not recreate package-info.java each compilation
SQOOP-843: Sqoop2: Generic JDBC connector is committing transaction on export with autoCommit on
SQOOP-844: Sqoop2: HdfsExportPartitioner is not always respecting maximal number of partitions
SQOOP-845: Sqoop2: Improve Generic JDBC validator
SQOOP-850: Sqoop2: Move server initialization from server module to core
SQOOP-851: Sqoop2: NullPointerException in Mapreduce Submission engine initialization
SQOOP-852: Sqoop2: Mapreduce submission engine is not closing opened JobClient object
SQOOP-858: Sqoop2: Add validation messages on form level
SQOOP-865: Sqoop2: Client request cache is incorrectly setting the framework validations
SQOOP-867: Sqoop2 client shows wrong msg
SQOOP-868: Mismatched msg in sqoop2 client
SQOOP-871: Connector-level job-specific prop gives wrong help msg
SQOOP-872: sqoop2 client 'show framework' command isn't resolving the show.prompt_framework_opts prop
SQOOP-873: Sqoop2 build should ignore Intellij files
SQOOP-874: Sqoop2: Provide log4j configuration for client
SQOOP-875: Sqoop2: ClassUtils.instantiate class should not be logging on ERROR level
SQOOP-879: Sqoop2: NPE when deleting job object that do not have associated any submissions
SQOOP-880: Sqoop2: NPE when stopping job that was never executed
SQOOP-881: Sqoop2: Change default port from 8080
SQOOP-884: Sqoop2: Disable interactive client commands in batch mode
SQOOP-887: Sqoop2: Move string constants from FormDisplayer to resource file
SQOOP-888: Sqoop2: Move out checking of special condition token to Validator in Generic JDBC Manager
SQOOP-889: Sqoop2: Move tomcat related properties from dist/pom.xml to root pom.xml
SQOOP-892: Sqoop2: Validate acceptable number of mappers and reducers
SQOOP-893: Fix job submission progress percentage
SQOOP-894: Sqoop2: Increase counter and group size in derby repository
SQOOP-905: Sqoop 2: Job submission shows wrong date format in client console
SQOOP-941: Sqoop2: Do not send sensitive values from server to client
SQOOP-942: Sqoop2: Refactore code repetition in SqoopRequests objects
SQOOP-952: Sqoop2: Create job function requires uppercased type name
SQOOP-966: Sqoop2: Remove placeholder class IgnoredForm
SQOOP-980: Sqoop2: Show connection and job command hung
IMPROVEMENT
SQOOP-647: Provide facility to cache server responses on client side
SQOOP-660: Improve user experience in displaying connection/job metadata
SQOOP-678: Sqoop2: Add counters handling to map reduce submission engine
SQOOP-682: Sqoop2: Use templating in job.etl classes
SQOOP-723: Add possibility to have synchronous submissions in Sqoop 2
SQOOP-750: Sqoop2: Introduce show option client command
SQOOP-803: Sqoop2: Add gpg profile to pom file so that we can easily deploy artifacts to mvn repository
SQOOP-806: Sqoop2: Put "creation" and "lastUpdate" date to Connection and Job objects
SQOOP-807: Sqoop2: Verify whether job object can be safely removed prior removing
SQOOP-814: Sqoop2: Start using configuration objects in Generic JDBC Connector
SQOOP-826: Sqoop2: Add log4j test configuration to all maven modules
SQOOP-833: add *.eml "ant eclipse" (IntelliJ import) generated file, to .gitignore
SQOOP-841: Sqoop2: Remove final keyword from manager classes
SQOOP-842: Sqoop2: Put partition to template in Extractor as well
SQOOP-863: Sqoop2: Introduce ProgressThread into Extractor and Loader
SQOOP-864: Sqoop2: Introduce ETL context objects
SQOOP-866: Sqoop2: Introduce framework validations
SQOOP-876: Expose the xid and cid when show status of job in sqoop2 client
SQOOP-877: Sqoop2: Increase field size of output.outputDirectory property value from 25 to 50
SQOOP-899: Sqoop2: Properly document REST endpoints in the server handler classes
SQOOP-900: Sqoop2: Introduce human readable coding style for queries stored in DerbySchemaQuery
SQOOP-919: Sqoop2: Improve Form API for simple java handling
SQOOP-920: Sqoop2: Print out warnings in client shell for objects created with status ACCEPTABLE
SQOOP-922: Sqoop2: Shell commands are throwing exceptions when invalid function is specified
SQOOP-947: Sqoop2: Introduce the concept of "sensitivity" input to all supported metadata structures
SQOOP-967: Sqoop2: Introduce dummy configuration key to easily identify Sqoop2 job
SQOOP-972: Sqoop2: Load server URL from environment in shell
SQOOP-975: Sqoop2: Port conflict problems in tomcat
SQOOP-986: Sqoop2: Add detection of local mode to mapreduce submission engine
NEW FEATURE
SQOOP-643: Sqoop2: Implement simple listings for connector and job objects
SQOOP-664: Send user name as HTTP header in client to server communication
SQOOP-785: Sqoop2: Add splitter implementation for NUMERIC/DECIMAL type
SQOOP-895: Sqoop2: Do not serialize framework and connector configurations into mapreduce configuration object
SQOOP-903: Sqoop2: Add schema support to Generic JDBC Connector
SQOOP-918: Sqoop2: Introduce client API and change Sqoop shell to use it
TASK
SQOOP-805: Sqoop2: Document show option function in CommandClientGuide
SQOOP-809: Sqoop2: Remove old deprecated comments from distribution pom file
Release 1.99.1
SUB-TASK
SQOOP-680: Re enable unit tests for map reduce execution engine
SQOOP-698: Document installation procedure for Sqoop 2
SQOOP-699: Create content for User guide for Sqoop 2
SQOOP-700: Provide examples to Sqoop 2 user guide
SQOOP-701: Create content for Sqoop 2 Developer guide
SQOOP-703: Move sqoop 2 documentation to top level directory in binary artefact
SQOOP-708: Create documentation for Sqoop 2 client
SQOOP-713: Introduce maven profiles for different Hadoop versions
SQOOP-714: Make map reduce related code to be compatible with Hadoop 1
SQOOP-715: Add support for Hadoop 1 to addtowar.sh script in Sqoop 2
SQOOP-742: Put 5 minutes demo on index page in Sqoop 2 documentation
SQOOP-753: Sqoop2: Update top level README file
SQOOP-755: Sqoop2: Provide license file with license information for all artifacts included in binary release
SQOOP-756: Sqoop2: Exclude junit jar from our binary artifact
SQOOP-757: Sqoop2: Disable maven reports project wise
SQOOP-758: Sqoop2: Generate documentation in package goal
SQOOP-786: Sqoop2: Include jars from WAR archive in LICENSE.txt file
SQOOP-787: Sqoop2: Provide CHANGELOG.txt file
SQOOP-800: Sqoop2: Update NOTICE file
BUG
SQOOP-511: Need to set persistent id for connector if in repository already
SQOOP-537: TestMPersistableEntity does not contain license header
SQOOP-596: Implement connection resource end-to-end
SQOOP-608: Implement job resource from end to end
SQOOP-631: Sqoop2 client is not working on Mac OS X
SQOOP-632: Sqoop 2 client help text contains link to old incubator page
SQOOP-644: Remove DISCLAMER.txt file from branch sqoop2
SQOOP-651: adding .gitattributes to prevent CRLF and LF mismatches for source and text files
SQOOP-655: Generic JDBC connector for export
SQOOP-671: Mapreduce counters are not used in generated mapreduce jobs
SQOOP-673: Mapreduce submission manager should not call update() on finished submissions
SQOOP-674: Sqoop2: Exceptions in special map reduce threads can cause mapreduce job to freeze
SQOOP-686: Empty job name will result in NPE during job submission
SQOOP-688: Add netbeans files to gitignore and rat
SQOOP-690: Fix threading issues in SqoopOutputFormatLoadExecutor
SQOOP-692: Move execution specific error codes from CoreError to it's own error codes class
SQOOP-693: Intermediate data format support for export
SQOOP-695: Change default host on client to "localhost"
SQOOP-696: Client command submission status will finish gracefully when executed for non existing job
SQOOP-702: Refactor OutputLoadExecutor
SQOOP-705: Framework-defined text/sequence partitioner/extractor for HDFS
SQOOP-707: Update developer list in Sqoop 2 pom file
SQOOP-710: Remove dependency on unreleased commons-cli 1.3 from Sqoop 2 client
SQOOP-727: We should use more strict regular expressions in addtowar.sh script
SQOOP-728: Increase varchar limits for external link and exceptions in Derby repository
SQOOP-729: SubmissionDisplayer should display Stack Trace only in Verbose mode
SQOOP-738: Sqoop is not importing all data in Sqoop 2
SQOOP-759: Sqoop2: Loading client resource file is failing on ResourceBundle not found exception
SQOOP-760: Sqoop2: Fix invalid \h escape sequence in client resource file
SQOOP-761: HDFSTextExportExtractor loses lines around partition boundaries
SQOOP-764: Sqoop2: Fix typo in client resource file "prompt.conn_id"
SQOOP-765: Sqoop2: JDBC repository is incorrectly checking if job exists in update handler
SQOOP-766: Sqoop2: Fix client resources
SQOOP-768: Sqoop2: Compilation on hadoop profile 100 will fail
SQOOP-770: Sqoop2: executable scripts in binary distribution tarball are not executable
SQOOP-771: Sqoop2: Improve addtowar.sh
SQOOP-772: OutOfMemory from document generation
SQOOP-774: Sqoop2: exception is thrown when creating a connection object if connectionString starts with an empty space
SQOOP-775: Sqoop2: addtowar.sh script is silently ignoring unknown arguments
SQOOP-778: Remove empty SqoopUserGuide and SqoopDeveloperGuide
SQOOP-779: Sqoop2: NPE when JobConnectorContext has a null value
SQOOP-780: Sqoop2: GENERIC_JDBC_CONNECTOR_0011:The type is not supported - 2
SQOOP-781: Sqoop2: Improve logging in GenericJdbcImportInitializer
SQOOP-782: Update comment to reflect that TestHdfsExtract works fine.
SQOOP-784: Sqoop2: Creating job for connection with id > 1 will results in NullPointerException
SQOOP-788: Sqoop2: Import sometimes duplicate some data
SQOOP-789: Fix Hadoop-1 build
SQOOP-790: Remove flakiness from TestSqoopOutputformatLoadExecutor
IMPROVEMENT
SQOOP-306: Move to a maven build
SQOOP-347: Pull versions into properties in the pom.xml
SQOOP-507: Update dist/pom.xml so that maven doesn't download tomcat every time
SQOOP-525: Enable dist package build by default
SQOOP-534: Add ability to find out if MPersistableEntity do already have persistent ID
SQOOP-545: Add IntelliJ IDEA files to RAT exclude
SQOOP-567: Support connection validation in JDBC repository
SQOOP-568: Configuration reload period should be configurable in PropertiesConfigurationProvider
SQOOP-573: Do not change working directory for client
SQOOP-581: Client should be sending used locale back to sqoop server to retrieve locale aware data
SQOOP-590: Switch Sqoop 2 to Apache Tomcat 6 For Better Integration With Apache Bigtop
SQOOP-612: Provide unit tests for derby metadata repository
SQOOP-618: Remove most important FindBugs warnings and errors in Sqoop 2
SQOOP-619: Display user persistent id of newly created connection and job objects
SQOOP-620: Introduce name to connection and job objects
SQOOP-625: Enforce checking advertised maximal size for MStringInput
SQOOP-629: Provide better exception handling during server-client communication
SQOOP-630: Check if connection/job is in use before deleting as deleting used entity might result in FK violations
SQOOP-642: Provide resource reading for both interactive and batch mode processing
SQOOP-645: Separate job engine to separate maven module
SQOOP-646: Provide support for "set" metadata in Sqoop 2
SQOOP-648: Move all string message in client to resource file for easy translation
SQOOP-662: Introduce pluggable configuration objects
SQOOP-667: We should persist in repository all properties of MSubmission metadata class
SQOOP-676: Add lastUpdateDate to MSubmission
SQOOP-677: Destroyer needs to be called from OutputCommitter
SQOOP-679: Wrap exception to MSubmission metadata object
SQOOP-681: Split configuration in Generic JDBC connector between job and connection
SQOOP-684: Encode type of the job into executed map reduce job
SQOOP-694: Introduce client "verbose" mode
SQOOP-704: Exclude patches from RAT checks in Sqoop2
SQOOP-719: Improve user experience with addtowar.sh script in Sqoop 2
SQOOP-722: Improve Sqoop 2 packaging
SQOOP-734: Change ConnectorBean to send JSON objects rather than sets of arrays
SQOOP-735: Introduce output format option to Sqoop 2 import
SQOOP-737: Give user option to set number of extractors and loaders
SQOOP-762: Sqoop2: Improve logging in mapreduce execution engine
SQOOP-776: Sqoop2: show connection command shows password in plain text
NEW FEATURE
SQOOP-531: Define connector execution lifecycle
SQOOP-532: Define intefaces for connector-defined execution classes
SQOOP-533: Intermediate data format support for import
SQOOP-588: MapReduce infrastructure for executing ETL framework
SQOOP-589: Framework-defined text/sequence loaders for HDFS
SQOOP-605: Generic JDBC connector for import
SQOOP-610: Job submission engine for import
SQOOP-613: Add support for integer type to metadata model
SQOOP-614: Provide client side ability to clone connection or job object
SQOOP-623: Add support for loading Map inputs in Sqoop2
SQOOP-624: Add test coverage plugin to root pom file
SQOOP-627: Convert forms structures on connector level to configuration classes
SQOOP-656: End to end submission engine
SQOOP-658: Solve hadoop dependency distribution/loading on server side
SQOOP-666: Introduce execution engine
SQOOP-712: Add support of Hadoop 1.x to Sqoop 2
SQOOP-716: Create server notification REST callback to get information if job has update
SQOOP-739: Connectors in Sqoop 2 should be versionable
SQOOP-740: Provide export submission engine implementation for Sqoop 2
TASK
SQOOP-491: Create configuration directory with documented configuration files under Sqoop2.
SQOOP-492: Implement a documentation system for Sqoop2
SQOOP-493: Distribution build for Sqoop2 should contain sources
SQOOP-494: Create client infrastructure to allow interactive selection of options of a command.
SQOOP-495: Support for parameter substitution in the client shell.
SQOOP-496: Refine the interface for Connector and Repository to support connection metadata
SQOOP-497: Enhance repository interface to support Connection CRUD
SQOOP-501: Infrastructure to support input of sensitive information like passwords in the client shell
SQOOP-502: Implement show connector command end-to-end
SQOOP-512: Intermediate data representation
SQOOP-514: Layout changes for Sqoop 2 distribution
SQOOP-544: Split job metadata for different job types (import, export)
SQOOP-576: Implement command "show framework" end to end
SQOOP-577: Design storage in derby repository for connect and job metadata
SQOOP-584: Create facility to validate user supplied connection and job forms
SQOOP-697: Put together documentation for Sqoop 2
SQOOP-733: Remove unnecessary version repetition in Sqoop 2 pom files
SQOOP-747: Sqoop 1.99.1 release preparation