提交 bbc90686 编写于 作者: U Ufuk Celebi

[docs] Update stack figure on docs start page

上级 be1cf9d1
......@@ -35,23 +35,20 @@ If you want to write your first program, look at one of the available quickstart
This is an overview of Flink's stack. Click on any component to go to the respective documentation page.
<img src="fig/overview-stack-0.9.png" width="893" height="450" alt="Stack" usemap="#overview-stack">
<center>
<img src="fig/stack.png" width="700px" alt="Apache Flink: Stack" usemap="#overview-stack">
</center>
<map name="overview-stack">
<area shape="rect" coords="188,0,263,200" alt="Graph API: Gelly" href="libs/gelly_guide.html">
<area shape="rect" coords="268,0,343,200" alt="Flink ML" href="libs/ml/">
<area shape="rect" coords="348,0,423,200" alt="Table" href="libs/table.html">
<area shape="rect" coords="188,205,538,260" alt="DataSet API (Java/Scala)" href="apis/batch/index.html">
<area shape="rect" coords="543,205,893,260" alt="DataStream API (Java/Scala)" href="apis/streaming/index.html">
<!-- <area shape="rect" coords="188,275,538,330" alt="Optimizer" href="optimizer.html"> -->
<!-- <area shape="rect" coords="543,275,893,330" alt="Stream Builder" href="streambuilder.html"> -->
<area shape="rect" coords="188,335,893,385" alt="Flink Runtime" href="internals/general_arch.html">
<area shape="rect" coords="188,405,328,455" alt="Local" href="apis/local_execution.html">
<area shape="rect" coords="333,405,473,455" alt="Remote" href="apis/cluster_execution.html">
<area shape="rect" coords="478,405,638,455" alt="Embedded" href="apis/local_execution.html">
<area shape="rect" coords="643,405,765,455" alt="YARN" href="setup/yarn_setup.html">
<area id="lib-datastream-cep" title="CEP: Complex Event Processing" href="{{ site.baseurl }}/apis/streaming/libs/cep.html" shape="rect" coords="63,0,143,177" />
<area id="lib-datastream-table" title="Table: Relational DataStreams" href="{{ site.baseurl }}/apis/batch/libs/table.html" shape="rect" coords="143,0,223,177" />
<area id="lib-dataset-ml" title="FlinkML: Machine Learning" href="{{ site.baseurl }}/apis/batch/libs/ml/index.html" shape="rect" coords="382,2,462,176" />
<area id="lib-dataset-gelly" title="Gelly: Graph Processing" href="{{ site.baseurl }}/apis/batch/libs/gelly.html" shape="rect" coords="461,0,541,177" />
<area id="lib-dataset-table" title="Table: Relational DataSets" href="{{ site.baseurl }}/apis/batch/libs/table.html" shape="rect" coords="544,0,624,177" />
<area id="datastream" title="DataStream API" href="{{ site.baseurl }}/apis/streaming/index.html" shape="rect" coords="64,177,379,255" />
<area id="dataset" title="DataSet API" href="{{ site.baseurl }}/apis/batch/index.html" shape="rect" coords="382,177,697,255" />
<area id="runtime" title="Runtime" href="{{ site.baseurl }}/internals/general_arch.html" shape="rect" coords="63,257,700,335" />
<area id="local" title="Local" href="{{ site.baseurl }}/setup/local_setup.html" shape="rect" coords="62,337,275,414" />
<area id="cluster" title="Cluster" href="{{ site.baseurl }}/setup/cluster_setup.html" shape="rect" coords="273,336,486,413" />
<area id="cloud" title="Cloud" href="{{ site.baseurl }}/setup/gce_setup.html" shape="rect" coords="485,336,700,414" />
</map>
......@@ -62,25 +62,22 @@ Table for queries on logical tables, FlinkML for Machine Learning, and Gelly for
You can click on the components in the figure to learn more.
<img src="../fig/overview-stack-0.9.png" width="893" height="450" alt="Stack" usemap="#overview-stack">
<center>
<img src="../fig/stack.png" width="700px" alt="Apache Flink: Stack" usemap="#overview-stack">
</center>
<map name="overview-stack">
<area shape="rect" coords="188,0,263,200" alt="Graph API: Gelly" href="../libs/gelly_guide.html">
<area shape="rect" coords="268,0,343,200" alt="Flink ML" href="../libs/ml/">
<area shape="rect" coords="348,0,423,200" alt="Table" href="../libs/table.html">
<area shape="rect" coords="188,205,538,260" alt="DataSet API (Java/Scala)" href="../apis/programming_guide.html">
<area shape="rect" coords="543,205,893,260" alt="DataStream API (Java/Scala)" href="../apis/streaming_guide.html">
<!-- <area shape="rect" coords="188,275,538,330" alt="Optimizer" href="optimizer.html"> -->
<!-- <area shape="rect" coords="543,275,893,330" alt="Stream Builder" href="streambuilder.html"> -->
<area shape="rect" coords="188,335,893,385" alt="Flink Runtime" href="general_arch.html">
<area shape="rect" coords="188,405,328,455" alt="Local" href="../apis/local_execution.html">
<area shape="rect" coords="333,405,473,455" alt="Remote" href="../apis/cluster_execution.html">
<area shape="rect" coords="478,405,638,455" alt="Embedded" href="../apis/local_execution.html">
<area shape="rect" coords="643,405,765,455" alt="YARN" href="../setup/yarn_setup.html">
<area id="lib-datastream-cep" title="CEP: Complex Event Processing" href="{{ site.baseurl }}/apis/streaming/libs/cep.html" shape="rect" coords="63,0,143,177" />
<area id="lib-datastream-table" title="Table: Relational DataStreams" href="{{ site.baseurl }}/apis/batch/libs/table.html" shape="rect" coords="143,0,223,177" />
<area id="lib-dataset-ml" title="FlinkML: Machine Learning" href="{{ site.baseurl }}/apis/batch/libs/ml/index.html" shape="rect" coords="382,2,462,176" />
<area id="lib-dataset-gelly" title="Gelly: Graph Processing" href="{{ site.baseurl }}/apis/batch/libs/gelly.html" shape="rect" coords="461,0,541,177" />
<area id="lib-dataset-table" title="Table: Relational DataSets" href="{{ site.baseurl }}/apis/batch/libs/table.html" shape="rect" coords="544,0,624,177" />
<area id="datastream" title="DataStream API" href="{{ site.baseurl }}/apis/streaming/index.html" shape="rect" coords="64,177,379,255" />
<area id="dataset" title="DataSet API" href="{{ site.baseurl }}/apis/batch/index.html" shape="rect" coords="382,177,697,255" />
<area id="runtime" title="Runtime" href="{{ site.baseurl }}/internals/general_arch.html" shape="rect" coords="63,257,700,335" />
<area id="local" title="Local" href="{{ site.baseurl }}/setup/local_setup.html" shape="rect" coords="62,337,275,414" />
<area id="cluster" title="Cluster" href="{{ site.baseurl }}/setup/cluster_setup.html" shape="rect" coords="273,336,486,413" />
<area id="cloud" title="Cloud" href="{{ site.baseurl }}/setup/gce_setup.html" shape="rect" coords="485,336,700,414" />
</map>
## Projects and Dependencies
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册