You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/02 16:01:00 UTC

[jira] [Commented] (NIFI-4650) Add Hadoop HttpCore property independent of the HttpClient property

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

ASF GitHub Bot commented on NIFI-4650:
--------------------------------------

Github user mattyb149 commented on the issue:

    https://github.com/apache/nifi/pull/2308
  
    I ran the second command above then checked the versions, got this:
    
    ```
    mvn dependency:list | grep http
    [INFO]    org.apache.httpcomponents:httpcore:jar:4.2.5:compile
    [INFO]    org.apache.httpcomponents:httpclient:jar:4.2.5:compile
    [INFO]    commons-httpclient:commons-httpclient:jar:3.1:compile
    ```



> Add Hadoop HttpCore property independent of the HttpClient property
> -------------------------------------------------------------------
>
>                 Key: NIFI-4650
>                 URL: https://issues.apache.org/jira/browse/NIFI-4650
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Joey Frazee
>            Assignee: Joey Frazee
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> Apache HttpComponents versions HttpClient and HttpCore independently (e.g., 4.5.2 and 4.4.4 used in Hadoop 2.8.x) so overriding hadoop.http.client.version with certain versions of HttpClient or HttpCore isn't currently possible. We should add a separate hadoop.http.core.version to pom.xml and nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)