[jira] [Commented] (NIFI-4923) Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0

2018-04-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452936#comment-16452936
 ] 

ASF GitHub Bot commented on NIFI-4923:
--

Github user asfgit closed the pull request at:

https://github.com/apache/nifi/pull/2582


> Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0
> ---
>
> Key: NIFI-4923
> URL: https://issues.apache.org/jira/browse/NIFI-4923
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Jeff Storck
>Assignee: Jeff Storck
>Priority: Major
>
> Update the hadoop-client dependency to 3.0.0 in nifi-hadoop-libraries-nar, 
> and hadoop-utils.  Also, add explicit (provided) dependency on 
> hadoop-hdfs-client to nifi-hdfs-processors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-4923) Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0

2018-04-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452934#comment-16452934
 ] 

ASF subversion and git services commented on NIFI-4923:
---

Commit 88c079e447b355b5eb9e127a33571969d66aea24 in nifi's branch 
refs/heads/master from [~jtstorck]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=88c079e ]

NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-processors, and 
nifi-hadoop-utils dependency on hadoop-client from 2.7.3 to 3.0.0

This closes #2582.

Signed-off-by: Bryan Bende 


> Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0
> ---
>
> Key: NIFI-4923
> URL: https://issues.apache.org/jira/browse/NIFI-4923
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Jeff Storck
>Assignee: Jeff Storck
>Priority: Major
>
> Update the hadoop-client dependency to 3.0.0 in nifi-hadoop-libraries-nar, 
> and hadoop-utils.  Also, add explicit (provided) dependency on 
> hadoop-hdfs-client to nifi-hdfs-processors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-4923) Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0

2018-04-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452835#comment-16452835
 ] 

ASF GitHub Bot commented on NIFI-4923:
--

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 for users to get the older 
NARs if for some reason they really do need to use the 2.x Hadoop client.

The easiest way to do this would be to just grab from Nexus and drop them 
into the lib directory:


http://central.maven.org/maven2/org/apache/nifi/nifi-hadoop-libraries-nar/1.6.0/nifi-hadoop-libraries-nar-1.6.0.nar

http://central.maven.org/maven2/org/apache/nifi/nifi-hadoop-nar/1.6.0/nifi-hadoop-nar-1.6.0.nar

I'm thinking we can either put links to these on our main Downloads page, 
or we can link to them in the Migration Guidance Wiki page.


> Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0
> ---
>
> Key: NIFI-4923
> URL: https://issues.apache.org/jira/browse/NIFI-4923
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Jeff Storck
>Assignee: Jeff Storck
>Priority: Major
>
> Update the hadoop-client dependency to 3.0.0 in nifi-hadoop-libraries-nar, 
> and hadoop-utils.  Also, add explicit (provided) dependency on 
> hadoop-hdfs-client to nifi-hdfs-processors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-4923) Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0

2018-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433714#comment-16433714
 ] 

ASF GitHub Bot commented on NIFI-4923:
--

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.

FYI:

http://hadoop.apache.org/docs/r3.1.0/hadoop-project-dist/hadoop-common/Compatibility.html#Wire_Protocols
https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+3.0.0+Release


> Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0
> ---
>
> Key: NIFI-4923
> URL: https://issues.apache.org/jira/browse/NIFI-4923
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Jeff Storck
>Assignee: Jeff Storck
>Priority: Major
>
> Update the hadoop-client dependency to 3.0.0 in nifi-hadoop-libraries-nar, 
> and hadoop-utils.  Also, add explicit (provided) dependency on 
> hadoop-hdfs-client to nifi-hdfs-processors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-4923) Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0

2018-04-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433239#comment-16433239
 ] 

ASF GitHub Bot commented on NIFI-4923:
--

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.


> Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0
> ---
>
> Key: NIFI-4923
> URL: https://issues.apache.org/jira/browse/NIFI-4923
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Jeff Storck
>Assignee: Jeff Storck
>Priority: Major
>
> Update the hadoop-client dependency to 3.0.0 in nifi-hadoop-libraries-nar, 
> and hadoop-utils.  Also, add explicit (provided) dependency on 
> hadoop-hdfs-client to nifi-hdfs-processors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-4923) Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0

2018-04-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16432592#comment-16432592
 ] 

ASF GitHub Bot commented on NIFI-4923:
--

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 dependencies then they can take the NARs from the previous release 
and add them in. For example, if 1.7.0 moves to 3.0.0, someone can take the 
nifi-hadoop-nar and nifi-hadoop-libraries-nar from 1.6.0 and drop them into 
1.7.0. 


> Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0
> ---
>
> Key: NIFI-4923
> URL: https://issues.apache.org/jira/browse/NIFI-4923
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Jeff Storck
>Assignee: Jeff Storck
>Priority: Major
>
> Update the hadoop-client dependency to 3.0.0 in nifi-hadoop-libraries-nar, 
> and hadoop-utils.  Also, add explicit (provided) dependency on 
> hadoop-hdfs-client to nifi-hdfs-processors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-4923) Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0

2018-04-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16432551#comment-16432551
 ] 

ASF GitHub Bot commented on NIFI-4923:
--

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?


> Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0
> ---
>
> Key: NIFI-4923
> URL: https://issues.apache.org/jira/browse/NIFI-4923
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Jeff Storck
>Assignee: Jeff Storck
>Priority: Major
>
> Update the hadoop-client dependency to 3.0.0 in nifi-hadoop-libraries-nar, 
> and hadoop-utils.  Also, add explicit (provided) dependency on 
> hadoop-hdfs-client to nifi-hdfs-processors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-4923) Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0

2018-03-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412748#comment-16412748
 ] 

ASF GitHub Bot commented on NIFI-4923:
--

GitHub user jtstorck opened a pull request:

https://github.com/apache/nifi/pull/2582

NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-processors, an…

…d nifi-hadoop-utils dependency on hadoop-client from 2.7.3 to 3.0.0

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 steps have been taken:

### For all changes:
- [x] Is there a JIRA ticket associated with this PR? Is it referenced 
 in the commit message?

- [x] Does your PR title start with NIFI- where  is the JIRA number 
you are trying to resolve? Pay particular attention to the hyphen "-" character.

- [x] Has your PR been rebased against the latest commit within the target 
branch (typically master)?

- [x] Is your initial contribution a single, squashed commit?

### For code changes:
- [x] Have you ensured that the full suite of tests is executed via mvn 
-Pcontrib-check clean install at the root nifi folder?
- [ ] Have you written or updated unit tests to verify your changes?
- [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)? 
- [ ] If applicable, have you updated the LICENSE file, including the main 
LICENSE file under nifi-assembly?
- [ ] If applicable, have you updated the NOTICE file, including the main 
NOTICE file found under nifi-assembly?
- [ ] If adding new Properties, have you added .displayName in addition to 
.name (programmatic access) for each of the new properties?

### For documentation related changes:
- [ ] Have you ensured that format looks appropriate for the output in 
which it is rendered?

### Note:
Please ensure that once the PR is submitted, you check travis-ci for build 
issues and submit an update to your PR as soon as possible.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jtstorck/nifi NIFI-4923

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nifi/pull/2582.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2582






> Upgrade nifi-hadoop-libraries-nar hadoop-client version dependency to 3.0.0
> ---
>
> Key: NIFI-4923
> URL: https://issues.apache.org/jira/browse/NIFI-4923
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Jeff Storck
>Assignee: Jeff Storck
>Priority: Major
>
> Update the hadoop-client dependency to 3.0.0 in nifi-hadoop-libraries-nar, 
> and hadoop-utils.  Also, add explicit (provided) dependency on 
> hadoop-hdfs-client to nifi-hdfs-processors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)