ambari git commit: AMBARI-9514. Kerberos: Keytab regeneration not invoked when initiated via API (rlevas)

2015-02-06 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 443a71abe - acc29738a AMBARI-9514. Kerberos: Keytab regeneration not invoked when initiated via API (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit

[1/2] ambari git commit: AMBARI-9360. Implement unkerberize for kerberized cluster (rlevas)

2015-02-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 18136fb6e - 02ccb17fa http://git-wip-us.apache.org/repos/asf/ambari/blob/02ccb17f/ambari-server/src/test/java/org/apache/ambari/server/state/ConfigHelperTest.java -- diff

[2/2] ambari git commit: AMBARI-9360. Implement unkerberize for kerberized cluster (rlevas)

2015-02-03 Thread rlevas
AMBARI-9360. Implement unkerberize for kerberized cluster (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/02ccb17f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/02ccb17f Diff: http://git-wip

ambari git commit: AMBARI-9468. Support secure HDFS with AMS in distributed mode service (rlevas)

2015-02-05 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 18c50aaae - e36b23166 AMBARI-9468. Support secure HDFS with AMS in distributed mode service (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e36b2316 Tree

ambari git commit: AMBARI-9468. Support secure HDFS with AMS in distributed mode service (rlevas)

2015-02-08 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk e90be740a - 1de321597 AMBARI-9468. Support secure HDFS with AMS in distributed mode service (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1de32159 Tree

[2/2] ambari git commit: AMBARI-9406. Service configurations are not updated as customized in the descriptor (rlevas)

2015-02-03 Thread rlevas
AMBARI-9406. Service configurations are not updated as customized in the descriptor (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d6c389c1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d6c389c1 Diff

ambari git commit: AMBARI-9045. Capture security state from components for use in enabling or disabling Kerberos (rlevas)

2015-01-14 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk e56c82998 - a6df75fd6 AMBARI-9045. Capture security state from components for use in enabling or disabling Kerberos (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf

[2/2] ambari git commit: AMBARI-9102. Refactor rolling upgrades prerequisite checks to expose and repackage utility classes (rlevas)

2015-01-19 Thread rlevas
AMBARI-9102. Refactor rolling upgrades prerequisite checks to expose and repackage utility classes (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7e691292 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree

[1/2] ambari git commit: AMBARI-9102. Refactor rolling upgrades prerequisite checks to expose and repackage utility classes (rlevas)

2015-01-19 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk a902c5372 - 7e691292a http://git-wip-us.apache.org/repos/asf/ambari/blob/7e691292/ambari-server/src/test/java/org/apache/ambari/server/state/CheckHelperTest.java -- diff

[1/2] ambari git commit: AMBARI-9149. Test principal and keytab required for service check should be created as part of kerberos service check action (rlevas)

2015-01-20 Thread rlevas
MapString, String kerberosEnvProperties = createNiceMock(Map.class); +// TODO: (rlevas) Add when AMBARI 9121 is complete +// expect(kerberosEnvProperties.get(kdc_type)).andReturn(mit-kdc).once(); + +final Config kerberosEnvConfig = createNiceMock(Config.class); + expect

[2/2] ambari git commit: AMBARI-9149. Test principal and keytab required for service check should be created as part of kerberos service check action (rlevas)

2015-01-21 Thread rlevas
AMBARI-9149. Test principal and keytab required for service check should be created as part of kerberos service check action (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/01a9f177 Tree: http://git-wip

[1/2] ambari git commit: AMBARI-9149. Test principal and keytab required for service check should be created as part of kerberos service check action (rlevas)

2015-01-21 Thread rlevas
); expect(krb5ConfProperties.get(kdc_type)).andReturn(mit-kdc).once(); +expect(krb5ConfProperties.get(realm)).andReturn(FOOBAR.COM).once(); final Config krb5ConfConfig = createNiceMock(Config.class); // TODO: (rlevas) Remove when AMBARI 9121 is complete @@ -293,8 +354,8 @@ public class

ambari git commit: AMBARI-9209. Add the ability to append a random value to values in LDAP attributes when generating principals in Active Directory (rlevas)

2015-01-21 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 9c82bd8a3 - ec86b1b4f AMBARI-9209. Add the ability to append a random value to values in LDAP attributes when generating principals in Active Directory (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http

ambari git commit: AMBARI-9244. JAAS configuration file parser leaves trailing quote in quoted values (rlevas)

2015-01-21 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk e606c9d81 - 2686976e8 AMBARI-9244. JAAS configuration file parser leaves trailing quote in quoted values (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit

ambari git commit: AMBARI-9261. Ensure enable/disable Kerberos logic should invoke only when state of security flag is changed (rlevas)

2015-01-22 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 9260d4ee5 - 3985154fe AMBARI-9261. Ensure enable/disable Kerberos logic should invoke only when state of security flag is changed (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org

ambari git commit: AMBARI-9583. Add kerberos support for spark (Zhan Zhang via rlevas)

2015-02-11 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk b9c9832cd - 41e275b1d AMBARI-9583. Add kerberos support for spark (Zhan Zhang via rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/41e275b1 Tree: http://git

ambari git commit: AMBARI-9637. Kerberos: Escape special characters in Distinguished Names used for queries in Active Directory (rlevas)

2015-02-16 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk bc5155b5d - 63b78f2e7 AMBARI-9637. Kerberos: Escape special characters in Distinguished Names used for queries in Active Directory (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org

ambari git commit: AMBARI-9605. Set Keytab Kerberos Client operation fails (rlevas)

2015-02-12 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 82fb0bb56 - ad620eee3 AMBARI-9605. Set Keytab Kerberos Client operation fails (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ad620eee Tree: http://git-wip

ambari git commit: AMBARI-9578. Kerberos: provide option to not generate kerb client krb5.conf (rlevas)

2015-02-12 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 87ddb4792 - 94205c744 AMBARI-9578. Kerberos: provide option to not generate kerb client krb5.conf (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/94205c74

ambari git commit: AMBARI-9661. Security enabling fails after ambari only upgrade (rlevas)

2015-02-17 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk e154a1426 - 1ca00e2e4 AMBARI-9661. Security enabling fails after ambari only upgrade (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1ca00e2e Tree: http

[2/2] ambari git commit: AMBARI-9666. Kerberos: Adding a service to a Kerberized cluster requires Kerberos-related tasks occur before INSTALL stage (rlevas)

2015-02-19 Thread rlevas
AMBARI-9666. Kerberos: Adding a service to a Kerberized cluster requires Kerberos-related tasks occur before INSTALL stage (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1646be07 Tree: http://git-wip

[1/2] ambari git commit: AMBARI-9666. Kerberos: Adding a service to a Kerberized cluster requires Kerberos-related tasks occur before INSTALL stage (rlevas)

2015-02-19 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk ab491eaba - 1646be070 http://git-wip-us.apache.org/repos/asf/ambari/blob/1646be07/ambari-server/src/test/java/org/apache/ambari/server/controller/KerberosHelperTest.java --

ambari git commit: AMBARI-9385. Implement Keytab regeneration (rlevas)

2015-01-30 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 4e80ff992 - a116498e9 AMBARI-9385. Implement Keytab regeneration (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a116498e Tree: http://git-wip-us.apache.org

ambari git commit: AMBARI-8479. YARN service components should indicate security state (rlevas)

2015-01-06 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 7b177ea5d - 09a01c2b9 AMBARI-8479. YARN service components should indicate security state (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/09a01c2b Tree

ambari git commit: AMBARI-8795. MapReduce service components should indicate security state (rlevas)

2015-01-06 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 71def630e - 25726ae17 AMBARI-8795. MapReduce service components should indicate security state (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/25726ae1

ambari git commit: AMBARI-8482. HBase service components should indicate security state (rlevas)

2015-01-06 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 40ffee9c8 - 4c5af44c8 AMBARI-8482. HBase service components should indicate security state (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4c5af44c Tree

ambari git commit: AMBARI-8929. Agent is spamming logs with tracebacks of Error while executing command \'security_status\' (rlevas)

2015-01-06 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 4000258cb - 40ffee9c8 AMBARI-8929. Agent is spamming logs with tracebacks of Error while executing command \'security_status\' (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org

ambari git commit: AMBARI-8899. Knox service components should indicate security state (rlevas)

2015-01-06 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk db3b306d8 - 7159bdc40 AMBARI-8899. Knox service components should indicate security state (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7159bdc4 Tree

ambari git commit: AMBARI-9014. Design admin principal session expiration handling API call (rlevas)

2015-01-13 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk efe79f015 - 3d445e739 AMBARI-9014. Design admin principal session expiration handling API call (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3d445e73

[2/2] ambari git commit: AMBARI-9014. Design admin principal session expiration handling API call (rlevas)

2015-01-13 Thread rlevas
AMBARI-9014. Design admin principal session expiration handling API call (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/efe79f01 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/efe79f01 Diff: http://git

[2/2] ambari git commit: AMBARI-9439. Kerberos: Do not validate host health or maintenance state when enabling Kerberos (rlevas)

2015-02-10 Thread rlevas
AMBARI-9439. Kerberos: Do not validate host health or maintenance state when enabling Kerberos (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c775c607 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree

[1/2] ambari git commit: AMBARI-9439. Kerberos: Do not validate host health or maintenance state when enabling Kerberos (rlevas)

2015-02-10 Thread rlevas
@@ public class KerberosHelperTest extends EasyMockSupport { // TODO: (rlevas) Remove when AMBARI 9121 is complete expect(krb5ConfConfig.getProperties()).andReturn(krb5ConfProperties).once(); -final MaintenanceStateHelper maintenanceStateHelper = injector.getInstance

ambari git commit: AMBARI-9171. Keytab generation should use kerberos-env/encryption_types when creating key entries (rlevas)

2015-02-13 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk c337b6ea5 - 53dbf69f9 AMBARI-9171. Keytab generation should use kerberos-env/encryption_types when creating key entries (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf

ambari git commit: AMBARI-8941. Distributed keytab files have the incorrect owner and group access controls (rlevas)

2015-01-07 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk be2adc4d2 - ad75eeb03 AMBARI-8941. Distributed keytab files have the incorrect owner and group access controls (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari

ambari git commit: AMBARI-8480. Kerberos service components should indicate security state (rlevas)

2015-01-07 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk ad75eeb03 - 3105ccdbe AMBARI-8480. Kerberos service components should indicate security state (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3105ccdb Tree

ambari git commit: AMBARI-8797. Zookeeper service components should indicate security state (rlevas)

2015-01-06 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 2d4011eba - c2da10c28 AMBARI-8797. Zookeeper service components should indicate security state (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c2da10c2

ambari git commit: AMBARI-10071. Kerberos service check doesn't work is new HTTP session is created (rlevas)

2015-03-14 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk def3848f3 - 7a23cdaf6 AMBARI-10071. Kerberos service check doesn't work is new HTTP session is created (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit

ambari git commit: AMBARI-10124. Wrong alert on added host on secure cluster (rlevas)

2015-03-18 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 4c2e1489e - 89ac48305 AMBARI-10124. Wrong alert on added host on secure cluster (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/89ac4830 Tree: http

ambari git commit: AMBARI-10071. Kerberos service check doesn't work is new HTTP session is created (rlevas)

2015-03-14 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 bcd2da860 - 9d3559edd AMBARI-10071. Kerberos service check doesn't work is new HTTP session is created (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari

ambari git commit: AMBARI-10101. Hive alert on secured cluster (rlevas)

2015-03-17 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk a67fc09e2 - 78a1eb580 AMBARI-10101. Hive alert on secured cluster (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/78a1eb58 Tree: http://git-wip

ambari git commit: AMBARI-10101. Hive alert on secured cluster (rlevas)

2015-03-17 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 a89acabfc - df25c750e AMBARI-10101. Hive alert on secured cluster (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/df25c750 Tree: http://git-wip

ambari git commit: AMBARI-10124. Wrong alert on added host on secure cluster (rlevas)

2015-03-18 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 217f3d71c - 32e121563 AMBARI-10124. Wrong alert on added host on secure cluster (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/32e12156 Tree: http://git

ambari git commit: AMBARI-9981. Ambari storm logviewer in secure mode doesn't work (rlevas)

2015-03-09 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk c81390eaf - c095bd911 AMBARI-9981. Ambari storm logviewer in secure mode doesn't work (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c095bd91 Tree: http

ambari git commit: AMBARI-9981. Ambari storm logviewer in secure mode doesn't work (rlevas)

2015-03-09 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 e1dab5335 - c242bc32c AMBARI-9981. Ambari storm logviewer in secure mode doesn't work (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c242bc32 Tree

ambari git commit: AMBARI-9982. Oozie connection refused: unable to initialize service, Cannot get password from user. (rlevas)

2015-03-09 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk e671f631b - 671146ee5 AMBARI-9982. Oozie connection refused: unable to initialize service, Cannot get password from user. (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf

[1/2] ambari git commit: AMBARI-9937. Ambari must support deployment on separate host (rlevas)

2015-03-09 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 ba69c1d4d - 8b4ef2b69 http://git-wip-us.apache.org/repos/asf/ambari/blob/8b4ef2b6/ambari-server/src/test/java/org/apache/ambari/server/controller/KerberosHelperTest.java

ambari git commit: AMBARI-9985. Maintenance Mode Hosts do not get keytabs (rlevas)

2015-03-09 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk cd155366b - 7f78dffd6 AMBARI-9985. Maintenance Mode Hosts do not get keytabs (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7f78dffd Tree: http://git-wip

[2/2] ambari git commit: AMBARI-9937. Ambari must support deployment on separate host (rlevas)

2015-03-09 Thread rlevas
AMBARI-9937. Ambari must support deployment on separate host (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8b4ef2b6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8b4ef2b6 Diff: http://git-wip

ambari git commit: AMBARI-9937. Ambari must support deployment on separate host (rlevas)

2015-03-09 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 8b4ef2b69 - 7f19da96c AMBARI-9937. Ambari must support deployment on separate host (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7f19da96 Tree

[1/2] ambari git commit: AMBARI-9937. Ambari must support deployment on separate host (rlevas)

2015-03-09 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 3e1857071 - 89be8e558 http://git-wip-us.apache.org/repos/asf/ambari/blob/89be8e55/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/KERBEROS/package/scripts/params.py

[2/2] ambari git commit: AMBARI-9937. Ambari must support deployment on separate host (rlevas)

2015-03-09 Thread rlevas
AMBARI-9937. Ambari must support deployment on separate host (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/89be8e55 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/89be8e55 Diff: http://git-wip

ambari git commit: AMBARI-10016. Kerberos: Run ambari-server using non-root causes issues with AD velocity engine (rlevas)

2015-03-11 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk d84898e59 - 1c78b2015 AMBARI-10016. Kerberos: Run ambari-server using non-root causes issues with AD velocity engine (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf

ambari git commit: AMBARI-10016. Kerberos: Run ambari-server using non-root causes issues with AD velocity engine (rlevas)

2015-03-12 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 8f85e8c60 - 41ca3cc68 AMBARI-10016. Kerberos: Run ambari-server using non-root causes issues with AD velocity engine (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos

ambari git commit: AMBARI-9007. Identity references fail to deference for service-level references in Kerberos descriptor parser (rlevas)

2015-03-11 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 7d7468904 - c7e8cbaa7 AMBARI-9007. Identity references fail to deference for service-level references in Kerberos descriptor parser (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip

ambari git commit: AMBARI-9007. Identity references fail to deference for service-level references in Kerberos descriptor parser (rlevas)

2015-03-11 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 04f54294e - 6bf7adc5e AMBARI-9007. Identity references fail to deference for service-level references in Kerberos descriptor parser (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org

ambari git commit: AMBARI-10043. Test Kerberos Client (KERBEROS_SERVICE_CHECK) is failed after Ambari only upgrade from 1.6.0 to 2.0.0 when enable securitty (Centos 5.9) (rlevas)

2015-03-12 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 1f260e0a8 - 473372c91 AMBARI-10043. Test Kerberos Client (KERBEROS_SERVICE_CHECK) is failed after Ambari only upgrade from 1.6.0 to 2.0.0 when enable securitty (Centos 5.9) (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari

ambari git commit: AMBARI-10048. Some of Hive principal fields doesn't have default value when enabling security (rlevas)

2015-03-12 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 6a6ded63d - a72dbc40a AMBARI-10048. Some of Hive principal fields doesn't have default value when enabling security (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos

ambari git commit: AMBARI-10043. Test Kerberos Client (KERBEROS_SERVICE_CHECK) is failed after Ambari only upgrade from 1.6.0 to 2.0.0 when enable securitty (Centos 5.9) (rlevas)

2015-03-12 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 a7b10b36f - c4c07356f AMBARI-10043. Test Kerberos Client (KERBEROS_SERVICE_CHECK) is failed after Ambari only upgrade from 1.6.0 to 2.0.0 when enable securitty (Centos 5.9) (rlevas) Project: http://git-wip-us.apache.org/repos/asf

ambari git commit: AMBARI-10053. The path(s) to the Kerberos utilities (kadmin, klist, etc...) should be configurable (rlevas)

2015-03-24 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk e79fc7b86 - ed231bead AMBARI-10053. The path(s) to the Kerberos utilities (kadmin, klist, etc...) should be configurable (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf

ambari git commit: AMBARI-10176. Storm service check failed after disabling security (rlevas)

2015-03-25 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk f5594591e - 8d3da8ef2 AMBARI-10176. Storm service check failed after disabling security (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8d3da8ef Tree: http

[2/2] ambari git commit: AMBARI-10236. Principal and Keytab configuration specifications are ignored when disabling Kerberos (rlevas)

2015-03-31 Thread rlevas
AMBARI-10236. Principal and Keytab configuration specifications are ignored when disabling Kerberos (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fe39b646 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree

[1/2] ambari git commit: AMBARI-10236. Principal and Keytab configuration specifications are ignored when disabling Kerberos (rlevas)

2015-03-31 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 3508f08f9 - fe39b6460 http://git-wip-us.apache.org/repos/asf/ambari/blob/fe39b646/ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/KerberosIdentityDataFileWriterFactory.java

[2/2] ambari git commit: AMBARI-9749. Kerberos: check kerb task should delete smoke user principal (rlevas)

2015-02-27 Thread rlevas
AMBARI-9749. Kerberos: check kerb task should delete smoke user principal (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/78433c19 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/78433c19 Diff: http://git

[1/2] ambari git commit: AMBARI-9749. Kerberos: check kerb task should delete smoke user principal (rlevas)

2015-02-27 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 815769f58 - 78433c19e http://git-wip-us.apache.org/repos/asf/ambari/blob/78433c19/ambari-server/src/test/java/org/apache/ambari/server/serveraction/kerberos/KerberosOperationHandlerFactoryTest.java

ambari git commit: AMBARI-9785. Root user has spnego (HTTP) kerberos ticket set after Kerberos is enabled, root should have no ticket. (rlevas)

2015-02-27 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 b1892d0ca - 815769f58 AMBARI-9785. Root user has spnego (HTTP) kerberos ticket set after Kerberos is enabled, root should have no ticket. (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip

[1/2] ambari git commit: AMBARI-9749. Kerberos: check kerb task should delete smoke user principal (rlevas)

2015-02-27 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk e29152193 - 32fc073fb http://git-wip-us.apache.org/repos/asf/ambari/blob/32fc073f/ambari-server/src/test/java/org/apache/ambari/server/serveraction/kerberos/KerberosOperationHandlerFactoryTest.java

[2/2] ambari git commit: AMBARI-9749. Kerberos: check kerb task should delete smoke user principal (rlevas)

2015-02-27 Thread rlevas
AMBARI-9749. Kerberos: check kerb task should delete smoke user principal (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/32fc073f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/32fc073f Diff: http://git

[2/2] ambari git commit: AMBARI-9785. Root user has spnego (HTTP) kerberos ticket set after Kerberos is enabled, root should have no ticket. (rlevas)

2015-02-27 Thread rlevas
AMBARI-9785. Root user has spnego (HTTP) kerberos ticket set after Kerberos is enabled, root should have no ticket. (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4c222ce6 Tree: http://git-wip-us.apache.org/repos

[1/2] ambari git commit: mend

2015-02-27 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk e8ea0a5ca - e29152193 mend AMBARI-9785. Root user has spnego (HTTP) kerberos ticket set after Kerberos is enabled, root should have no ticket. (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip

ambari git commit: AMBARI-9852. Kerberos: Kerberos Service Check needs to generate and destroy it's own unique identity for testing (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 375c6908f - 24b2af40f AMBARI-9852. Kerberos: Kerberos Service Check needs to generate and destroy it's own unique identity for testing (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip

ambari git commit: AMBARI-9852. Kerberos: Kerberos Service Check needs to generate and destroy it's own unique identity for testing (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk c313023bd - 954b96e1e AMBARI-9852. Kerberos: Kerberos Service Check needs to generate and destroy it's own unique identity for testing (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip

[1/2] ambari git commit: AMBARI-9804. Agent is spamming logs with exceptions (rlevas)

2015-02-27 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 3cdc032ee - 4b8cd75d6 http://git-wip-us.apache.org/repos/asf/ambari/blob/4b8cd75d/ambari-server/src/test/python/stacks/2.0.6/HDFS/test_namenode.py -- diff --git

[2/2] ambari git commit: AMBARI-9804. Agent is spamming logs with exceptions (rlevas)

2015-02-27 Thread rlevas
AMBARI-9804. Agent is spamming logs with exceptions (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4b8cd75d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4b8cd75d Diff: http://git-wip-us.apache.org

[1/2] ambari git commit: AMBARI-9804. Agent is spamming logs with exceptions (rlevas)

2015-02-27 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 97ab98f6f - 9a8903e83 http://git-wip-us.apache.org/repos/asf/ambari/blob/9a8903e8/ambari-server/src/test/python/stacks/2.0.6/HDFS/test_namenode.py -- diff --git

[2/2] ambari git commit: AMBARI-9804. Agent is spamming logs with exceptions (rlevas)

2015-02-27 Thread rlevas
AMBARI-9804. Agent is spamming logs with exceptions (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9a8903e8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9a8903e8 Diff: http://git-wip-us.apache.org

ambari git commit: AMBARI-9903. core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 02ac3940c - 5221eb4b1 AMBARI-9903. core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit

ambari git commit: AMBARI-9895. security_status test cases sporadically fail due to import of status_params module (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 7d2806e62 - 68cf17348 AMBARI-9895. security_status test cases sporadically fail due to import of status_params module (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos

ambari git commit: AMBARI-9903. core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 c2d575861 - 7d2806e62 AMBARI-9903. core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit

ambari git commit: AMBARI-9895. security_status test cases sporadically fail due to import of status_params module (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 5221eb4b1 - ef25e4de8 AMBARI-9895. security_status test cases sporadically fail due to import of status_params module (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf

ambari git commit: AMBARI-9907. Storm principal is marked as a service rather than a user principal, causes issue adding hosts with Supervisor (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 f78854ec1 - 56a4bed7b AMBARI-9907. Storm principal is marked as a service rather than a user principal, causes issue adding hosts with Supervisor (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http

ambari git commit: AMBARI-9907. Storm principal is marked as a service rather than a user principal, causes issue adding hosts with Supervisor (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk da8c9879c - 1fb50b9d4 AMBARI-9907. Storm principal is marked as a service rather than a user principal, causes issue adding hosts with Supervisor (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip

ambari git commit: AMBARI-9917. Kerberos: Add Host did not generate keytabs (rlevas)

2015-03-04 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk a3f7a1fb2 - e63063f6c AMBARI-9917. Kerberos: Add Host did not generate keytabs (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e63063f6 Tree: http://git-wip

ambari git commit: AMBARI-9917. Kerberos: Add Host did not generate keytabs (rlevas)

2015-03-04 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 38e73ef22 - 0fddaacb5 AMBARI-9917. Kerberos: Add Host did not generate keytabs (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0fddaacb Tree: http

ambari git commit: AMBARI-9804. Agent is spamming logs with exceptions [fix merge issues] (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 6df638843 - abacc556e AMBARI-9804. Agent is spamming logs with exceptions [fix merge issues] (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/abacc556

ambari git commit: AMBARI-9916. Fix minor issues with test_security_status test cases (rlevas)

2015-03-03 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 ebd752b15 - 68a3cefd2 AMBARI-9916. Fix minor issues with test_security_status test cases (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/68a3cefd

ambari git commit: AMBARI-9850. Fix TestAlerts unit test (rlevas)

2015-02-28 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 35a00d0d8 - 594b71dab AMBARI-9850. Fix TestAlerts unit test (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/594b71da Tree: http://git-wip-us.apache.org

ambari git commit: AMBARI-9850. Fix TestAlerts unit test (rlevas)

2015-02-28 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 6aaf4557e - b734ee714 AMBARI-9850. Fix TestAlerts unit test (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b734ee71 Tree: http://git-wip

ambari git commit: AMBARI-9859. TestResourceFilesKeeper unit tests fail (rlevas)

2015-03-01 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 995c9138f - 96899fd58 AMBARI-9859. TestResourceFilesKeeper unit tests fail (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/96899fd5 Tree: http://git

ambari git commit: AMBARI-9859. TestResourceFilesKeeper unit tests fail (rlevas)

2015-03-01 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 56a673517 - 8dac828ee AMBARI-9859. TestResourceFilesKeeper unit tests fail (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8dac828e Tree: http://git-wip

ambari git commit: AMBARI-9743. Storm service check failed after enabling security with existing AD (rlevas)

2015-02-23 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk f704351be - 913bf4ed6 AMBARI-9743. Storm service check failed after enabling security with existing AD (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit

ambari git commit: AMBARI-9439. Kerberos: regenerate keytabs not handled for all hosts (rlevas)

2015-02-23 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 46f1ffbec - 575097117 AMBARI-9439. Kerberos: regenerate keytabs not handled for all hosts (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/57509711 Tree

ambari git commit: AMBARI-9742. Kerberos: fails when entering admin principal with blank password (rlevas)

2015-02-23 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 575097117 - 7b73e225b AMBARI-9742. Kerberos: fails when entering admin principal with blank password (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit

ambari git commit: AMBARI-9775. Oozie failed to start in secured cluster for stacks 2.0 and 2.1 (rlevas)

2015-02-25 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 38d3e2183 - eac740532 AMBARI-9775. Oozie failed to start in secured cluster for stacks 2.0 and 2.1 (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/eac74053

ambari git commit: AMBARI-9786. Local user mapping for hdfs headless principal not set in Kerberos descriptor (rlevas)

2015-02-25 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 ee3712471 - be4c198ad AMBARI-9786. Local user mapping for hdfs headless principal not set in Kerberos descriptor (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf

ambari git commit: AMBARI-9786. Local user mapping for hdfs headless principal not set in Kerberos descriptor (rlevas)

2015-02-25 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 212aa9b50 - 340d93e99 AMBARI-9786. Local user mapping for hdfs headless principal not set in Kerberos descriptor (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari

ambari git commit: AMBARI-9822. Check Pig failed after ambari only upgrade from 1.6.0 to 2.0.0 and enabling security (rlevas)

2015-02-26 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 2068caa7e - 002af9736 AMBARI-9822. Check Pig failed after ambari only upgrade from 1.6.0 to 2.0.0 and enabling security (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf

ambari git commit: AMBARI-9822. Check Pig failed after ambari only upgrade from 1.6.0 to 2.0.0 and enabling security (rlevas)

2015-02-26 Thread rlevas
Repository: ambari Updated Branches: refs/heads/branch-2.0.0 38c60d8f5 - 9f2361dc9 AMBARI-9822. Check Pig failed after ambari only upgrade from 1.6.0 to 2.0.0 and enabling security (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org

ambari git commit: AMBARI-9702. Zookeeper start failed after upgrading secured cluster (rlevas)

2015-02-21 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 904cb434f - fad971d39 AMBARI-9702. Zookeeper start failed after upgrading secured cluster (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fad971d3 Tree

ambari git commit: Revert AMBARI-10562. Summary:Issues when log/pid dirs are customized - Kafka and Knox (Emil Anca via rlevas)

2015-04-20 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk 47a74487c - cf0169c91 Revert AMBARI-10562. Summary:Issues when log/pid dirs are customized - Kafka and Knox (Emil Anca via rlevas) This reverts commit fecd6aad46af8a701ac6c3b1a18a80b979658fc6. Project: http://git-wip-us.apache.org/repos

ambari git commit: AMBARI-10513. ambari-server sync-ldap fails if there are too many users in the LDAP server (more than 1000?) (Emil Anca via rlevas)

2015-04-20 Thread rlevas
Repository: ambari Updated Branches: refs/heads/trunk c79bd1245 - eeea2eebe AMBARI-10513. ambari-server sync-ldap fails if there are too many users in the LDAP server (more than 1000?) (Emil Anca via rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip

  1   2   3   4   5   6   7   8   9   10   >