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

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

Randy Gelhausen created NIFI-1803:
-------------------------------------

             Summary: 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)