Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-2817

Sink for multi-agent flow example in user guide is set up incorrectly

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.6.0
    • 1.8.0
    • Docs

    Description

      The multi-agent flow example tries to set up an avro sink like this:

      # avro sink properties
      agent_foo.sources.avro-forward-sink.type = avro
      agent_foo.sources.avro-forward-sink.hostname = 10.1.1.100
      agent_foo.sources.avro-forward-sink.port = 10000
      

      But shouldn't it be like this?

      # avro sink properties
      agent_foo.sinks.avro-forward-sink.type = avro
      agent_foo.sinks.avro-forward-sink.hostname = 10.1.1.100
      agent_foo.sinks.avro-forward-sink.port = 10000
      

      I tried the original way just to make sure, but it doesn't seem to work.

      Attachments

        Issue Links

          Activity

            People

              marcellhegedus Marcell Hegedus
              st028 Sam Thompson
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: