[GitHub] incubator-streams issue #295: Invalid headers

2016-10-13 Thread steveblackmon
Github user steveblackmon commented on the issue:

https://github.com/apache/incubator-streams/pull/295
  
thanks for cleaning these up. better to check for headers during 
development than while trying to release.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (STREAMS-421) Delete defunct or not-implemented runtime modules

2016-10-13 Thread Suneel Marthi (JIRA)

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

Suneel Marthi commented on STREAMS-421:
---

Could u provide an example here @Steve? I can take a crack at this.

> Delete defunct or not-implemented runtime modules
> -
>
> Key: STREAMS-421
> URL: https://issues.apache.org/jira/browse/STREAMS-421
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
> Fix For: 0.4
>
>
> Delete defunct or not-implemented runtime modules



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


[jira] [Assigned] (STREAMS-424) Add maven-surefire-plugin and modify POM to be able to run unit tests in parallel

2016-10-13 Thread Suneel Marthi (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suneel Marthi reassigned STREAMS-424:
-

Assignee: Suneel Marthi

> Add maven-surefire-plugin and modify POM to be able to run unit tests in 
> parallel
> -
>
> Key: STREAMS-424
> URL: https://issues.apache.org/jira/browse/STREAMS-424
> Project: Streams
>  Issue Type: Improvement
>Affects Versions: 0.3
>Reporter: Suneel Marthi
>Assignee: Suneel Marthi
> Fix For: 0.4
>
>
> Add maven-surefire-plugin and modify POM to be able to run unit tests in 
> parallel. Presently the tests are run sequentially and the build takes a very 
> long time to complete. 



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


[jira] [Commented] (STREAMS-389) Support generation of scala source from jsonschemas

2016-10-13 Thread Steve Blackmon (JIRA)

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

Steve Blackmon commented on STREAMS-389:


note, this doesn't exactly generate from jsonschema - it generates by 
reflecting over the java pojos generated by jsonschemas.  it's a start

> Support generation of scala source from jsonschemas
> ---
>
> Key: STREAMS-389
> URL: https://issues.apache.org/jira/browse/STREAMS-389
> Project: Streams
>  Issue Type: New Feature
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Support generation of scala source from jsonschemas, similar to what 
> jsonschema2pojo does to generate java pojos.  Implement as a maven plugin 
> that can be enable on a module-by-module basis.



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


[jira] [Resolved] (STREAMS-389) Support generation of scala source from jsonschemas

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-389.

Resolution: Fixed

> Support generation of scala source from jsonschemas
> ---
>
> Key: STREAMS-389
> URL: https://issues.apache.org/jira/browse/STREAMS-389
> Project: Streams
>  Issue Type: New Feature
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Support generation of scala source from jsonschemas, similar to what 
> jsonschema2pojo does to generate java pojos.  Implement as a maven plugin 
> that can be enable on a module-by-module basis.



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


[jira] [Updated] (STREAMS-389) Support generation of scala source from jsonschemas

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-389:
---
Fix Version/s: 0.4

> Support generation of scala source from jsonschemas
> ---
>
> Key: STREAMS-389
> URL: https://issues.apache.org/jira/browse/STREAMS-389
> Project: Streams
>  Issue Type: New Feature
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Support generation of scala source from jsonschemas, similar to what 
> jsonschema2pojo does to generate java pojos.  Implement as a maven plugin 
> that can be enable on a module-by-module basis.



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


[jira] [Resolved] (STREAMS-398) Support generation of hive table definitions from jsonschema

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-398.

Resolution: Fixed
  Assignee: Steve Blackmon

merged with
https://github.com/apache/incubator-streams/pull/284

> Support generation of hive table definitions from jsonschema
> 
>
> Key: STREAMS-398
> URL: https://issues.apache.org/jira/browse/STREAMS-398
> Project: Streams
>  Issue Type: New Feature
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>




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


[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=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] [Work started] (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:all-tabpanel
 ]

Work on STREAMS-403 started by Steve Blackmon.
--
> 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-413) Update dependency and plugin versions - Q4 2016

2016-10-13 Thread Steve Blackmon (JIRA)

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

Steve Blackmon commented on STREAMS-413:


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

> Update dependency and plugin versions - Q4 2016
> ---
>
> Key: STREAMS-413
> URL: https://issues.apache.org/jira/browse/STREAMS-413
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Update dependency and plugin versions in poms through-out 
> incubator-streams-master and streams-project.



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


[jira] [Work started] (STREAMS-411) ability (and instructions on how) to run providers directly from console

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on STREAMS-411 started by Steve Blackmon.
--
> ability (and instructions on how) to run providers directly from console
> 
>
> Key: STREAMS-411
> URL: https://issues.apache.org/jira/browse/STREAMS-411
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> All of the providers currently require attachment to a run-time to use.
> If providers could be configured and executed directly from the console, they 
> would become more valuable for casual use cases where users just want to 
> easily grab documents without writing or deploying custom code.
> This would probably take the form of adding a main method and perhaps a 
> Runnable trait to each provider, that when launched resolves the appropriate 
> typesafe config, starts up the provider, and pulls documents out of the 
> outbound queue and writes them to STDOUT as long as the streams is running.
> Instructions how to do this should also be added to the javadocs of the 
> providers and/or the markdowns of each module.



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


[jira] [Work started] (STREAMS-413) Update dependency and plugin versions - Q4 2016

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on STREAMS-413 started by Steve Blackmon.
--
> Update dependency and plugin versions - Q4 2016
> ---
>
> Key: STREAMS-413
> URL: https://issues.apache.org/jira/browse/STREAMS-413
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Update dependency and plugin versions in poms through-out 
> incubator-streams-master and streams-project.



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


[jira] [Assigned] (STREAMS-411) ability (and instructions on how) to run providers directly from console

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon reassigned STREAMS-411:
--

Assignee: Steve Blackmon

> ability (and instructions on how) to run providers directly from console
> 
>
> Key: STREAMS-411
> URL: https://issues.apache.org/jira/browse/STREAMS-411
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> All of the providers currently require attachment to a run-time to use.
> If providers could be configured and executed directly from the console, they 
> would become more valuable for casual use cases where users just want to 
> easily grab documents without writing or deploying custom code.
> This would probably take the form of adding a main method and perhaps a 
> Runnable trait to each provider, that when launched resolves the appropriate 
> typesafe config, starts up the provider, and pulls documents out of the 
> outbound queue and writes them to STDOUT as long as the streams is running.
> Instructions how to do this should also be added to the javadocs of the 
> providers and/or the markdowns of each module.



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


[jira] [Commented] (STREAMS-411) ability (and instructions on how) to run providers directly from console

2016-10-13 Thread Steve Blackmon (JIRA)

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

Steve Blackmon commented on STREAMS-411:


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

> ability (and instructions on how) to run providers directly from console
> 
>
> Key: STREAMS-411
> URL: https://issues.apache.org/jira/browse/STREAMS-411
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> All of the providers currently require attachment to a run-time to use.
> If providers could be configured and executed directly from the console, they 
> would become more valuable for casual use cases where users just want to 
> easily grab documents without writing or deploying custom code.
> This would probably take the form of adding a main method and perhaps a 
> Runnable trait to each provider, that when launched resolves the appropriate 
> typesafe config, starts up the provider, and pulls documents out of the 
> outbound queue and writes them to STDOUT as long as the streams is running.
> Instructions how to do this should also be added to the javadocs of the 
> providers and/or the markdowns of each module.



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


[jira] [Assigned] (STREAMS-413) Update dependency and plugin versions - Q4 2016

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon reassigned STREAMS-413:
--

Assignee: Steve Blackmon

> Update dependency and plugin versions - Q4 2016
> ---
>
> Key: STREAMS-413
> URL: https://issues.apache.org/jira/browse/STREAMS-413
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Update dependency and plugin versions in poms through-out 
> incubator-streams-master and streams-project.



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


[jira] [Commented] (STREAMS-425) better tracking completion in multi-threaded providers

2016-10-13 Thread Steve Blackmon (JIRA)

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

Steve Blackmon commented on STREAMS-425:


streams-provider-twitter implemented and merged

> better tracking completion in multi-threaded providers
> --
>
> Key: STREAMS-425
> URL: https://issues.apache.org/jira/browse/STREAMS-425
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> multi-threaded providers need a better way to track completion.
> the result of isRunning should not depend on whether readCurrent has been 
> called previously, it should just depend on whether any collection threads 
> are running or enqueued.



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


[jira] [Commented] (STREAMS-425) better tracking completion in multi-threaded providers

2016-10-13 Thread Steve Blackmon (JIRA)

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

Steve Blackmon commented on STREAMS-425:


streams-provider-facebook implemented, PR open

> better tracking completion in multi-threaded providers
> --
>
> Key: STREAMS-425
> URL: https://issues.apache.org/jira/browse/STREAMS-425
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> multi-threaded providers need a better way to track completion.
> the result of isRunning should not depend on whether readCurrent has been 
> called previously, it should just depend on whether any collection threads 
> are running or enqueued.



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


[jira] [Work started] (STREAMS-425) better tracking completion in multi-threaded providers

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on STREAMS-425 started by Steve Blackmon.
--
> better tracking completion in multi-threaded providers
> --
>
> Key: STREAMS-425
> URL: https://issues.apache.org/jira/browse/STREAMS-425
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> multi-threaded providers need a better way to track completion.
> the result of isRunning should not depend on whether readCurrent has been 
> called previously, it should just depend on whether any collection threads 
> are running or enqueued.



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


[jira] [Resolved] (STREAMS-427) Support any jackson-compatible class as valid input to base converters and provider converters

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-427.

Resolution: Fixed

> Support any jackson-compatible class as valid input to base converters and 
> provider converters
> --
>
> Key: STREAMS-427
> URL: https://issues.apache.org/jira/browse/STREAMS-427
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> some converters require input datum to be a json string or jackson object 
> node.
> any bean that can be serialized as json should be valid.



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


[jira] [Resolved] (STREAMS-407) add DateTimeSerializers for formats safely, don't crash if invalid

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-407.

Resolution: Fixed

> add DateTimeSerializers for formats safely, don't crash if invalid
> --
>
> Key: STREAMS-407
> URL: https://issues.apache.org/jira/browse/STREAMS-407
> Project: Streams
>  Issue Type: Bug
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> add DateTimeSerializers for formats safely, don't crash if invalid



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


[jira] [Assigned] (STREAMS-415) Proof of concept integration test that pulls actual data from generator

2016-10-13 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon reassigned STREAMS-415:
--

Assignee: Steve Blackmon

> Proof of concept integration test that pulls actual data from generator
> ---
>
> Key: STREAMS-415
> URL: https://issues.apache.org/jira/browse/STREAMS-415
> Project: Streams
>  Issue Type: Test
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Proof of concept integration test that pulls actual data from generator.
> When ITs are enabled, the test should source oauth credentials from the 
> environment and confirm ability to pull down documents from the generator 
> service using a provider class.
> If credentials have not been provided, the failure should illustrate how to 
> provide them.
> Credentials dedicated to running these tests on jenkins will need to be 
> created, added by an admin, and kept active going forward.
> For example: in streams-twitter-provider, collect user information, recents 
> posts by, friends of and followers of @TheASF, and read from spritzer for 5 
> seconds.
> Use a smallish limit and confirm that data comes through and no exceptions 
> are thrown.
> This same pattern should be applied to all providers once a suitable pattern 
> is found.



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


[jira] [Commented] (STREAMS-413) Update dependency and plugin versions - Q4 2016

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

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

ASF GitHub Bot commented on STREAMS-413:


GitHub user steveblackmon opened a pull request:

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

level up facebook provider

update jFacebook client version (STREAMS-413)
use provider without a runtime (STREAMS-403)
add main methods to each Provider (STREAMS-411)
add real integration tests (STREAMS-415)
isolate isRunning and readCurrent (STREAMS-425)
FacebookPostSerDeIT was failing, now it’s passing

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

$ git pull https://github.com/steveblackmon/incubator-streams 0.4-facebook

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

https://github.com/apache/incubator-streams/pull/298.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 #298


commit 112fba0896d0588ea236a42ed5cc7ff95987260f
Author: Steve Blackmon @steveblackmon 
Date:   2016-10-13T20:57:58Z

level up facebook provider

update jFacebook client version (STREAMS-413)
use provider without a runtime (STREAMS-403)
add main methods to each Provider (STREAMS-411)
add real integration tests (STREAMS-415)
isolate isRunning and readCurrent (STREAMS-425)
FacebookPostSerDeIT was failing, now it’s passing




> Update dependency and plugin versions - Q4 2016
> ---
>
> Key: STREAMS-413
> URL: https://issues.apache.org/jira/browse/STREAMS-413
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
> Fix For: 0.4
>
>
> Update dependency and plugin versions in poms through-out 
> incubator-streams-master and streams-project.



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


[GitHub] incubator-streams pull request #298: level up facebook provider

2016-10-13 Thread steveblackmon
GitHub user steveblackmon opened a pull request:

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

level up facebook provider

update jFacebook client version (STREAMS-413)
use provider without a runtime (STREAMS-403)
add main methods to each Provider (STREAMS-411)
add real integration tests (STREAMS-415)
isolate isRunning and readCurrent (STREAMS-425)
FacebookPostSerDeIT was failing, now it’s passing

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

$ git pull https://github.com/steveblackmon/incubator-streams 0.4-facebook

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

https://github.com/apache/incubator-streams/pull/298.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 #298


commit 112fba0896d0588ea236a42ed5cc7ff95987260f
Author: Steve Blackmon @steveblackmon 
Date:   2016-10-13T20:57:58Z

level up facebook provider

update jFacebook client version (STREAMS-413)
use provider without a runtime (STREAMS-403)
add main methods to each Provider (STREAMS-411)
add real integration tests (STREAMS-415)
isolate isRunning and readCurrent (STREAMS-425)
FacebookPostSerDeIT was failing, now it’s passing




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-streams pull request #297: 0.4 youtube

2016-10-13 Thread steveblackmon
GitHub user steveblackmon opened a pull request:

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

0.4 youtube

add console support and integration testing for youtube providers

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

$ git pull https://github.com/steveblackmon/incubator-streams 0.4-youtube

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

https://github.com/apache/incubator-streams/pull/297.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 #297


commit 762ce8c7c58aff54d296afbfbc863e586406f915
Author: Steve Blackmon @steveblackmon 
Date:   2016-10-13T18:21:59Z

level up youtube provider

update google client version (STREAMS-413)
use provider without a runtime (STREAMS-403)
add main methods to each Provider (STREAMS-411)
add real integration tests (STREAMS-415)
isolate isRunning and readCurrent (STREAMS-425)

commit 9688d32bfb9f4526cc13d6eaa507481769a8e477
Author: Steve Blackmon @steveblackmon 
Date:   2016-10-13T18:30:20Z

just 1 line is OK




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (STREAMS-427) Support any jackson-compatible class as valid input to base converters and provider converters

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

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

ASF GitHub Bot commented on STREAMS-427:


Github user steveblackmon commented on the issue:

https://github.com/apache/incubator-streams/pull/294
  
I will lazy consensus merge this in 24 hours.


> Support any jackson-compatible class as valid input to base converters and 
> provider converters
> --
>
> Key: STREAMS-427
> URL: https://issues.apache.org/jira/browse/STREAMS-427
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> some converters require input datum to be a json string or jackson object 
> node.
> any bean that can be serialized as json should be valid.



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


[GitHub] incubator-streams issue #292: resolves STREAMS-407

2016-10-13 Thread steveblackmon
Github user steveblackmon commented on the issue:

https://github.com/apache/incubator-streams/pull/292
  
I will lazy consensus merge this in 24 hours.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (STREAMS-407) add DateTimeSerializers for formats safely, don't crash if invalid

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

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

ASF GitHub Bot commented on STREAMS-407:


Github user steveblackmon commented on the issue:

https://github.com/apache/incubator-streams/pull/292
  
I will lazy consensus merge this in 24 hours.


> add DateTimeSerializers for formats safely, don't crash if invalid
> --
>
> Key: STREAMS-407
> URL: https://issues.apache.org/jira/browse/STREAMS-407
> Project: Streams
>  Issue Type: Bug
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> add DateTimeSerializers for formats safely, don't crash if invalid



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


[GitHub] incubator-streams issue #294: resolves STREAMS-427

2016-10-13 Thread steveblackmon
Github user steveblackmon commented on the issue:

https://github.com/apache/incubator-streams/pull/294
  
I will lazy consensus merge this in 24 hours.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---