tillrohrmann closed pull request #6806: [FLINK-10514][docs] change tachyon to alluxio in doc URL: https://github.com/apache/flink/pull/6806
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/flink-fs-tests/src/test/resources/log4j-test.properties b/flink-fs-tests/src/test/resources/log4j-test.properties index e335df5398e..9d8b3bf1b42 100644 --- a/flink-fs-tests/src/test/resources/log4j-test.properties +++ b/flink-fs-tests/src/test/resources/log4j-test.properties @@ -16,8 +16,8 @@ # limitations under the License. ################################################################################ -# Tachyon's test-jar dependency adds a log4j.properties file to classpath. -# Until the issue is resolved (see https://github.com/amplab/tachyon/pull/571) +# Alluxio's test-jar dependency adds a log4j.properties file to classpath. +# Until the issue is resolved (see https://github.com/Alluxio/alluxio/pull/571) # we provide a log4j.properties file ourselves. log4j.rootLogger=OFF, testlogger diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java index d4e14f07667..ed69ed4ab84 100644 --- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java +++ b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java @@ -447,7 +447,7 @@ public CheckpointingMode getCheckpointingMode() { * * <p>In contrast, the {@link org.apache.flink.runtime.state.filesystem.FsStateBackend} * stores checkpoints of the state (also maintained as heap objects) in files. When using a replicated - * file system (like HDFS, S3, MapR FS, Tachyon, etc) this will guarantee that state is not lost upon + * file system (like HDFS, S3, MapR FS, Alluxio, etc) this will guarantee that state is not lost upon * failures of individual nodes and that streaming program can be executed highly available and strongly * consistent (assuming that Flink is run in high-availability mode). * diff --git a/flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/StreamExecutionEnvironment.scala b/flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/StreamExecutionEnvironment.scala index 6a67d63f20e..f70fdcc9344 100644 --- a/flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/StreamExecutionEnvironment.scala +++ b/flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/StreamExecutionEnvironment.scala @@ -241,7 +241,7 @@ class StreamExecutionEnvironment(javaEnv: JavaEnv) { * * In contrast, the [[org.apache.flink.runtime.state.filesystem.FsStateBackend]] * stores checkpoints of the state (also maintained as heap objects) in files. - * When using a replicated file system (like HDFS, S3, MapR FS, Tachyon, etc) this will guarantee + * When using a replicated file system (like HDFS, S3, MapR FS, Alluxio, etc) this will guarantee * that state is not lost upon failures of individual nodes and that streaming program can be * executed highly available and strongly consistent. */ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
