You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/08/03 14:47:32 UTC

svn commit: r1615403 [1/3] - in /incubator/flink: build.sh site/build.sh site/docs/0.6-SNAPSHOT/internal_general_arch.html site/docs/0.6-SNAPSHOT/java_api_guide.html site/docs/0.6-SNAPSHOT/java_api_transformations.html

Author: rmetzger
Date: Sun Aug  3 12:47:32 2014
New Revision: 1615403

URL: http://svn.apache.org/r1615403
Log:
Sync website with latest upstream docu changes (fix broken images in internals)

Added:
    incubator/flink/site/docs/0.6-SNAPSHOT/java_api_transformations.html
Modified:
    incubator/flink/build.sh
    incubator/flink/site/build.sh
    incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html
    incubator/flink/site/docs/0.6-SNAPSHOT/java_api_guide.html

Modified: incubator/flink/build.sh
URL: http://svn.apache.org/viewvc/incubator/flink/build.sh?rev=1615403&r1=1615402&r2=1615403&view=diff
==============================================================================
--- incubator/flink/build.sh (original)
+++ incubator/flink/build.sh Sun Aug  3 12:47:32 2014
@@ -1,16 +1,21 @@
 #!/bin/bash
-########################################################################################################################
-# Copyright (C) 2010-2014 by the Stratosphere project (http://stratosphere.eu)
+################################################################################
+#  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
 #
-# Licensed 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
 #
-#	  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.
-########################################################################################################################
+#  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.
+################################################################################
 
 ##
 # Functions
@@ -33,7 +38,7 @@ function checkoutDocsForVersionInBranch(
 function updateDocsDir() {
 	echo "Clone if necessary"
 	if [ ! -d "flink-src-repo" ]; then
-		git clone https://github.com/apache/incubator-flink.git flink-src-repo
+		git clone http://git-wip-us.apache.org/repos/asf/incubator-flink.git flink-src-repo
 	fi
 	echo "Fetch rep"
 	cd flink-src-repo

Modified: incubator/flink/site/build.sh
URL: http://svn.apache.org/viewvc/incubator/flink/site/build.sh?rev=1615403&r1=1615402&r2=1615403&view=diff
==============================================================================
--- incubator/flink/site/build.sh (original)
+++ incubator/flink/site/build.sh Sun Aug  3 12:47:32 2014
@@ -1,16 +1,21 @@
 #!/bin/bash
-########################################################################################################################
-# Copyright (C) 2010-2014 by the Stratosphere project (http://stratosphere.eu)
+################################################################################
+#  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
 #
-# Licensed 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
 #
-#	  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.
-########################################################################################################################
+#  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.
+################################################################################
 
 ##
 # Functions
@@ -33,7 +38,7 @@ function checkoutDocsForVersionInBranch(
 function updateDocsDir() {
 	echo "Clone if necessary"
 	if [ ! -d "flink-src-repo" ]; then
-		git clone https://github.com/apache/incubator-flink.git flink-src-repo
+		git clone http://git-wip-us.apache.org/repos/asf/incubator-flink.git flink-src-repo
 	fi
 	echo "Fetch rep"
 	cd flink-src-repo

Modified: incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html?rev=1615403&r1=1615402&r2=1615403&view=diff
==============================================================================
--- incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html (original)
+++ incubator/flink/site/docs/0.6-SNAPSHOT/internal_general_arch.html Sun Aug  3 12:47:32 2014
@@ -179,7 +179,7 @@ into the parallel data flow form that is
 illustrates the different actors in the system very coarsely.</p>
 
 <div style="text-align: center;">
-<img src="ClientJmTm.svg" alt="The Interactions between Client, JobManager and TaskManager" height="400px" style="text-align: center;"/>
+<img src="img/ClientJmTm.svg" alt="The Interactions between Client, JobManager and TaskManager" height="400px" style="text-align: center;"/>
 </div>
 
 <h2 id="component-stack">Component Stack</h2>
@@ -199,7 +199,7 @@ the runtime.</p></li>
 </ul>
 
 <div style="text-align: center;">
-<img src="stack.svg" alt="The Flink component stack" width="800px" />
+<img src="img/stack.svg" alt="The Flink component stack" width="800px" />
 </div>
 
 <h2 id="projects-and-dependencies">Projects and Dependencies</h2>
@@ -211,7 +211,7 @@ of smaller sub-modules.</p>
 <p>The individual projects and their dependencies are shown in the figure below.</p>
 
 <div style="text-align: center;">
-<img src="projects_dependencies.svg" alt="The Flink sub-projects and their dependencies" height="600px" style="text-align: center;"/>
+<img src="img/projects_dependencies.svg" alt="The Flink sub-projects and their dependencies" height="600px" style="text-align: center;"/>
 </div>
 
 <p>In addition to the projects listed in the figure above, Flink currently contains the following sub-projects:</p>