You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2017/01/22 01:59:51 UTC

[1/2] apex-core git commit: APEXCORE-616 Added back http client handler library which bridges http client and jersey for accessing kerberized web services that was removed earlier when upgrading to Hadoop 2.6

Repository: apex-core
Updated Branches:
  refs/heads/master a469dfb22 -> 42c695c6f


APEXCORE-616 Added back http client handler library which bridges http client and jersey for accessing kerberized web services that was removed earlier when upgrading to Hadoop 2.6


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/0596d960
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/0596d960
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/0596d960

Branch: refs/heads/master
Commit: 0596d9606ba5e104b54d6936bfc76f3c040f6fae
Parents: 7ea7f60
Author: Pramod Immaneni <pr...@datatorrent.com>
Authored: Fri Jan 20 18:07:27 2017 -0800
Committer: Pramod Immaneni <pr...@datatorrent.com>
Committed: Fri Jan 20 18:07:27 2017 -0800

----------------------------------------------------------------------
 engine/src/main/java/com/datatorrent/stram/StramClient.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/0596d960/engine/src/main/java/com/datatorrent/stram/StramClient.java
----------------------------------------------------------------------
diff --git a/engine/src/main/java/com/datatorrent/stram/StramClient.java b/engine/src/main/java/com/datatorrent/stram/StramClient.java
index 423af13..8b78c14 100644
--- a/engine/src/main/java/com/datatorrent/stram/StramClient.java
+++ b/engine/src/main/java/com/datatorrent/stram/StramClient.java
@@ -153,6 +153,7 @@ public class StramClient
   };
 
   private static final Class<?>[] APEX_SECURITY_SPECIFIC_CLASSES = new Class<?>[]{
+      com.sun.jersey.client.apache4.ApacheHttpClient4Handler.class
   };
 
   private static final Class<?>[] APEX_SECURITY_CLASSES =


[2/2] apex-core git commit: Merge commit 'refs/pull/450/head' of github.com:apache/apex-core

Posted by da...@apache.org.
Merge commit 'refs/pull/450/head' of github.com:apache/apex-core


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/42c695c6
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/42c695c6
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/42c695c6

Branch: refs/heads/master
Commit: 42c695c6f4a2f7969680cbf0348dfdd612d54c36
Parents: a469dfb 0596d96
Author: David Yan <da...@apache.org>
Authored: Sat Jan 21 17:59:40 2017 -0800
Committer: David Yan <da...@apache.org>
Committed: Sat Jan 21 17:59:40 2017 -0800

----------------------------------------------------------------------
 engine/src/main/java/com/datatorrent/stram/StramClient.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------