次のエラーが表示されますが、その理由がわかりません。シンクを「コンソール」に変更すると、正常に動作します。2 つの異なるノードを除いて、flume のドキュメントから例を再作成しようとしています。これはCDH3を使用しています。
2011-10-20 17:41:13,046 [main] WARN text.FormatFactory: Unable to load output format plugin class - Class not found
2011-10-20 17:41:13,065 [main] INFO agent.FlumeNode: Loading spec from command line: 'foo:console|agentSink("somehost",35853);'
2011-10-20 17:41:13,228 [main] WARN agent.FlumeNode: Caught exception loading node:null
私はflumeをそのように実行しようとしています:
flume node_nowatch -1 -s -n foo -c 'foo:console|agentSink("somehost",35853);'
前もって感謝します。