-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch-results.html
300 lines (203 loc) · 12.8 KB
/
search-results.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Apache Flink 1.1.0 中文文档: 搜索结果</title>
<link rel="shortcut icon" href="/1.1.0/page/favicon.ico" type="image/x-icon">
<link rel="icon" href="/1.1.0/page/favicon.ico" type="image/x-icon">
<!-- Bootstrap -->
<link href="//cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/1.1.0/page/css/flink.css">
<link rel="stylesheet" href="/1.1.0/page/css/syntax.css">
<link rel="stylesheet" href="/1.1.0/page/css/codetabs.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div style="position:fixed; bottom:0; left:0; z-index:99999; width:100%; text-align:center; padding:15px; border-top:1px dashed #CE4B65; background:#f6f0e3; font-weight:bold">
本文档适用于 Apache Flink 的旧版本,建议使用 <a href="http://doc.flink-china.org/latest/">最新版本的文档</a> 。
</div>
<!-- Top navbar. -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- The logo. -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-logo">
<a href="http://flink-china.org"><img alt="Apache Flink" src="/1.1.0/page/img/navbar-brand-logo.jpg"></a>
</div>
</div><!-- /.navbar-header -->
<!-- The navigation links. -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="hidden-sm "><a href="/1.1.0/">中文文档 1.1</a></li>
<li class="hidden-sm "><a href="/1.1.0/features.html">特性</a></li>
<!-- Quickstart -->
<li class="dropdown">
<a href="/1.1.0/quickstart" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">快速起步<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class=""><a href="/1.1.0/quickstart/setup_quickstart.html">安装</a></li>
<li class=""><a href="/1.1.0/quickstart/run_example_quickstart.html">例子: 维基百科编辑流</a></li>
<li class=""><a href="/1.1.0/quickstart/java_api_quickstart.html">Java API</a></li>
<li class=""><a href="/1.1.0/quickstart/scala_api_quickstart.html">Scala API</a></li>
</ul>
</li>
<!-- Setup -->
<li class="dropdown">
<a href="/1.1.0/setup" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">安装 <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class=""><a href="/1.1.0/setup/building.html">构建 Flink</a></li>
<li class=""><a href="/1.1.0/setup/config.html">Configuration</a></li>
<li class="divider"></li>
<li role="presentation" class="dropdown-header"><strong>部署</strong></li>
<li class=""><a href="/1.1.0/setup/local_setup.html">本地</a></li>
<li class=""><a href="/1.1.0/setup/cluster_setup.html">集群 (Standalone)</a></li>
<li class=""><a href="/1.1.0/setup/yarn_setup.html">YARN</a></li>
<li class=""><a href="/1.1.0/setup/gce_setup.html">Google Compute Engine</a></li>
<li class=""><a href="/1.1.0/setup/jobmanager_high_availability.html">High Availability</a></li>
</ul>
</li>
<!-- Programming Guides -->
<li class="dropdown">
<a href="/1.1.0/apis" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">编程指南 <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class=""><a href="/1.1.0/apis/common/"><strong>基本概念</strong></a></li>
<li class=""><a href="/1.1.0/apis/streaming/"><strong>Streaming 指南</strong> (DataStream API)</a></li>
<li class=""><a href="/1.1.0/apis/batch/"><strong>Batch 指南</strong> (DataSet API)</a></li>
<li class=""><a href="/1.1.0/apis/best_practices.html">Best Practices</a></li>
<li class=""><a href="/1.1.0/apis/cli.html">命令行接口(CLI)</a></li>
<li class=""><a href="/1.1.0/apis/local_execution.html">本地执行</a></li>
<li class=""><a href="/1.1.0/apis/cluster_execution.html">Cluster Execution</a></li>
<li class=""><a href="/1.1.0/apis/scala_shell.html">Scala Shell</a></li>
<li class=""><a href="/1.1.0/apis/java8.html">Java 8</a></li>
<li class=""><a href="/1.1.0/apis/metrics.html">Metrics</a></li>
</ul>
</li>
<!-- Libraries -->
<li class="dropdown">
<a href="/1.1.0/libs" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">类库 <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class=""><a href="/1.1.0/apis/batch/libs/gelly.html">Graphs: Gelly</a></li>
<li class=""><a href="/1.1.0/apis/streaming/libs/cep.html">CEP</a></li>
<li class=""><a href="/1.1.0/apis/batch/libs/ml/">Machine Learning</a></li>
<li class=""><a href="/1.1.0/apis/batch/libs/table.html">Relational: Table</a></li>
</ul>
</li>
<!-- Internals -->
<li class="dropdown">
<a href="/1.1.0/internals" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">内部 <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li role="presentation" class="dropdown-header"><strong>Contribute</strong></li>
<li><a href="http://flink.apache.org/how-to-contribute.html"><small><span class="glyphicon glyphicon-new-window"></span></small> How to Contribute</a></li>
<li><a href="http://flink.apache.org/contribute-code.html#coding-guidelines"><small><span class="glyphicon glyphicon-new-window"></span></small> Coding Guidelines</a></li>
<li class=""><a href="/1.1.0/internals/ide_setup.html">IDE Setup</a></li>
<li class=""><a href="/1.1.0/internals/logging.html">Logging</a></li>
<li class=""><a href="/1.1.0/internals/general_arch.html">Architecture and Process Model</a></li>
<li class=""><a href="/1.1.0/internals/stream_checkpointing.html">Data Streaming的容错机制</a></li>
<li class=""><a href="/1.1.0/internals/types_serialization.html">Type Extraction and Serialization</a></li>
<li class=""><a href="/1.1.0/internals/monitoring_rest_api.html">Monitoring REST API</a></li>
<li class=""><a href="/1.1.0/internals/job_scheduling.html">Jobs and Scheduling</a></li>
<li class=""><a href="/1.1.0/internals/add_operator.html">How-To: Add an Operator</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a class="hidden-sm" href="http://blog.flink-china.org" target="_blank">
<small><span class="glyphicon glyphicon-new-window"></span></small> 博客</a></li>
<li class="hidden-sm "><a href="/1.1.0/about/">关于本站</a></li>
</ul>
<form class="navbar-form navbar-right hidden-sm hidden-md" role="search" action="/1.1.0/search-results.html">
<div class="form-group">
<input type="text" class="form-control" size="16px" name="q" placeholder="Search all pages">
</div>
<button type="submit" class="btn btn-default">搜索</button>
</form>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- Main content. -->
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text">
<!-- Artifact name change warning. Remove for the 1.0 release. -->
<div class="panel panel-default">
<div class="panel-body"><strong>重要</strong>: 依赖于Scala的maven artifacts现在会添加一个Scala主版本的后缀,例如 "2.10" 或 "2.11". 请查阅<a href="https://cwiki.apache.org/confluence/display/FLINK/Maven+artifact+names+suffixed+with+Scala+version">迁移指南</a>.</div>
</div>
<h1>搜索结果</h1>
<script>
(function() {
var cx = '004371916725812049959:18aaxupgvhw';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchresults-only></gcse:searchresults-only>
<div class="footer">
发现错误?想参与编辑?
<a href="https://github.com/flink-china/flink-china-doc/edit/1.1.0/search-results.md" target="_blank">
在 Github 上编辑此页!
</a>
</div>
</div>
</div>
</div><!-- /.container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="//cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/anchor-js/3.1.0/anchor.min.js"></script>
<script src="/1.1.0/page/js/flink.js"></script>
<!-- Google Analytics -->
<!-- script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52545728-1', 'auto');
ga('send', 'pageview');
</script -->
<!-- Baidu Analytics -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?835985ad7943d8c24bc3c1f155b7d4a2";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Disqus -->
</body>
</html>