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

avro-sink example is wrong in user guide

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • None
    • None

    Description

      Says:

      agent_foo.channels = memoryChannel-1
      agent_foo.sinks = avroSink-1
      agent_foo.sinks.avroSink-1.type = avro
      agent_foo.sinks.avroSink-1.channels = memoryChannel-1
      agent_foo.sinks.avroSink-1.hostname = 10.10.10.10
      agent_foo.sinks.avroSink-1.port = 4545

      but it should be:

      agent_foo.sinks.avroSink-1.channel = memoryChannel-1

      channels is not valid

      Attachments

        1. FLUME-1547.patch
          0.6 kB
          Mike Percy

        Activity

          People

            mpercy Mike Percy
            mpercy Mike Percy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: