You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2013/08/23 00:06:50 UTC

[1/2] git commit: AMBARI-2998. URLStreamProvider priniting too many log messages. (swagle)

Updated Branches:
  refs/heads/trunk f9310d629 -> 4b6ae77bb


AMBARI-2998. URLStreamProvider priniting too many log messages. (swagle)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/4b6ae77b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/4b6ae77b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/4b6ae77b

Branch: refs/heads/trunk
Commit: 4b6ae77bb668167741bcfa87daf19423fbb827e5
Parents: 48046ae
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Thu Aug 22 15:04:45 2013 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Thu Aug 22 15:06:36 2013 -0700

----------------------------------------------------------------------
 .../ambari/server/controller/internal/URLStreamProvider.java     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/4b6ae77b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/URLStreamProvider.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/URLStreamProvider.java b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/URLStreamProvider.java
index 12a0ac6..db52a4f 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/URLStreamProvider.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/URLStreamProvider.java
@@ -88,9 +88,7 @@ public class URLStreamProvider implements StreamProvider {
 
     String appCookie = appCookieManager.getCachedAppCookie(spec);
     if (appCookie != null) {
-      if (LOG.isInfoEnabled()) {
-        LOG.info("Using cached app cookie for URL:" + spec);
-      }
+      LOG.debug("Using cached app cookie for URL:" + spec);
       connection.setRequestProperty(COOKIE, appCookie);
     }
     connection.setConnectTimeout(connTimeout);


[2/2] git commit: AMBARI-2994. krb5JAASLogin.conf missing in the distribution. (swagle)

Posted by sw...@apache.org.
AMBARI-2994. krb5JAASLogin.conf missing in the distribution. (swagle)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/48046ae4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/48046ae4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/48046ae4

Branch: refs/heads/trunk
Commit: 48046ae478f6e4688d8037242820612796ec9f72
Parents: f9310d6
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Thu Aug 22 13:54:07 2013 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Thu Aug 22 15:06:36 2013 -0700

----------------------------------------------------------------------
 ambari-server/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/48046ae4/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 2737744..6d4170a 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -237,6 +237,9 @@
                 <source>
                   <location>conf/unix/log4j.properties</location>
                 </source>
+                <source>
+                  <location>conf/unix/krb5JAASLogin.conf</location>
+                </source>
               </sources>
             </mapping>
             <mapping>