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 subversion and git services (Jira)" <ji...@apache.org> on 2023/03/14 11:41:00 UTC

[jira] [Commented] (NIFI-11281) Correct Accumulo NAR Dependencies

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

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

Commit 5b9fabb889785bc8c830017f7a27a9dff5430bab in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5b9fabb889 ]

NIFI-11281 Corrected Accumulo NAR dependencies

- Set accumulo-core to provided in NAR and Services NAR modules
- Removed unused dependencies

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #7042.


> Correct Accumulo NAR Dependencies
> ---------------------------------
>
>                 Key: NIFI-11281
>                 URL: https://issues.apache.org/jira/browse/NIFI-11281
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Major
>             Fix For: 1.latest, 2.latest
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Accumulo bundle includes the following NAR modules:
> * nifi-accumulo-nar
> * nifi-accumulo-services-nar
> * nifi-accumulo-services-api-nar
> All three NAR modules have a direct dependency on {{{}accumulo-core{}}}, which depends on multiple Hadoop modules with a total size of over 70 MB. The {{accumulo-core}} scope should be set to {{provided}} in the {{nar}} and {{services-nar}} modules, as they inherit from {{services-api-nar}}, reducing the final packaged size.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)