You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/22 04:26:12 UTC

[jira] [Commented] (NIFI-1803) Exclude spark classes from nifi-spark-receiver

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

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

GitHub user randerzander opened a pull request:

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

    NIFI-1803: Exclude spark classes from nifi-spark-receiver

    

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

    $ git pull https://github.com/randerzander/nifi master

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

    https://github.com/apache/nifi/pull/375.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 #375
    
----
commit 18c53c5000448477a2bb46a153565a8769e085bc
Author: Randy Gelhausen <rg...@gmail.com>
Date:   2016-04-21T22:11:12Z

    Scoped spark-streaming provided

----


> Exclude spark classes from nifi-spark-receiver
> ----------------------------------------------
>
>                 Key: NIFI-1803
>                 URL: https://issues.apache.org/jira/browse/NIFI-1803
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Randy Gelhausen
>
> The nifi-spark-receiver artifacts includes spark-streaming as a dependency. However, when deploying Spark apps, the Spark framework provides all these classes. Including them in a third party artifact leads to class conflicts and debugging hell.
> The nifi-spark-receiver pom needs to mark spark-streaming as scope provided.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)