[GitHub] nifi issue #2582: NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-pro...

2018-04-25 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2582 @jtstorck I tested this against a 2.6 Hadoop with Kerberos and also a 3.0.0 and it appears to work against both so I'm planning to merge this. I do think we should make it as easy as possible

[GitHub] nifi issue #2582: NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-pro...

2018-04-11 Thread tasanuma
Github user tasanuma commented on the issue: https://github.com/apache/nifi/pull/2582 Thanks for working on this task. Basically, Wire Protocols between Hadoop clients and servers can be broken if they aren't within a major version. I think we should carefully proceed.

[GitHub] nifi issue #2582: NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-pro...

2018-04-10 Thread jtstorck
Github user jtstorck commented on the issue: https://github.com/apache/nifi/pull/2582 @MikeThomsen I did run against HDP 2.6. Using client configs downloaded from a secure HDP 2.6 cluster, I was able to test Put/List/Fetch/DeleteHDFS, including TDE directories. ---

[GitHub] nifi issue #2582: NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-pro...

2018-04-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2582 Will review this soon... @MikeThomsen I think the intent here is to move master to use Hadoop 3.0.0 dependencies (3.1.0 is even out now)... If anyone needs to continue using the Hadoop 2.x

[GitHub] nifi issue #2582: NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-pro...

2018-04-10 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2582 @jtstorck have you tried these changes against a Hadoop 2.X cluster? ---