----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40635/ -----------------------------------------------------------
Review request for Sqoop. Bugs: SQOOP-2705 https://issues.apache.org/jira/browse/SQOOP-2705 Repository: sqoop-sqoop2 Description ------- At the first step of providing kerberos support for integration tests, I'd like to add kerberos support for SqoopMiniCluster make sure the communication between sqoop client and sqoop server are kerberos enabled. Diffs ----- pom.xml 91721ce test/pom.xml 4e1e197 test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java 4c5d3a8 test/src/main/java/org/apache/sqoop/test/infrastructure/providers/KdcInfrastructureProvider.java PRE-CREATION test/src/main/java/org/apache/sqoop/test/kdc/KdcRunner.java PRE-CREATION test/src/main/java/org/apache/sqoop/test/kdc/KdcRunnerFactory.java PRE-CREATION test/src/main/java/org/apache/sqoop/test/kdc/MiniKdcRunner.java PRE-CREATION test/src/main/java/org/apache/sqoop/test/kdc/RealKdcRunner.java PRE-CREATION test/src/main/java/org/apache/sqoop/test/minicluster/JettySqoopMiniCluster.java 325a790 test/src/main/java/org/apache/sqoop/test/minicluster/SqoopMiniCluster.java 9ae941f test/src/main/java/org/apache/sqoop/test/testcases/JettyTestCase.java bd4ba6a test/src/main/java/org/apache/sqoop/test/utils/KerberosTestUtils.java PRE-CREATION test/src/test/java/org/apache/sqoop/integration/connectorloading/BlacklistedConnectorTest.java 6228b0d test/src/test/java/org/apache/sqoop/integration/repository/derby/upgrade/DerbyRepositoryUpgradeTest.java cbc243c test/src/test/java/org/apache/sqoop/integration/server/InformalObjectNameTest.java 920679f test/src/test/java/org/apache/sqoop/integration/server/InvalidRESTCallsTest.java 40d8c88 test/src/test/java/org/apache/sqoop/integration/server/ShowJobInOrderTest.java cbf1e90 test/src/test/java/org/apache/sqoop/integration/server/SubmissionWithDisabledModelObjectsTest.java 9e682bc Diff: https://reviews.apache.org/r/40635/diff/ Testing ------- Thanks, Dian Fu