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

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

Github user jtstorck commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1636#discussion_r109742535
  
    --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml ---
    @@ -35,6 +35,12 @@
                 <artifactId>nifi-azure-processors</artifactId>
                 <version>1.2.0-SNAPSHOT</version>
             </dependency>
    +        
    +        <dependency>
    +            <groupId>org.apache.nifi</groupId>
    +            <artifactId>nifi-standard-services-api-nar</artifactId>
    --- End diff --
    
    Since nifi-azure-processors depends on nifi-standard-processors, this 
dependency should be changed to nifi-standard-nar, which specifies a dependency 
on nifi-standard-services-api-nar itself.  This will enable nifi-azure-nar's 
classloader to have the classes that are depended upon (in 
nifi-standard-processors) by nifi-azure-processors, which in turn allows 
nifi-azure-processors to specify nifi-standard-processors as a provided 
dependency, which fixes the standard processors being loaded twice.
    
    ```xml
            <dependency>
                <groupId>org.apache.nifi</groupId>
                <artifactId>nifi-standard-nar</artifactId>
                <type>nar</type>
            </dependency>  
    ```


> Add support for Azure Blob Storage and Table Storage
> ----------------------------------------------------
>
>                 Key: NIFI-1833
>                 URL: https://issues.apache.org/jira/browse/NIFI-1833
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 0.6.1
>            Reporter: Simon Elliston Ball
>            Priority: Minor
>
> It would be useful to have an Azure equivalent of the current S3 capability. 
> Azure also provides a Table storage mechanism, providing simple key value 
> storage. Since the Azure SDKs are Apache Licensed, this should be reasonably 
> straightforward. A first cut is available as an addition to the existing 
> azure bundle.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to