[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2018-08-27 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2138 finally got time to get back on this one... if you want to have another look @mattyb149 ---

[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2018-07-18 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2138 Hey @mattyb149 - I believe we added this one for Hive 3 processors but forgot this PR. I know you're not available at the moment, but just a reminder for when you're back ;) (or if someone else

[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2018-06-18 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2138 Done @mattyb149 - thanks! ---

[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2018-06-18 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2138 @pvillard31 Mind doing a rebase here, and updating the QUERY_TIMEOUT property to use FlowFile Attribute scope? I pushed up a rebased branch with the additional commit

[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2018-01-03 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2138 Hey @mattyb149, I rebased against master to account for the changes made by Mark in the test framework. Let me know if there is something else. ---

[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2017-10-27 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2138 I talked to @markap14 about it, perhaps this fix is fine or we can just change it to a boolean, but I'll let him take a look too. ---

[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2017-10-19 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2138 I already noticed this error while working on others PRs (I'm a bit surprised I didn't notice the NPE on this PR...). It's because we're checking if the processor is valid before enabling

[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2017-10-18 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2138 I'm getting NPEs in the unit tests, something weird with MockPropertyValue getting created without "expectExpressions" being set to anything, causing isExpressionLanguagePresent() to throw the NPE

[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2017-10-09 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2138 Thanks for the review @mattyb149 and @joewitt. I updated the property description based on your comments. Regarding the unit test, since I'm using a ``HiveStatement`` object in the custom validate

[GitHub] nifi issue #2138: NIFI-4371 - add support for query timeout in Hive processo...

2017-10-06 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2138 The "unit tests" for TestSelectHiveQL use Derby as the database, only to test the functionality of getting the "HiveQL" statement to the database and parsing its results. In that vein, Derby