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

Mike Percy commented on FLUME-1677:
-----------------------------------

Can you clarify exactly where file channel is being referenced in the node 
module? I don't see it in there:

{mpercy@silverdoom}$ pwd
/Users/mpercy/src/flume/flume-ng-node/src
{mpercy@silverdoom}$ find . -type f -name FileChannel
{mpercy@silverdoom}$ 

Maybe it's in a transitive dependency, which should be fixed in this fashion 
instead of declaring an explicit dependency on a transitive dep.
                
> Add File-channel dependency to flume-ng-node's pom.xml
> ------------------------------------------------------
>
>                 Key: FLUME-1677
>                 URL: https://issues.apache.org/jira/browse/FLUME-1677
>             Project: Flume
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: v1.2.0
>            Reporter: Roshan Naik
>            Assignee: Roshan Naik
>            Priority: Minor
>             Fix For: v1.4.0
>
>         Attachments: FLUME-1677.patch
>
>
> flume-ng-node/pom.xml  is missing dependency on file channel. Leads to class 
> not found 'org.apache.flume.channel.file.FileChannel' exception when 
> running/debugging Flume within IDEs (if file channel is being used).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to