[GitHub] storm issue #2085: STORM-2492: Adding Cassandra Object Mapper statement buil...

2017-07-22 Thread tandrup
Github user tandrup commented on the issue: https://github.com/apache/storm/pull/2085 @HeartSaVioR ok. I've updated the pull request to pass the style checks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] storm issue #2086: STORM-2491: Adding extra Cassandra configuration paramete...

2017-04-27 Thread tandrup
Github user tandrup commented on the issue: https://github.com/apache/storm/pull/2086 @harshach I've added the new configs to the existing README list. --- 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

[GitHub] storm issue #2085: STORM-2492: Adding Cassandra Object Mapper statement buil...

2017-04-25 Thread tandrup
Github user tandrup commented on the issue: https://github.com/apache/storm/pull/2085 Thanks for the tip @vesense --- 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

[GitHub] storm issue #2086: Adding extra Cassandra configuration parameters

2017-04-24 Thread tandrup
Github user tandrup commented on the issue: https://github.com/apache/storm/pull/2086 @harshach OK. I was hoping my changes was small enough to fall into the _small patches_ category. I'll create a jira. --- If your project is set up for it, you can reply to this email and have

[GitHub] storm issue #2086: Adding extra Cassandra configuration parameters

2017-04-24 Thread tandrup
Github user tandrup commented on the issue: https://github.com/apache/storm/pull/2086 It fails on ``` [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check (default) on project storm: Too many files with unapproved license: 3 See RAT report in: /home

[GitHub] storm issue #2085: Adding Cassandra Object Mapper statement builder.

2017-04-24 Thread tandrup
Github user tandrup commented on the issue: https://github.com/apache/storm/pull/2085 It fails on ``` [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check (default) on project storm: Too many files with unapproved license: 3 See RAT report in: /home

[GitHub] storm pull request #2086: Adding extra Cassandra configuration parameters

2017-04-24 Thread tandrup
GitHub user tandrup opened a pull request: https://github.com/apache/storm/pull/2086 Adding extra Cassandra configuration parameters You can merge this pull request into a Git repository by running: $ git pull https://github.com/tandrup/storm cassandra-conf-updates

[GitHub] storm pull request #2085: Adding Cassandra Object Mapper statement builder.

2017-04-24 Thread tandrup
GitHub user tandrup opened a pull request: https://github.com/apache/storm/pull/2085 Adding Cassandra Object Mapper statement builder. Allow bolts to emit object annotated with `@Table` and generate CQL for them automatically using the Cassandra object mapper. You can merge this

[GitHub] storm pull request: STORM-1028: Eventhub spout meta data

2015-09-04 Thread tandrup
Github user tandrup closed the pull request at: https://github.com/apache/storm/pull/651 --- 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

[GitHub] storm pull request: STORM-1028: Eventhub spout meta data

2015-09-04 Thread tandrup
GitHub user tandrup reopened a pull request: https://github.com/apache/storm/pull/651 STORM-1028: Eventhub spout meta data Add "partition","seq-number" fields to emitted tupples for event sourcing consumers, which need to preserve partition order and be able

[GitHub] storm pull request: Eventhub spout meta data

2015-07-23 Thread tandrup
GitHub user tandrup opened a pull request: https://github.com/apache/storm/pull/651 Eventhub spout meta data Add "partition","seq-number" fields to emitted tupples for event sourcing consumers, which need to preserve partition order and be able to replay. You