Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A51F5200B2D for ; Thu, 16 Jun 2016 22:58:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9BA2F160A61; Thu, 16 Jun 2016 20:58:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DC2841602C5 for ; Thu, 16 Jun 2016 22:58:05 +0200 (CEST) Received: (qmail 70626 invoked by uid 500); 16 Jun 2016 20:58:05 -0000 Mailing-List: contact dev-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list dev@nifi.apache.org Received: (qmail 70612 invoked by uid 99); 16 Jun 2016 20:58:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2016 20:58:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A6A7AE009D; Thu, 16 Jun 2016 20:58:04 +0000 (UTC) From: jskora To: dev@nifi.apache.org Reply-To: dev@nifi.apache.org References: In-Reply-To: Subject: [GitHub] nifi issue #252: NIFI-615 - Create a processor to extract WAV file character... Content-Type: text/plain Message-Id: <20160616205804.A6A7AE009D@git1-us-west.apache.org> Date: Thu, 16 Jun 2016 20:58:04 +0000 (UTC) archived-at: Thu, 16 Jun 2016 20:58:06 -0000 Github user jskora commented on the issue: https://github.com/apache/nifi/pull/252 Ironically, this boils down to a version dependency conflict between ExtractMediaMetadata which uses Tika 1.7 which uses Drew Noakes' Metadata-Extract 2.6.2 and the existing ExtractImageMetadata which used Drew Noakes' Metadata-Extract 2.7.2. I'm looking into ways to resolve this. One option may be to return ExtractImageMetadata to it's own nifi-image-bundle nar and create a new nifi-media-bundle-nar instead the rename of n-image-b-n to n-media-b-n that I originally did. Another is to look into newer Tika versions, but I don't know if that will create other problems. I'll keep you posted. --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---