Skip to content

Commit

Permalink
Merge pull request #820 from kts-desilva/master
Browse files Browse the repository at this point in the history
Add new parameters into dataOut stream in RScript sample
  • Loading branch information
dilini-muthumala authored Sep 14, 2018
2 parents 17522f4 + acc6b4f commit 1fb3052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Viewing the Results:
define stream weather (time long, temp double);

@sink(type='log')
define stream dataOut (c long, m double );
define stream dataOut (time long, temp double, c long, m double );

@info(name = 'query')
from weather#window.lengthBatch(2)#r:eval("c <- sum(time); m <- sum(temp); ", "c long, m double",time, temp)
Expand Down

0 comments on commit 1fb3052

Please sign in to comment.