You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/04/05 23:15:00 UTC

[GitHub] [nifi] joewitt commented on a change in pull request #4184: NIFI-7320 Adding HDFS Content Repository implementation.

joewitt commented on a change in pull request #4184: NIFI-7320 Adding HDFS Content Repository implementation.
URL: https://github.com/apache/nifi/pull/4184#discussion_r403771033
 
 

 ##########
 File path: nifi-assembly/pom.xml
 ##########
 @@ -192,6 +192,12 @@ language governing permissions and limitations under the License. -->
             <artifactId>nifi-hadoop-nar</artifactId>
             <version>1.12.0-SNAPSHOT</version>
             <type>nar</type>
+    	</dependency>
+	<dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-hdfs-repository-nar</artifactId>
 
 Review comment:
   This cannot be in the convenience binary at this point.  We cannot afford to add nars unless their size is trivial (we're already over capacity in terms of build size).  Instead there should be instructions for users that want to experiment with this on how to add it to their nifi installs. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services