You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/14 16:24:57 UTC

[9/9] incubator-streams-examples git commit: typos, tweaks

typos, tweaks


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/34c1a7be
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/34c1a7be
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/34c1a7be

Branch: refs/heads/master
Commit: 34c1a7be2b3d163a8e2b4b67cf5d5e2590b79197
Parents: 34c94b7
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Tue Oct 11 18:02:55 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Tue Oct 11 18:02:55 2016 -0500

----------------------------------------------------------------------
 .../src/site/markdown/index.md                         |  2 +-
 flink/src/site/markdown/flink.md                       |  2 +-
 local/twitter-follow-neo4j/src/site/markdown/index.md  |  2 +-
 .../src/site/markdown/index.md                         |  2 +-
 .../src/site/markdown/index.md                         | 13 +------------
 5 files changed, 5 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/34c1a7be/flink/flink-twitter-collection/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/flink/flink-twitter-collection/src/site/markdown/index.md b/flink/flink-twitter-collection/src/site/markdown/index.md
index 616bdd7..4d534e5 100644
--- a/flink/flink-twitter-collection/src/site/markdown/index.md
+++ b/flink/flink-twitter-collection/src/site/markdown/index.md
@@ -25,7 +25,7 @@ Collects large batches of documents from api.twitter.com from a seed set of ids.
 
 Build with integration testing enabled, using your credentials
 
-    mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=./twitter.conf"
+    mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=twitter.oauth.conf"
 
 [JavaDocs](apidocs/index.html "JavaDocs")
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/34c1a7be/flink/src/site/markdown/flink.md
----------------------------------------------------------------------
diff --git a/flink/src/site/markdown/flink.md b/flink/src/site/markdown/flink.md
index ed96496..6926fa4 100644
--- a/flink/src/site/markdown/flink.md
+++ b/flink/src/site/markdown/flink.md
@@ -5,7 +5,7 @@ Create a local file `flink.conf`
     local = true
     test = true
 
-When configuring a stream, include this files:
+When configuring a stream, include this file:
 
     include "flink.conf"
     

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/34c1a7be/local/twitter-follow-neo4j/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/local/twitter-follow-neo4j/src/site/markdown/index.md b/local/twitter-follow-neo4j/src/site/markdown/index.md
index 50a7456..aad8305 100644
--- a/local/twitter-follow-neo4j/src/site/markdown/index.md
+++ b/local/twitter-follow-neo4j/src/site/markdown/index.md
@@ -20,7 +20,7 @@ Start up neo4j with docker:
     
 Build with integration testing enabled, using your credentials
 
-    mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=./twitter.conf"
+    mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=twitter.oauth.conf"
 
 Shutdown neo4j when finished:
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/34c1a7be/local/twitter-history-elasticsearch/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/local/twitter-history-elasticsearch/src/site/markdown/index.md b/local/twitter-history-elasticsearch/src/site/markdown/index.md
index 28154cb..a56819a 100644
--- a/local/twitter-history-elasticsearch/src/site/markdown/index.md
+++ b/local/twitter-history-elasticsearch/src/site/markdown/index.md
@@ -31,7 +31,7 @@ Start up elasticsearch with docker:
 
 Build with integration testing enabled, using your credentials
 
-    mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=./twitter.conf"
+    mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=twitter.oauth.conf"
 
 Shutdown elasticsearch when finished:
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/34c1a7be/local/twitter-userstream-elasticsearch/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/local/twitter-userstream-elasticsearch/src/site/markdown/index.md b/local/twitter-userstream-elasticsearch/src/site/markdown/index.md
index 10575d3..6e0b931 100644
--- a/local/twitter-userstream-elasticsearch/src/site/markdown/index.md
+++ b/local/twitter-userstream-elasticsearch/src/site/markdown/index.md
@@ -14,24 +14,13 @@
 
 #### Test:
 
-Create a local file `application.conf` with valid twitter credentials
-
-    twitter {
-      oauth {
-        consumerKey = ""
-        consumerSecret = ""
-        accessToken = ""
-        accessTokenSecret = ""
-      }
-    }
-
 Start up elasticsearch with docker:
     
     mvn -PdockerITs docker:start
 
 Build with integration testing enabled, using your credentials
 
-    mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=./twitter.conf"
+    mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=twitter.oauth.conf"
 
 Shutdown elasticsearch when finished: