[GitHub] nifi pull request #2656: NIFI-5119: Pulling changes from Registry does not r...

2018-04-25 Thread jomach
GitHub user jomach opened a pull request: https://github.com/apache/nifi/pull/2656 NIFI-5119: Pulling changes from Registry does not respect sensitive Informations on Destination * Fix missing sensetive information. * missing unit test Thank you for submitting a

[GitHub] nifi pull request #2656: NIFI-5119: Pulling changes from Registry does not r...

2018-04-25 Thread jomach
Github user jomach closed the pull request at: https://github.com/apache/nifi/pull/2656 ---

[GitHub] nifi issue #2656: NIFI-5119: Pulling changes from Registry does not respect ...

2018-04-25 Thread jomach
Github user jomach commented on the issue: https://github.com/apache/nifi/pull/2656 This is not a issue ---

[GitHub] nifi issue #2339: NIFI-4683: Add ability to execute Spark jobs and code via ...

2018-02-22 Thread jomach
Github user jomach commented on the issue: https://github.com/apache/nifi/pull/2339 hi Guys, this is a great change ! I know that the concept from nifi does not want it but yeah is life. :) One question I have what if the Livy server has Kerberos active where can I give it

[GitHub] nifi pull request #2531: NIFI-4960

2018-03-12 Thread jomach
GitHub user jomach opened a pull request: https://github.com/apache/nifi/pull/2531 NIFI-4960 * fix object setting. Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure the following

[GitHub] nifi pull request #2534: NIFI-4821

2018-03-12 Thread jomach
GitHub user jomach opened a pull request: https://github.com/apache/nifi/pull/2534 NIFI-4821 * Upgrade poi to 3.17 Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure the following

[GitHub] nifi issue #2494: NIFI-4912: Update jackson version to latest stable version...

2018-03-14 Thread jomach
Github user jomach commented on the issue: https://github.com/apache/nifi/pull/2494 +1 ---

[GitHub] nifi issue #2360: NIFI-4323 Wrapped Get/ListHDFS hadoop operations in ugi.do...

2018-01-02 Thread jomach
Github user jomach commented on the issue: https://github.com/apache/nifi/pull/2360 So The Fix is removing the Nifi Thread that renews the Kerberos Token ? From what I noticed until using the UserGroupInformation class is that if I call the method loginUserFromKeytab it will be

[GitHub] nifi issue #2360: NIFI-4323 Wrapped Get/ListHDFS hadoop operations in ugi.do...

2018-01-02 Thread jomach
Github user jomach commented on the issue: https://github.com/apache/nifi/pull/2360 @jtstorck how does this > hadoop libraries we use to handle relogin implicitly Can you give an Example ? Regarding spawnAutoRenewalThreadForUserCreds, you are 100% correc

[GitHub] nifi issue #2360: NIFI-4323 Wrapped Get/ListHDFS hadoop operations in ugi.do...

2018-01-02 Thread jomach
Github user jomach commented on the issue: https://github.com/apache/nifi/pull/2360 Yes, the rpc clients renew the tickets. I agreed with this change now. Hope that others can understand that better now. thanks @jtstorck ---