-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
452 additions
and
22 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
<meta name="author" content="xxzuo"> | ||
<meta name="keywords" content=""> | ||
|
||
<title>Flume-Sinks文档(未开始) - Blog</title> | ||
<title>Flume-Sinks文档(进行中) - Blog</title> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" /> | ||
|
||
|
@@ -163,7 +163,7 @@ | |
<div class="full-bg-img"> | ||
<div class="mask flex-center" style="background-color: rgba(0, 0, 0, 0.3)"> | ||
<div class="page-header text-center fade-in-up"> | ||
<span class="h2" id="subtitle" title="Flume-Sinks文档(未开始)"> | ||
<span class="h2" id="subtitle" title="Flume-Sinks文档(进行中)"> | ||
|
||
</span> | ||
|
||
|
@@ -190,7 +190,7 @@ | |
|
||
<span class="post-meta mr-2"> | ||
<i class="iconfont icon-chart"></i> | ||
0 字 | ||
201 字 | ||
</span> | ||
|
||
|
||
|
@@ -200,7 +200,7 @@ | |
<i class="iconfont icon-clock-fill"></i> | ||
|
||
|
||
1 | ||
2 | ||
分钟 | ||
</span> | ||
|
||
|
@@ -230,10 +230,12 @@ | |
<div class="py-5" id="board"> | ||
<article class="post-content mx-auto"> | ||
<!-- SEO header --> | ||
<h1 style="display: none">Flume-Sinks文档(未开始)</h1> | ||
<h1 style="display: none">Flume-Sinks文档(进行中)</h1> | ||
|
||
<div class="markdown-body"> | ||
|
||
<h3 id="Flume-Sinks"><a href="#Flume-Sinks" class="headerlink" title="Flume Sinks"></a>Flume Sinks</h3><h4 id="HDFS-Sink"><a href="#HDFS-Sink" class="headerlink" title="HDFS Sink"></a>HDFS Sink</h4><p>该 Sink 将事件写入 Hadoop 分布式文件系统 (HDFS)。 它目前支持创建文本和序列文件。 它支持两种文件类型的压缩。 可以根据经过的时间或数据大小或事件数量定期滚动文件(关闭当前文件并创建新文件)。 它还按时间戳或事件起源的机器等属性对数据进行存储/分区。 HDFS 目录路径可能包含格式化转义序列,这些序列将被 HDFS 接收器替换,以生成用于存储事件的目录/文件名。 使用此Sink 需要安装 hadoop,以便 Flume 可以使用 Hadoop jar 与 HDFS 集群进行通信。 请注意,需要支持sync() 调用的Hadoop版本。</p> | ||
<p>以下是支持的转义序列:</p> | ||
|
||
</div> | ||
<hr> | ||
<div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters