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 <[email protected]>
Authored: Thu Sep 3 13:43:57 2015 -0700
Committer: Timothy Farkas <[email protected]>
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>

Reply via email to