Windows上搭建Flume運行環境

來源:互聯網
上載者:User

標籤:gen   load   url   color   地址   bin   jdk   tca   world   

1.如果沒有安裝過Java環境,則需首先安裝JDK。

可參考《Windows上搭建Kafka運行環境》中的搭建環境安裝JDK部分

 

2.官方下載Flume(當前為apache-flume-1.8.0-bin.tar.gz)

官方

官方使用者手冊

 

3.根據官方使用者手冊,建立一個簡單例子監聽44444連接埠的輸入並在console中輸出。

①進入apache-flume-1.8.0-bin\conf檔案夾中建立一個example.conf檔案。

# example.conf: A single-node Flume configuration# Name the components on this agenta1.sources = r1a1.sinks = k1a1.channels = c1# Describe/configure the sourcea1.sources.r1.type = netcata1.sources.r1.bind = localhosta1.sources.r1.port = 44444# Describe the sinka1.sinks.k1.type = logger# Use a channel which buffers events in memorya1.channels.c1.type = memorya1.channels.c1.capacity = 1000a1.channels.c1.transactionCapacity = 100# Bind the source and sink to the channela1.sources.r1.channels = c1a1.sinks.k1.channel = c1

 

②使用cmd,進入apache-flume-1.8.0-bin/bin,運行下面命令啟動Flume。

flume-ng agent --conf ../conf --conf-file ../conf/example.conf --name a1 -property flume.root.logger=INFO,console

在console最後能看到下面這個連接埠監聽提示表示Flume進程正常啟動了。

 

③啟動另外一個cmd,使用telnet串連到44444連接埠並發送資訊Hello World!

telnet localhost 44444

 

④在Flume的console中可以看到如下提示

 

以上。

Windows上搭建Flume運行環境

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.