Repository: ambari Updated Branches: refs/heads/trunk 567037bbf -> 82e3d174d
AMBARI-17782. ADDENDUM. Temporarily remove Sqoop kerberos.json file since breaking tests (alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/82e3d174 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/82e3d174 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/82e3d174 Branch: refs/heads/trunk Commit: 82e3d174d76787230eb87d6e8c2534b5fbd02203 Parents: 567037b Author: Alejandro Fernandez <[email protected]> Authored: Wed Jul 27 14:03:54 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Jul 27 14:11:39 2016 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.5/services/SQOOP/kerberos.json | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/82e3d174/ambari-server/src/main/resources/stacks/HDP/2.5/services/SQOOP/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/SQOOP/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/SQOOP/kerberos.json deleted file mode 100644 index b736a74..0000000 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/SQOOP/kerberos.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "services": [ - { - "name": "SQOOP", - "configurations": [ - { - "sqoop-atlas-application.properties": { - "atlas.jaas.KafkaClient.option.useTicketCache": "true", - "atlas.jaas.KafkaClient.option.renewTicket": "true" - } - } - ] - } - ] -}
