You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by pr...@apache.org on 2016/07/08 04:18:23 UTC

[1/2] apex-malhar git commit: APEXMALHAR-2128 Updated twitter4j library to 4.0.4

Repository: apex-malhar
Updated Branches:
  refs/heads/master 85566a38f -> 0a87bc0a5


APEXMALHAR-2128 Updated twitter4j library to 4.0.4


Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/60ef70bf
Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/60ef70bf
Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/60ef70bf

Branch: refs/heads/master
Commit: 60ef70bf2ce0949fbae481a50815a9e7c827e138
Parents: 389a2d5
Author: Chinmay Kolhatkar <ch...@datatorrent.com>
Authored: Tue Jun 28 13:07:46 2016 -0700
Committer: Chinmay Kolhatkar <ch...@datatorrent.com>
Committed: Tue Jun 28 13:07:46 2016 -0700

----------------------------------------------------------------------
 contrib/pom.xml                                                 | 4 ++--
 .../com/datatorrent/contrib/twitter/TwitterSampleInput.java     | 5 +++++
 demos/twitter/pom.xml                                           | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/60ef70bf/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 80a8478..dcb44c1 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -474,14 +474,14 @@
       <!-- required by twitter -->
       <groupId>org.twitter4j</groupId>
       <artifactId>twitter4j-core</artifactId>
-      <version>2.2.6</version>
+      <version>4.0.4</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <!-- required by twitter -->
       <groupId>org.twitter4j</groupId>
       <artifactId>twitter4j-stream</artifactId>
-      <version>2.2.6</version>
+      <version>4.0.4</version>
       <optional>true</optional>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/60ef70bf/contrib/src/main/java/com/datatorrent/contrib/twitter/TwitterSampleInput.java
----------------------------------------------------------------------
diff --git a/contrib/src/main/java/com/datatorrent/contrib/twitter/TwitterSampleInput.java b/contrib/src/main/java/com/datatorrent/contrib/twitter/TwitterSampleInput.java
index 1fa9b37..697dd88 100644
--- a/contrib/src/main/java/com/datatorrent/contrib/twitter/TwitterSampleInput.java
+++ b/contrib/src/main/java/com/datatorrent/contrib/twitter/TwitterSampleInput.java
@@ -180,6 +180,11 @@ public class TwitterSampleInput implements InputOperator, ActivationListener<Ope
     // do nothing
   }
 
+  @Override public void onStallWarning(StallWarning stallWarning)
+  {
+    // do nothing
+  }
+
   @Override
   public void onException(Exception ex)
   {

http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/60ef70bf/demos/twitter/pom.xml
----------------------------------------------------------------------
diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml
index fa2fcbd..286cc15 100644
--- a/demos/twitter/pom.xml
+++ b/demos/twitter/pom.xml
@@ -43,13 +43,13 @@
       <!-- required by twitter demo -->
       <groupId>org.twitter4j</groupId>
       <artifactId>twitter4j-core</artifactId>
-      <version>2.2.6</version>
+      <version>4.0.4</version>
     </dependency>
     <dependency>
       <!-- required by twitter demo -->
       <groupId>org.twitter4j</groupId>
       <artifactId>twitter4j-stream</artifactId>
-      <version>2.2.6</version>
+      <version>4.0.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>


[2/2] apex-malhar git commit: Merge branch 'APEXMALHAR-2128' of github.com:chinmaykolhatkar/apex-malhar

Posted by pr...@apache.org.
Merge branch 'APEXMALHAR-2128' of github.com:chinmaykolhatkar/apex-malhar


Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/0a87bc0a
Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/0a87bc0a
Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/0a87bc0a

Branch: refs/heads/master
Commit: 0a87bc0a526e7355bc2764c83f6c9ed092b6f228
Parents: 85566a3 60ef70b
Author: Pramod Immaneni <pr...@datatorrent.com>
Authored: Thu Jul 7 21:04:31 2016 -0700
Committer: Pramod Immaneni <pr...@datatorrent.com>
Committed: Thu Jul 7 21:04:31 2016 -0700

----------------------------------------------------------------------
 contrib/pom.xml                                                 | 4 ++--
 .../com/datatorrent/contrib/twitter/TwitterSampleInput.java     | 5 +++++
 demos/twitter/pom.xml                                           | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------