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 2015/09/03 23:25:08 UTC

[1/2] incubator-apex-malhar git commit: - MLHR-1839 #resolve Added setting the topic on the embeddable query to the properties file.

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/devel-3 ef39a1b73 -> cdc8b28af


 - MLHR-1839 #resolve Added setting the topic on the embeddable query to the properties file.


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

Branch: refs/heads/devel-3
Commit: fe0971958bfafa3e80e1aa3cf4b245ab50d75b96
Parents: a9bcce1
Author: Timothy Farkas <ti...@datatorrent.com>
Authored: Thu Sep 3 13:43:57 2015 -0700
Committer: Timothy Farkas <ti...@datatorrent.com>
Committed: Thu Sep 3 13:43:57 2015 -0700

----------------------------------------------------------------------
 demos/twitter/src/main/resources/META-INF/properties.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/fe097195/demos/twitter/src/main/resources/META-INF/properties.xml
----------------------------------------------------------------------
diff --git a/demos/twitter/src/main/resources/META-INF/properties.xml b/demos/twitter/src/main/resources/META-INF/properties.xml
index e2547cc..4f03105 100644
--- a/demos/twitter/src/main/resources/META-INF/properties.xml
+++ b/demos/twitter/src/main/resources/META-INF/properties.xml
@@ -52,7 +52,7 @@
     <value>CONTAINER_LOCAL</value>
   </property>
   <property>
-    <name>dt.application.RollingTopWordsDemo.operator.Query.topic</name>
+    <name>dt.application.RollingTopWordsDemo.operator.SnapshotServer.embeddableQueryInfoProvider.topic</name>
     <value>TwitterWordsQuery</value>
   </property>
   <property>
@@ -67,7 +67,7 @@
   <!-- TwitterDemo -->
 
   <property>
-    <name>dt.application.TwitterDemo.operator.Query.topic</name>
+    <name>dt.application.TwitterDemo.operator.SnapshotServer.embeddableQueryInfoProvider.topic</name>
     <value>TwitterURLQuery</value>
   </property>
   <property>
@@ -86,10 +86,6 @@
   <!-- TwitterTrendingDemo -->
 
   <property>
-    <name>dt.application.TwitterTrendingDemo.operator.Query.topic</name>
-    <value>TwitterHashtagQueryDemo</value>
-  </property>
-  <property>
     <name>dt.application.TwitterTrendingDemo.operator.SnapshotServer.embeddableQueryInfoProvider.topic</name>
     <value>TwitterHashtagQueryDemo</value>
   </property>


[2/2] incubator-apex-malhar git commit: Merge branch 'MLHR-1839' of https://github.com/ilooner/incubator-apex-malhar into devel-3

Posted by da...@apache.org.
Merge branch 'MLHR-1839' of https://github.com/ilooner/incubator-apex-malhar into devel-3


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

Branch: refs/heads/devel-3
Commit: cdc8b28affbcbf8d0a6db050895e79bd8a0b8297
Parents: ef39a1b fe09719
Author: David Yan <da...@datatorrent.com>
Authored: Thu Sep 3 14:24:17 2015 -0700
Committer: David Yan <da...@datatorrent.com>
Committed: Thu Sep 3 14:24:17 2015 -0700

----------------------------------------------------------------------
 demos/twitter/src/main/resources/META-INF/properties.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------