[GitHub] nifi issue #2768: NIFI-5278: fixes JSON escaping of code parameter in Execut...

2018-06-21 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2768 +1 LGTM, ran build with unit tests and tried a pyspark session with `print('Hi')`, verified it fails before the fix and passes after. Thanks for the fix! Merging to master ---

[GitHub] nifi issue #2768: NIFI-5278: fixes JSON escaping of code parameter in Execut...

2018-06-21 Thread peter-toth
Github user peter-toth commented on the issue: https://github.com/apache/nifi/pull/2768 @mattyb149 I've rebased this onto latest master. ---

[GitHub] nifi issue #2768: NIFI-5278: fixes JSON escaping of code parameter in Execut...

2018-06-18 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2768 @peter-toth can you rebase this against the latest master? Not sure if you'd worked on this and other Livy stuff at the same time, but there are now merge conflicts and I wasn't quite sure what to i

[GitHub] nifi issue #2768: NIFI-5278: fixes JSON escaping of code parameter in Execut...

2018-06-09 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/nifi/pull/2768 LGTM ---

[GitHub] nifi issue #2768: NIFI-5278: fixes JSON escaping of code parameter in Execut...

2018-06-08 Thread peter-toth
Github user peter-toth commented on the issue: https://github.com/apache/nifi/pull/2768 @joewitt , thanks for the feedback. I've added Apache Commons Text to NOTICE of the nifi-livy-nar and nifi-assembly as you suggested. I checked that it does not bring in any new transitive dependen

[GitHub] nifi issue #2768: NIFI-5278: fixes JSON escaping of code parameter in Execut...

2018-06-07 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/2768 @peter-toth Since this is adding a new dependency (at least directly and possibly transitively) we'll at least need to make a License and Notice update. Can you please verify what the old dependencies

[GitHub] nifi issue #2768: NIFI-5278: fixes JSON escaping of code parameter in Execut...

2018-06-07 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/nifi/pull/2768 Is there a test that should be created or updated for this change? ---