提交 e762152e 编写于 作者: S Stephan Ewen

Renaming part 9 (first part of distribution project)

上级 76273ec2
#
# Contributers to the Stratosphere project
# Contributers to the Flink project
#
Alexander Alexandrov
......
Copyright 2010-2014 Stratosphere
Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......@@ -14,7 +14,7 @@ limitations under the License.
=======================================================================
Stratosphere contains subcomponents with separate copyright notices and
Flink contains subcomponents with separate copyright notices and
license terms. Your use of the source code for the these subcomponents
is subject to the terms and conditions of their respective licenses.
......
<!--
Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
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
......
#! /bin/sh
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#! /bin/sh
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#! /bin/sh
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......@@ -17,5 +17,5 @@ Section: misc
Depends: default-jre
Priority: low
Architecture: all
Description: Stratosphere is a distributed parallel data processing system
Maintainer: Stratosphere team <contact@getstratosphere.org>
\ No newline at end of file
Description: Flink is a distributed parallel data processing system
Maintainer: Flink team <dev@flink.incubator.apache.org>
\ No newline at end of file
#!/bin/sh
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......@@ -30,29 +30,29 @@ set -e
case "$1" in
configure)
if ! getent group stratosphere >/dev/null; then
addgroup --system stratosphere
if ! getent group flink >/dev/null; then
addgroup --system flink
fi
if ! getent passwd stratosphere >/dev/null; then
if ! getent passwd flink >/dev/null; then
adduser --quiet \
--system \
--ingroup stratosphere \
--ingroup flink \
--quiet \
--disabled-login \
--disabled-password \
--home /usr/share/stratosphere-dist \
--home /usr/share/flink-dist \
--no-create-home \
-gecos "Stratosphere User" \
stratosphere
-gecos "Flink User" \
flink
fi
if [ -z "$2" ]; then
chown -R stratosphere:stratosphere /var/log/stratosphere-dist
chown -R flink:flink /var/log/flink-dist
fi
sed -i s'#./resources/web-docs#/usr/share/stratosphere-dist/resources/web-docs#' /usr/share/stratosphere-dist/conf/stratosphere-conf.yaml
sed -i s'#./resources/web-docs#/usr/share/flink-dist/resources/web-docs#' /usr/share/flink-dist/conf/flink-conf.yaml
# append infoserver configuration
echo "jobmanager.web.rootpath: /usr/share/stratosphere-dist/resources/web-docs-infoserver" >> /usr/share/stratosphere-dist/conf/stratosphere-conf.yaml
echo "jobmanager.web.rootpath: /usr/share/flink-dist/resources/web-docs-infoserver" >> /usr/share/flink-dist/conf/flink-conf.yaml
;;
abort-upgrade|abort-remove|abort-deconfigure)
......
<!--
Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
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
......@@ -43,9 +43,6 @@
<exclude>**/*javadoc*</exclude>
<exclude>**/*sources*</exclude>
-->
<!--
<exclude>eu.stratosphere:pact-clients:**</exclude>
-->
<!--
This is a hardcoded exclude-list containing all libraries that are exclusively used in pact-clients.
The previous command did not work because it also excludes libraries that should be in lib, such as commons-io.
......
<!--
Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
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
......
<!--
Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
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
......
......@@ -202,7 +202,7 @@
=======================================================================
Stratosphere contains subcomponents with separate copyright notices and
Flink contains subcomponents with separate copyright notices and
license terms. Your use of the source code for the these subcomponents
is subject to the terms and conditions of their respective licenses.
......
Copyright 2010-2014 Stratosphere
Copyright 2010-2014 Apache Flink Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
For the latest information about Stratosphere, please visit our website at:
For the latest information about Flink, please visit our website at:
http://www.stratosphere.eu/
http://flink.incubator.apache.org
and our GitHub Account
https://github.com/stratosphere/stratosphere
https://github.com/apache/incubator-flink
If you have any questions, ask on our Mailing list
https://groups.google.com/forum/#!forum/stratosphere-dev
dev@flink.incubator.apache.org
This distribution includes cryptographic software. The country in
which you currently reside may have restrictions on the import,
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......@@ -72,7 +72,7 @@ case $STARTSTOP in
rotateLogFile $out
echo Starting job manager
$JAVA_RUN $JVM_ARGS ${STRATOSPHERE_ENV_JAVA_OPTS} "${log_setting[@]}" -classpath "$STRATOSPHERE_JM_CLASSPATH" eu.stratosphere.nephele.jobmanager.JobManager -executionMode $EXECUTIONMODE -configDir "$STRATOSPHERE_CONF_DIR" > "$out" 2>&1 < /dev/null &
$JAVA_RUN $JVM_ARGS ${STRATOSPHERE_ENV_JAVA_OPTS} "${log_setting[@]}" -classpath "$STRATOSPHERE_JM_CLASSPATH" org.apache.flink.runtime.jobmanager.JobManager -executionMode $EXECUTIONMODE -configDir "$STRATOSPHERE_CONF_DIR" > "$out" 2>&1 < /dev/null &
echo $! > $pid
;;
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......@@ -69,7 +69,7 @@ case $STARTSTOP in
rotateLogFile $out
echo Starting task manager on host $HOSTNAME
$JAVA_RUN $JVM_ARGS ${STRATOSPHERE_ENV_JAVA_OPTS} "${log_setting[@]}" -classpath "$STRATOSPHERE_TM_CLASSPATH" eu.stratosphere.nephele.taskmanager.TaskManager -configDir "$STRATOSPHERE_CONF_DIR" > "$out" 2>&1 < /dev/null &
$JAVA_RUN $JVM_ARGS ${STRATOSPHERE_ENV_JAVA_OPTS} "${log_setting[@]}" -classpath "$STRATOSPHERE_TM_CLASSPATH" org.apache.flink.runtime.taskmanager.TaskManager -configDir "$STRATOSPHERE_CONF_DIR" > "$out" 2>&1 < /dev/null &
echo $! > $pid
;;
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......@@ -66,7 +66,7 @@ case $STARTSTOP in
fi
fi
echo Starting Stratosphere webclient
$JAVA_RUN $JVM_ARGS "${log_setting[@]}" -classpath "$STRATOSPHERE_WEBCLIENT_CLASSPATH" eu.stratosphere.client.WebFrontend -configDir "$STRATOSPHERE_CONF_DIR" > "$out" 2>&1 < /dev/null &
$JAVA_RUN $JVM_ARGS "${log_setting[@]}" -classpath "$STRATOSPHERE_WEBCLIENT_CLASSPATH" org.apache.flink.client.WebFrontend -configDir "$STRATOSPHERE_CONF_DIR" > "$out" 2>&1 < /dev/null &
echo $! > $pid
;;
......
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
#
......
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
#
......
########################################################################################################################
#
# Copyright (C) 2010-2014 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
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
......@@ -14,7 +14,7 @@
-->
<html>
<head>
<title>Stratosphere Plan Visualizer</title>
<title>Flink Plan Visualizer</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="../resources/web-docs/css/nephelefrontend.css" />
<link rel="stylesheet" type="text/css" href="../resources/web-docs/css/pactgraphs.css" />
......@@ -30,7 +30,7 @@
<body>
<div class="mainHeading">
<h1 style="margin-top:0"><img src="../resources/web-docs/img/StratosphereLogo.png" width="326" height="100" alt="Stratosphere Logo" align="middle"/>Stratosphere Plan Visualizer</h1>
<h1 style="margin-top:0"><img src="../resources/web-docs/img/FlinkLogo.png" width="326" height="100" alt="Flink Logo" align="middle"/>Flink Plan Visualizer</h1>
</div>
<div>
<div id="mainCanvas" class="canvas boxed">
......
#!/bin/bash
########################################################################################################################
#
# Copyright (C) 2014 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2014 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/bin/bash
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/usr/bin/env bash
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
#!/usr/bin/env bash
########################################################################################################################
# Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
# Copyright (C) 2010-2013 by the Apache Flink project (http://flink.incubator.apache.org)
#
# 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
......
......@@ -5,5 +5,5 @@
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files="eu[\\/]stratosphere[\\/]api[\\/]java[\\/]record[\\/]io[\\/]avro[\\/]example[\\/]User.java" checks="[a-zA-Z0-9]*"/>
<suppress files="org[\\/]apache[\\/]flink[\\/]api[\\/]java[\\/]record[\\/]io[\\/]avro[\\/]example[\\/]User.java" checks="[a-zA-Z0-9]*"/>
</suppressions>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册