Skip to content

Commit

Permalink
Update hands-on.md add read_from_head=true to example 5
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Laguna <[email protected]>
  • Loading branch information
ecerulm authored Nov 24, 2023
1 parent c892db2 commit a8fa0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stream-processing/getting-started/hands-on.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ $ docker run -ti -v `pwd`/sp-samples-1k.log:/sp-samples-1k.log \
-i tail \
-p path=/sp-samples-1k.log \
-p parser=json \
-p read_from_head=true \
-T "SELECT country, AVG(num) FROM STREAM:tail.0 \
WINDOW TUMBLING (1 SECOND) \
WHERE country='Chile' \
Expand Down

0 comments on commit a8fa0d5

Please sign in to comment.