Git Product home page Git Product logo

flume-amqp-plugin's People

Contributors

stampy88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

flume-amqp-plugin's Issues

Documentation

Hello,

I am interested in using the AMQP source :)

However, It is hard for me to understand where I should add the configuration:

amqp("exchangeName=exchangeName",
"[,host=host] "
"[,port=port] "
"[,virtualHost=virtualHost] "
"[,userName=user] "
"[,password=password] "
"[,exchangeType=direct] "
"[,durableExchange=false] "
"[,queueName=queueName] "
"[,durableQueue=false] "
"[,exclusiveQueue=false] "
"[,autoDeleteQueue=false] "
"[,bindings=binding1,binding2,bindingN]
"[,useMessageTimestamp=false])"

Is it in flume conf?

Thank you!

Fails to compile against latest Flume source (as of 8 January 2011)

I checked out and built a copy of Flume:

$ git clone git://github.com/cloudera/flume.git
$ cd flume
$ ant

and checked out a copy of the plugin into the plugins dir

$ cd flume/plugins
$ git clone git://github.com/stampy88/flume-amqp-plugin.git

Building it with ant, I get the following errors:

[javac] /Users/mattb/Dev/java/src/flume/plugins/flume-amqp-plugin/build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 3 source files to /Users/mattb/Dev/java/src/flume/plugins/flume-amqp-plugin/build/classes
[javac] /Users/mattb/Dev/java/src/flume/plugins/flume-amqp-plugin/src/main/java/amqp/AmqpEventSource.java:23: cannot find symbol
[javac] symbol  : class CommandLineParser
[javac] location: package com.cloudera.flume.util
[javac] import com.cloudera.flume.util.CommandLineParser;
[javac]                               ^
[javac] /Users/mattb/Dev/java/src/flume/plugins/flume-amqp-plugin/src/main/java/amqp/AmqpEventSource.java:103: <anonymous amqp.AmqpEventSource$1> is not abstract and does not override abstract method build(com.cloudera.flume.conf.Context,java.lang.String...) in com.cloudera.flume.conf.SourceFactory.SourceBuilder
[javac]     return new SourceFactory.SourceBuilder() {
[javac]                                              ^
[javac] /Users/mattb/Dev/java/src/flume/plugins/flume-amqp-plugin/src/main/java/amqp/AmqpEventSource.java:123: cannot find symbol
[javac] symbol: class CommandLineParser
[javac]         CommandLineParser parser = new CommandLineParser(args);
[javac]         ^
[javac] /Users/mattb/Dev/java/src/flume/plugins/flume-amqp-plugin/src/main/java/amqp/AmqpEventSource.java:123: cannot find symbol
[javac] symbol: class CommandLineParser
[javac]         CommandLineParser parser = new CommandLineParser(args);
[javac]                                        ^
[javac] Note: /Users/mattb/Dev/java/src/flume/plugins/flume-amqp-plugin/src/main/java/amqp/AmqpEventSource.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 4 errors

The plugin seems to depend on a CommandLineParser that is (no longer?) present in the Flume source.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.