Ryan,
I pulled this in locally and built the nar. It looks like this nar is bringing in a *LOT* of dependencies. Over 40 MB worth. Looking at what it brings in, I’m guessing that many of those are not needed. Can you take a look and see what can be paired down? For example, I’m seeing commons-httpclient-3.1, httpclient-4.3.6, httpcore-4.3.3; all of these seem to be conflicting to me. I’m also seeing zookeeper getting pulled in, log4j, slf4j-log4j12-1.7.5 (this can probably just be marked as provided), kite-data-hbase, kite-data-hive, hadoop-yarn-common, hadoop-mapreduce-client-core, hadoop-hdfs, hadoop-common, apache-Kerberos-codec… Some of these may be necessary, but I’m guessing that the majority of these dependencies are not needed at all in order to do what we need for NiFi. Thanks -Mark From: rdblue Sent: Tuesday, February 17, 2015 7:51 PM To: [email protected] Github user rdblue commented on the pull request: https://github.com/apache/incubator-nifi/pull/24#issuecomment-74789039 Thanks for the reviews! I've update the PR with the needed changes. I also noticed that I was using the deprecated annotations, so I updated those as well. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at [email protected] or file a JIRA ticket with INFRA. ---
