[jira] [Commented] (STREAMS-403) Ensure all providers function stand-alone

2016-10-13 Thread Steve Blackmon (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15573265#comment-15573265
 ] 

Steve Blackmon commented on STREAMS-403:


streams-provider-instagram PR open
streams-provider-youtube PR open
streams-provider-facebook PR open

> Ensure all providers function stand-alone
> -
>
> Key: STREAMS-403
> URL: https://issues.apache.org/jira/browse/STREAMS-403
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Any provider should be able to collect and supply data using the following 
> simple pattern:
> instantiate via constructor
> call prepare
> call startStream
> do {
>   readCurrent
> } while !isRunning
> cleanUp
> this should work regardless of what runtime (or whether any runtime) is 
> involved.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (STREAMS-403) Ensure all providers function stand-alone

2016-10-07 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15556067#comment-15556067
 ] 

ASF GitHub Bot commented on STREAMS-403:


Github user asfgit closed the pull request at:

https://github.com/apache/incubator-streams/pull/287


> Ensure all providers function stand-alone
> -
>
> Key: STREAMS-403
> URL: https://issues.apache.org/jira/browse/STREAMS-403
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Any provider should be able to collect and supply data using the following 
> simple pattern:
> instantiate via constructor
> call prepare
> call startStream
> do {
>   readCurrent
> } while !isRunning
> cleanUp
> this should work regardless of what runtime (or whether any runtime) is 
> involved.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (STREAMS-403) Ensure all providers function stand-alone

2016-10-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15546522#comment-15546522
 ] 

ASF GitHub Bot commented on STREAMS-403:


GitHub user steveblackmon opened a pull request:

https://github.com/apache/incubator-streams/pull/287

related to STREAMS-403



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/steveblackmon/incubator-streams STREAMS-403

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-streams/pull/287.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #287


commit 9bf8ef9ba566351a855366875f0253059c0473ed
Author: Steve Blackmon @steveblackmon 
Date:   2016-10-04T20:06:14Z

related to STREAMS-403




> Ensure all providers function stand-alone
> -
>
> Key: STREAMS-403
> URL: https://issues.apache.org/jira/browse/STREAMS-403
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Any provider should be able to collect and supply data using the following 
> simple pattern:
> instantiate via constructor
> call prepare
> call startStream
> do {
>   readCurrent
> } while !isRunning
> cleanUp
> this should work regardless of what runtime (or whether any runtime) is 
> involved.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)