diff --git a/.gitignore b/.gitignore
index 12bc4da2..a2406eb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,3 +84,7 @@ dependency-reduced-pom.xml
# Introducing the t-standard (copyrights reserved)
t/
/mathosphere-core/test/
+
+# ignore node folder (necessary to run mathoid service locally)
+node_modules/
+
diff --git a/.gitmodules b/.gitmodules
index 2bc5f267..59823c8c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,7 @@
path = lib/GoUldI
url = https://github.com/ag-gipp/GoUldI.git
branch = master
+[submodule "lib/MathMLTools"]
+ path = lib/MathMLTools
+ url = https://github.com/ag-gipp/MathMLTools.git
+ branch = master
diff --git a/.travis.yml b/.travis.yml
index 092accb3..7967f588 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: java
sudo: required
jdk:
-- oraclejdk8
+- openjdk11
before_install:
- mvn clean -q
diff --git a/README.md b/README.md
index decaf300..7ea58b0e 100644
--- a/README.md
+++ b/README.md
@@ -68,3 +68,9 @@ If test fail due to encoding problems in windows, set the environment variable
JAVA_TOOL_OPTIONS = -Dfile.encoding=UTF8
```
as suggested on [stackoverflow.](http://stackoverflow.com/a/28470840)
+
+### Java 11
+This project is currently working for Java 11 (theoretically until Java 16 to be precise) but fails for Java 17 or newer.
+The reason is that the project uses flink with massive usages of reflections. Since Java 17, many of these reflections
+violate the visibility permissions. The errors are not obviously hinting towards visibility issues due to Java 17.
+Hence, fixing the issues might be tricky. Simply make sure you run the project with Java 11 for now!
diff --git a/Test Results - com_formulasearchengine_in_mathosphere-core.html b/Test Results - com_formulasearchengine_in_mathosphere-core.html
new file mode 100644
index 00000000..3eb3d7d6
--- /dev/null
+++ b/Test Results - com_formulasearchengine_in_mathosphere-core.html
@@ -0,0 +1,63692 @@
+
+
+
+
+ Test Results — com.formulasearchengine in mathosphere-core
+
+
+
+
+
+
+
+
+
+
+
+
+
+ /usr/lib/jvm/java-1.8.0-openjdk-amd64/bin/java -ea -Didea.test.cyclic.buffer.size=1048576 -Didea.launcher.port=39377 -Didea.launcher.bin.path=/opt/intellij/bin -Dfile.encoding=UTF-8 -classpath /opt/idea-IU-201.6487.11/lib/idea_rt.jar:/opt/intellij/plugins/junit/lib/junit5-rt.jar:/opt/intellij/plugins/junit/lib/junit-rt.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/icedtea-sound.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/java-atk-wrapper.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/management-agent.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/rt.jar:/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes:/mnt/share/Projects/mathosphere/mathosphere-core/target/classes:/home/andre/.m2/repository/org/apache/logging/log4j/log4j-api/2.10.0/log4j-api-2.10.0.jar:/home/andre/.m2/repository/org/apache/logging/log4j/log4j-core/2.10.0/log4j-core-2.10.0.jar:/home/andre/.m2/repository/org/apache/logging/log4j/log4j-1.2-api/2.10.0/log4j-1.2-api-2.10.0.jar:/home/andre/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/home/andre/.m2/repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar:/home/andre/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/mnt/share/Projects/mathosphere/evaluation/target/classes:/home/andre/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.4.0/jackson-databind-2.4.0.jar:/home/andre/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.4.0/jackson-annotations-2.4.0.jar:/home/andre/.m2/repository/junit/junit/4.12/junit-4.12.jar:/home/andre/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/andre/.m2/repository/com/google/guava/guava/23.0/guava-23.0.jar:/home/andre/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar:/home/andre/.m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.jar:/home/andre/.m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar:/home/andre/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar:/home/andre/.m2/repository/net/sf/saxon/Saxon-HE/9.5.1-6/Saxon-HE-9.5.1-6.jar:/mnt/share/Projects/mathosphere/lib/MathMLTools/mathml-core/target/classes:/mnt/share/Projects/mathosphere/lib/MathMLTools/mathml-utils/target/classes:/home/andre/.m2/repository/org/unbescape/unbescape/1.1.5.RELEASE/unbescape-1.1.5.RELEASE.jar:/home/andre/.m2/repository/org/xmlunit/xmlunit-matchers/2.5.1/xmlunit-matchers-2.5.1.jar:/home/andre/.m2/repository/org/xmlunit/xmlunit-core/2.5.1/xmlunit-core-2.5.1.jar:/home/andre/.m2/repository/cz/muni/fi/mir/mathml-canonicalizer/1.2-Mathosphere-SNAPSHOT/mathml-canonicalizer-1.2-Mathosphere-SNAPSHOT.jar:/home/andre/.m2/repository/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar:/home/andre/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar:/home/andre/.m2/repository/xmlunit/xmlunit/1.5/xmlunit-1.5.jar:/home/andre/.m2/repository/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar:/home/andre/.m2/repository/org/eclipse/mylyn/wikitext/wikitext.mediawiki/0.9.4.I20090220-1600-e3x/wikitext.mediawiki-0.9.4.I20090220-1600-e3x.jar:/home/andre/.m2/repository/org/eclipse/mylyn/wikitext/wikitext/0.9.4.I20090220-1600-e3x/wikitext-0.9.4.I20090220-1600-e3x.jar:/home/andre/.m2/repository/org/netbeans/external/org-eclipse-mylyn-wikitext-core/RELEASE113/org-eclipse-mylyn-wikitext-core-RELEASE113.jar:/home/andre/.m2/repository/org/netbeans/external/com-google-guava/RELEASE113/com-google-guava-RELEASE113.jar:/home/andre/.m2/repository/com/beust/jcommander/1.72/jcommander-1.72.jar:/home/andre/.m2/repository/org/sweble/wikitext/swc-engine/3.1.9/swc-engine-3.1.9.jar:/home/andre/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/andre/.m2/repository/xtc/rats-runtime/1.15.0/rats-runtime-1.15.0.jar:/home/andre/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.5/jaxb-impl-2.2.5.jar:/home/andre/.m2/repository/de/fau/cs/osr/utils/utils/3.0.8/utils-3.0.8.jar:/home/andre/.m2/repository/de/fau/cs/osr/ptk/ptk-common/3.0.8/ptk-common-3.0.8.jar:/home/andre/.m2/repository/org/sweble/wikitext/swc-parser-lazy/3.1.9/swc-parser-lazy-3.1.9.jar:/home/andre/.m2/repository/org/apache/flink/flink-java/1.3.2/flink-java-1.3.2.jar:/home/andre/.m2/repository/org/apache/flink/flink-core/1.3.2/flink-core-1.3.2.jar:/home/andre/.m2/repository/org/apache/flink/flink-annotations/1.3.2/flink-annotations-1.3.2.jar:/home/andre/.m2/repository/org/apache/flink/flink-metrics-core/1.3.2/flink-metrics-core-1.3.2.jar:/home/andre/.m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.jar:/home/andre/.m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar:/home/andre/.m2/repository/org/objenesis/objenesis/2.1/objenesis-2.1.jar:/home/andre/.m2/repository/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar:/home/andre/.m2/repository/org/apache/avro/avro/1.7.7/avro-1.7.7.jar:/home/andre/.m2/repository/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar:/home/andre/.m2/repository/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar:/home/andre/.m2/repository/org/apache/flink/flink-shaded-hadoop2/1.3.2/flink-shaded-hadoop2-1.3.2.jar:/home/andre/.m2/repository/org/tukaani/xz/1.0/xz-1.0.jar:/home/andre/.m2/repository/xmlenc/xmlenc/0.52/xmlenc-0.52.jar:/home/andre/.m2/repository/commons-net/commons-net/3.1/commons-net-3.1.jar:/home/andre/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/home/andre/.m2/repository/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar:/home/andre/.m2/repository/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.jar:/home/andre/.m2/repository/commons-el/commons-el/1.0/commons-el-1.0.jar:/home/andre/.m2/repository/com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.jar:/home/andre/.m2/repository/commons-configuration/commons-configuration/1.7/commons-configuration-1.7.jar:/home/andre/.m2/repository/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar:/home/andre/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar:/home/andre/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar:/home/andre/.m2/repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar:/home/andre/.m2/repository/commons-beanutils/commons-beanutils-bean-collections/1.8.3/commons-beanutils-bean-collections-1.8.3.jar:/home/andre/.m2/repository/commons-daemon/commons-daemon/1.0.13/commons-daemon-1.0.13.jar:/home/andre/.m2/repository/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar:/home/andre/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/home/andre/.m2/repository/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar:/home/andre/.m2/repository/org/apache/flink/force-shading/1.3.2/force-shading-1.3.2.jar:/home/andre/.m2/repository/org/apache/flink/flink-streaming-java_2.10/1.3.2/flink-streaming-java_2.10-1.3.2.jar:/home/andre/.m2/repository/org/apache/flink/flink-runtime_2.10/1.3.2/flink-runtime_2.10-1.3.2.jar:/home/andre/.m2/repository/io/netty/netty-all/4.0.27.Final/netty-all-4.0.27.Final.jar:/home/andre/.m2/repository/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar:/home/andre/.m2/repository/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.jar:/home/andre/.m2/repository/com/data-artisans/flakka-actor_2.10/2.3-custom/flakka-actor_2.10-2.3-custom.jar:/home/andre/.m2/repository/com/typesafe/config/1.2.1/config-1.2.1.jar:/home/andre/.m2/repository/com/data-artisans/flakka-remote_2.10/2.3-custom/flakka-remote_2.10-2.3-custom.jar:/home/andre/.m2/repository/io/netty/netty/3.8.0.Final/netty-3.8.0.Final.jar:/home/andre/.m2/repository/org/uncommons/maths/uncommons-maths/1.2.2a/uncommons-maths-1.2.2a.jar:/home/andre/.m2/repository/com/data-artisans/flakka-slf4j_2.10/2.3-custom/flakka-slf4j_2.10-2.3-custom.jar:/home/andre/.m2/repository/org/clapper/grizzled-slf4j_2.10/1.0.2/grizzled-slf4j_2.10-1.0.2.jar:/home/andre/.m2/repository/com/github/scopt/scopt_2.10/3.5.0/scopt_2.10-3.5.0.jar:/home/andre/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6.jar:/home/andre/.m2/repository/jline/jline/0.9.94/jline-0.9.94.jar:/home/andre/.m2/repository/com/twitter/chill_2.10/0.7.4/chill_2.10-0.7.4.jar:/home/andre/.m2/repository/com/twitter/chill-java/0.7.4/chill-java-0.7.4.jar:/home/andre/.m2/repository/org/apache/sling/org.apache.sling.commons.json/2.0.6/org.apache.sling.commons.json-2.0.6.jar:/home/andre/.m2/repository/org/apache/flink/flink-clients_2.10/1.3.2/flink-clients_2.10-1.3.2.jar:/home/andre/.m2/repository/org/apache/flink/flink-optimizer_2.10/1.3.2/flink-optimizer_2.10-1.3.2.jar:/home/andre/.m2/repository/nz/ac/waikato/cms/weka/LibSVM/1.0.10/LibSVM-1.0.10.jar:/home/andre/.m2/repository/nz/ac/waikato/cms/weka/weka-dev/3.9.4/weka-dev-3.9.4.jar:/home/andre/.m2/repository/com/github/vbmacher/java-cup/11b-20160615/java-cup-11b-20160615.jar:/home/andre/.m2/repository/com/github/vbmacher/java-cup-runtime/11b-20160615/java-cup-runtime-11b-20160615.jar:/home/andre/.m2/repository/com/github/fracpete/jfilechooser-bookmarks/0.1.6/jfilechooser-bookmarks-0.1.6.jar:/home/andre/.m2/repository/com/github/fracpete/jclipboardhelper/0.1.0/jclipboardhelper-0.1.0.jar:/home/andre/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar:/home/andre/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar:/home/andre/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar:/home/andre/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar:/home/andre/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar:/home/andre/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar:/home/andre/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar:/home/andre/.m2/repository/tw/edu/ntu/csie/libsvm/3.24/libsvm-3.24.jar:/home/andre/.m2/repository/nz/ac/waikato/cms/weka/SMOTE/1.0.3/SMOTE-1.0.3.jar:/home/andre/.m2/repository/nz/ac/waikato/cms/weka/weka-stable/3.8.1/weka-stable-3.8.1.jar:/home/andre/.m2/repository/nz/ac/waikato/cms/weka/thirdparty/java-cup-11b/2015.03.26/java-cup-11b-2015.03.26.jar:/home/andre/.m2/repository/nz/ac/waikato/cms/weka/thirdparty/java-cup-11b-runtime/2015.03.26/java-cup-11b-runtime-2015.03.26.jar:/home/andre/.m2/repository/nz/ac/waikato/cms/weka/thirdparty/bounce/0.18/bounce-0.18.jar:/home/andre/.m2/repository/com/googlecode/matrix-toolkits-java/mtj/1.0.4/mtj-1.0.4.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_ref-osx-x86_64/1.1/netlib-native_ref-osx-x86_64-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/native_ref-java/1.1/native_ref-java-1.1.jar:/home/andre/.m2/repository/com/github/fommil/jniloader/1.1/jniloader-1.1.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_ref-linux-x86_64/1.1/netlib-native_ref-linux-x86_64-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_ref-linux-i686/1.1/netlib-native_ref-linux-i686-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_ref-win-x86_64/1.1/netlib-native_ref-win-x86_64-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_ref-win-i686/1.1/netlib-native_ref-win-i686-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_ref-linux-armhf/1.1/netlib-native_ref-linux-armhf-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_system-osx-x86_64/1.1/netlib-native_system-osx-x86_64-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/native_system-java/1.1/native_system-java-1.1.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_system-linux-x86_64/1.1/netlib-native_system-linux-x86_64-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_system-linux-i686/1.1/netlib-native_system-linux-i686-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_system-linux-armhf/1.1/netlib-native_system-linux-armhf-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_system-win-x86_64/1.1/netlib-native_system-win-x86_64-1.1-natives.jar:/home/andre/.m2/repository/com/github/fommil/netlib/netlib-native_system-win-i686/1.1/netlib-native_system-win-i686-1.1-natives.jar:/home/andre/.m2/repository/net/sourceforge/f2j/arpack_combined_all/0.1/arpack_combined_all-0.1.jar:/home/andre/.m2/repository/com/googlecode/netlib-java/netlib-java/1.1/netlib-java-1.1.jar:/home/andre/.m2/repository/com/github/fommil/netlib/core/1.1/core-1.1.jar:/home/andre/.m2/repository/uk/ac/ed/ph/snuggletex/snuggletex-core/1.2.2/snuggletex-core-1.2.2.jar:/home/andre/.m2/repository/com/alexeygrigorev/rseq/0.0.1/rseq-0.0.1.jar:/home/andre/.m2/repository/com/fasterxml/jackson/jr/jackson-jr-objects/2.5.0/jackson-jr-objects-2.5.0.jar:/home/andre/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.5.0/jackson-core-2.5.0.jar:/home/andre/.m2/repository/com/github/java-json-tools/json-schema-validator/2.2.8/json-schema-validator-2.2.8.jar:/home/andre/.m2/repository/com/github/java-json-tools/json-schema-core/1.2.8/json-schema-core-1.2.8.jar:/home/andre/.m2/repository/org/mozilla/rhino/1.7R4/rhino-1.7R4.jar:/home/andre/.m2/repository/com/github/fge/jackson-coreutils/1.8/jackson-coreutils-1.8.jar:/home/andre/.m2/repository/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar:/home/andre/.m2/repository/com/github/fge/btf/1.2/btf-1.2.jar:/home/andre/.m2/repository/com/github/fge/uri-template/0.9/uri-template-0.9.jar:/home/andre/.m2/repository/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar:/home/andre/.m2/repository/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar:/home/andre/.m2/repository/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar:/home/andre/.m2/repository/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar:/home/andre/.m2/repository/edu/stanford/nlp/stanford-corenlp/3.9.2/stanford-corenlp-3.9.2.jar:/home/andre/.m2/repository/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar:/home/andre/.m2/repository/de/jollyday/jollyday/0.4.9/jollyday-0.4.9.jar:/home/andre/.m2/repository/org/apache/lucene/lucene-queryparser/4.10.3/lucene-queryparser-4.10.3.jar:/home/andre/.m2/repository/org/apache/lucene/lucene-sandbox/4.10.3/lucene-sandbox-4.10.3.jar:/home/andre/.m2/repository/org/apache/lucene/lucene-analyzers-common/4.10.3/lucene-analyzers-common-4.10.3.jar:/home/andre/.m2/repository/org/apache/lucene/lucene-queries/4.10.3/lucene-queries-4.10.3.jar:/home/andre/.m2/repository/org/apache/lucene/lucene-core/4.10.3/lucene-core-4.10.3.jar:/home/andre/.m2/repository/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.jar:/home/andre/.m2/repository/com/io7m/xom/xom/1.2.10/xom-1.2.10.jar:/home/andre/.m2/repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar:/home/andre/.m2/repository/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar:/home/andre/.m2/repository/xalan/xalan/2.7.0/xalan-2.7.0.jar:/home/andre/.m2/repository/com/googlecode/efficient-java-matrix-library/ejml/0.23/ejml-0.23.jar:/home/andre/.m2/repository/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar:/home/andre/.m2/repository/com/google/protobuf/protobuf-java/3.2.0/protobuf-java-3.2.0.jar:/home/andre/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/andre/.m2/repository/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar:/home/andre/.m2/repository/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.jar:/home/andre/.m2/repository/edu/stanford/nlp/stanford-corenlp/3.9.2/stanford-corenlp-3.9.2-models.jar:/home/andre/.m2/repository/edu/stanford/nlp/stanford-corenlp/3.9.2/stanford-corenlp-3.9.2-models-german.jar:/home/andre/.m2/repository/com/jcabi/jcabi-xml/0.20/jcabi-xml-0.20.jar:/home/andre/.m2/repository/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.jar:/home/andre/.m2/repository/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.jar:/home/andre/.m2/repository/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar:/home/andre/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/andre/.m2/repository/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar:/home/andre/.m2/repository/org/cactoos/cactoos/0.5/cactoos-0.5.jar:/home/andre/.m2/repository/org/apache/commons/commons-csv/1.2/commons-csv-1.2.jar:/home/andre/.m2/repository/net/sf/json-lib/json-lib/2.4/json-lib-2.4-jdk15.jar:/home/andre/.m2/repository/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar:/home/andre/.m2/repository/commons-lang/commons-lang/2.5/commons-lang-2.5.jar:/home/andre/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/home/andre/.m2/repository/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar:/home/andre/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.4.0/jackson-datatype-guava-2.4.0.jar:/home/andre/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar:/home/andre/.m2/repository/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar:/home/andre/.m2/repository/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar:/home/andre/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar:/home/andre/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar:/home/andre/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar:/home/andre/.m2/repository/org/apache/commons/commons-text/1.8/commons-text-1.8.jar com.intellij.rt.execution.application.AppMainV2 com.intellij.rt.junit.JUnitStarter -ideVersion5 @w@/tmp/idea_working_dirs_junit.tmp @/tmp/idea_junit.tmp -socket35965
+Process finished with exit code 255
+
+
+
+ 3.11 s
+ FeaturesAndDistancesTest
+
+
+
+ 29 ms
+ passed FeaturesAndDistancesTest.testEarthMoverDistanceBasic
+
+
+
+ 2.33 s
+ passed FeaturesAndDistancesTest.testDistanceSameFile
+
+
+ [WARN ]
+
+
+ 12:56:41.309
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:41.790
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:41.908
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.046
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.130
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.199
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.268
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.350
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.425
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.511
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.585
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.660
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.725
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.789
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.843
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.889
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:42.942
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.008
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 0 ms
+ passed FeaturesAndDistancesTest.testHistogramExtractionAndAbsoluteDistance
+
+
+
+ 753 ms
+ passed FeaturesAndDistancesTest.testEarthMoverDistance
+
+
+ [WARN ]
+
+
+ 12:56:43.076
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.129
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.182
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.225
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.264
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.300
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.337
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.372
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.416
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.462
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.498
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.541
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.577
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.610
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.663
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.708
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.752
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:43.784
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 0 ms
+ passed FeaturesAndDistancesTest.testCosineSimilarity
+
+
+
+
+
+
+ 33.09 s
+ FlinkPdTest
+
+
+
+ 0 ms
+ passed FlinkPdTest.testTextTok
+
+
+
+ 2.98 s
+ passed FlinkPdTest.testMain
+
+
+ [INFO ]
+
+
+ 12:56:43.972
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 0 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:56:44.477
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:56:44.554
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:56:45.043] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926) at com.formulasearchengine.mathosphere.mathpd.FlinkPd.main(FlinkPd.java:92) at com.formulasearchengine.mathosphere.mathpd.FlinkPdTest.testMain(FlinkPdTest.java:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:56:45.094
+
+
+ [flink-akka.actor.default-dispatcher-2] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:56:45.161
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-ae1d3864-aa91-41b9-9ac0-d495376131a9
+
+
+ [INFO ]
+
+
+ 12:56:45.167
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:35767 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:56:45.191
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:56:45.205
+
+
+ [flink-akka.actor.default-dispatcher-3] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:56:45.220
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:56:45.220
+
+
+ [flink-akka.actor.default-dispatcher-4] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@3354d047 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:56:45.231
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:56:45.240
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:56:45.353
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(9d81075d-68ee-4116-881d-26d7066afcd5).
+
+
+ [INFO ]
+
+
+ 12:56:45.361
+
+
+ [flink-akka.actor.default-dispatcher-2] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=9d81075d-68ee-4116-881d-26d7066afcd5
+
+
+ [INFO ]
+
+
+ 12:56:45.509
+
+
+ [flink-akka.actor.default-dispatcher-2] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:56:45.666
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 699 MB for network buffer pool (number of memory segments: 22388, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:56:45.678
+
+
+ [flink-akka.actor.default-dispatcher-3] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#499546505] - leader session 9d81075d-68ee-4116-881d-26d7066afcd5
+
+
+ [INFO ]
+
+
+ 12:56:45.709
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:56:45.711
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2204 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:56:45.726
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-a56fb6b6-f742-4e57-a96e-f572123adb4b for spill files.
+
+
+ [INFO ]
+
+
+ 12:56:45.730
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:56:45.755
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-c2ab732a-5d70-452f-aa2c-beb1b709bccd
+
+
+ [INFO ]
+
+
+ 12:56:45.776
+
+
+ [flink-akka.actor.default-dispatcher-4] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-486c0f1b-10c7-494b-ab75-17cee485ce7e
+
+
+ [INFO ]
+
+
+ 12:56:45.795
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#1430819202.
+
+
+ [INFO ]
+
+
+ 12:56:45.796
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - TaskManager data connection information: 927e79401bdd5ed3a8b63c7cfe0345ce @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:56:45.798
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - TaskManager has 8 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:56:45.800
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 726/1683/7008 MB, NON HEAP: 53/55/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:56:45.814
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:56:45.819
+
+
+ [flink-akka.actor.default-dispatcher-4] StandaloneResourceManager:368
+
+
+ - TaskManager 927e79401bdd5ed3a8b63c7cfe0345ce has started.
+
+
+ [INFO ]
+
+
+ 12:56:45.827
+
+
+ [flink-akka.actor.default-dispatcher-3] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as 6e24d34407b8af3425cac8ba2ba8bf34. Current number of registered hosts is 1. Current number of alive task slots is 8.
+
+
+ [INFO ]
+
+
+ 12:56:45.834
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:56:45.842
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:35767. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:56:45.845
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-af4e995e-01f2-4d00-b326-b717f82a8d81
+
+
+ [INFO ]
+
+
+ 12:56:46.093
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:56:46.100
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: e8da8af5c1ca6119f943a8eb58dba2f0)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:56:46.100
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:91
+
+
+ - Received job Flink Java Job at Fri Apr 24 12:56:43 JST 2020 (e8da8af5c1ca6119f943a8eb58dba2f0).
+
+
+ [INFO ]
+
+
+ 12:56:46.100
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#499546505].
+
+
+ [INFO ]
+
+
+ 12:56:46.101
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#499546505] with leader session id 9d81075d-68ee-4116-881d-26d7066afcd5. Connected to JobManager at Actor[akka://flink/user/jobmanager_1#499546505] with leader session id 9d81075d-68ee-4116-881d-26d7066afcd5.
+
+
+ [INFO ]
+
+
+ 12:56:46.101
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Flink Java Job at Fri Apr 24 12:56:43 JST 2020 (e8da8af5c1ca6119f943a8eb58dba2f0) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:56:46.105
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:56:46.107
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:56:46.113
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Submitting job e8da8af5c1ca6119f943a8eb58dba2f0 (Flink Java Job at Fri Apr 24 12:56:43 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:56:46.170
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for e8da8af5c1ca6119f943a8eb58dba2f0.
+
+
+ [INFO ]
+
+
+ 12:56:46.194
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:56:46.222
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:136
+
+
+ - Running initialization on master for job Flink Java Job at Fri Apr 24 12:56:43 JST 2020 (e8da8af5c1ca6119f943a8eb58dba2f0).
+
+
+ [INFO ]
+
+
+ 12:56:46.225
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:158
+
+
+ - Successfully ran initialization on master in 3 ms.
+
+
+ [INFO ]
+
+
+ 12:56:46.262
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:111
+
+
+ - Job e8da8af5c1ca6119f943a8eb58dba2f0 was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:56:46.263
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Scheduling job e8da8af5c1ca6119f943a8eb58dba2f0 (Flink Java Job at Fri Apr 24 12:56:43 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:56:46.263
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:56:43 JST 2020 (e8da8af5c1ca6119f943a8eb58dba2f0) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.265
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.266
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:56:46 Job execution switched to status RUNNING. 04/24/2020 12:56:46 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.267
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(1/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.277
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.277
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.277
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(1/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.288
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.288
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.288
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(2/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.288
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.289
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(2/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.289
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.289
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.289
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(3/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.289
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.290
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(3/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.290
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.290
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.290
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.290
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (attempt #0) to localhost 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.290
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.291
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.291
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) switched from SCHEDULED to DEPLOYING. 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.291
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.291
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(5/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.291
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.291
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.291
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(5/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.292
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.292
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(6/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.292
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.292
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(6/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.293
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(7/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.292
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.293
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.293
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(7/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.294
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.294
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.294
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(8/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.294
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.294
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(8/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.338
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.339
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.339
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.340
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.341
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.341
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.343
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)] Task:571
+
+
+ - Loading JAR files for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.343
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)] Task:571
+
+
+ - Loading JAR files for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.344
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.345
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)] Task:600
+
+
+ - Registering task at network: DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.345
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)] Task:600
+
+
+ - Registering task at network: DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.346
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.346
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.346
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)] Task:571
+
+
+ - Loading JAR files for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.347
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)] Task:600
+
+
+ - Registering task at network: DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.347
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.349
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.350
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.354
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)] Task:571
+
+
+ - Loading JAR files for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.356
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)] Task:600
+
+
+ - Registering task at network: DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.356
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.357
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.357
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.357
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)] Task:571
+
+
+ - Loading JAR files for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.357
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.357
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.357
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.357
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.358
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)] Task:600
+
+
+ - Registering task at network: DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.358
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.358
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.359
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.361
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.361
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)] Task:571
+
+
+ - Loading JAR files for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.362
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.362
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)] Task:600
+
+
+ - Registering task at network: DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.365
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.365
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.366
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.366
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)] Task:571
+
+
+ - Loading JAR files for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.367
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.367
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)] Task:600
+
+
+ - Registering task at network: DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.369
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.369
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.370
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.370
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)] Task:571
+
+
+ - Loading JAR files for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.371
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)] Task:600
+
+
+ - Registering task at network: DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.371
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.376
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.376
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(5/8) switched to RUNNING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.378
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.379
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.379
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(2/8) switched to RUNNING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.379
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(1/8) switched to RUNNING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(1/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.380
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.380
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.381
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.381
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.381
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(4/8) switched to RUNNING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.381
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.382
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(6/8) switched to RUNNING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.382
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(8/8) switched to RUNNING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(8/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.382
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(7/8) switched to RUNNING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.383
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(3/8) switched to RUNNING 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(3/8) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:56:46.385
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:46.385
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:46.385
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:46.385
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:46.385
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:46.385
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:46.385
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:46.386
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:46.392
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.395
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.396
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.396
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.397
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.398
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.399
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.400
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.412
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.412
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.412
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)] Task:809
+
+
+ - Freeing task resources for DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123).
+
+
+ [INFO ]
+
+
+ 12:56:46.412
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.412
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.412
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.412
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (test) - UTF-8) (6/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.413
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.413
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (test) - UTF-8) (8/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.414
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.414
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(6/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.414
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.414
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.414
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)] Task:809
+
+
+ - Freeing task resources for DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8).
+
+
+ [INFO ]
+
+
+ 12:56:46.414
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)] Task:809
+
+
+ - Freeing task resources for DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7).
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (test) - UTF-8) (4/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (test) - UTF-8) (2/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.414
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)] Task:809
+
+
+ - Freeing task resources for DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b).
+
+
+ [INFO ]
+
+
+ 12:56:46.415
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (test) - UTF-8) (1/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)] Task:809
+
+
+ - Freeing task resources for DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd).
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5083234db3b45e3fc50a30c4b6d19123)
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.414
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)] Task:809
+
+
+ - Freeing task resources for DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61).
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) [FINISHED] 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.416
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.417
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.417
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (test) - UTF-8) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.417
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (test) - UTF-8) (7/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.417
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.417
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) switched from RUNNING to FINISHED. 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.417
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)] Task:809
+
+
+ - Freeing task resources for DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4).
+
+
+ [INFO ]
+
+
+ 12:56:46.417
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.417
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(8/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.418
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(4/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.419
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(1/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.419
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(2/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.420
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(4/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.420
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(2/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.421
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(1/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.421
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(5/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.422
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(7/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.422
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(5/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.423
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(7/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.423
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5713a34a44acf70e554d551f56387ac8)
+
+
+ [INFO ]
+
+
+ 12:56:46.424
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (101c5272ce33ae455477c67a2e28e8c7)
+
+
+ [INFO ]
+
+
+ 12:56:46.425
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (21f91a4710485f20f044179f2a8b3d7b)
+
+
+ [INFO ]
+
+
+ 12:56:46.425
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (564e98cdcf096bf0350180e1e1a701fd)
+
+
+ [INFO ]
+
+
+ 12:56:46.426
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (18759699fd410385cfa16a14ed6a3d61)
+
+
+ [INFO ]
+
+
+ 12:56:46.427
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4ff80be0fbd8564741d37c59b8d07ff4)
+
+
+ [INFO ]
+
+
+ 12:56:46.437
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (test) - UTF-8) (6/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.440
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (6/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.440
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.440
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (6/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.441
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (test) - UTF-8) (7/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.442
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:46.443
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.443
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(3/8) switched to SCHEDULED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:46.443
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (test) - UTF-8) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:46.443
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(3/8) switched to DEPLOYING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:46.446
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (6/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.453
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (6/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.453
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (7/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.454
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.454
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (7/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.456
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (7/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.456
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)] Task:940
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.456
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)] Task:809
+
+
+ - Freeing task resources for DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3).
+
+
+ [INFO ]
+
+
+ 12:56:46.456
+
+
+ [DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.457
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (7/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.456
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (test) - UTF-8) (8/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.459
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (test) - UTF-8) (1/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.459
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (8/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.460
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.460
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (8/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.460
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (8/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.469
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (8/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.469
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (1/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.470
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.470
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (1/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.471
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (1/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.471
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (1/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.471
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (test) - UTF-8) (2/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.472
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (2/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.473
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (test) - UTF-8) (4/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.473
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.474
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (2/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.475
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (2/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.519
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (2/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.520
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (test) - UTF-8) (5/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.523
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (8/8) (5083234db3b45e3fc50a30c4b6d19123) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.524
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (test) - UTF-8) (3/8)
+
+
+ [INFO ]
+
+
+ 12:56:46.524
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (5/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.524
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(8/8) switched to FINISHED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.524
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.525
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (5/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.525
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (5/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.525
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (5/8) (5713a34a44acf70e554d551f56387ac8) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.525
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (4/8) (101c5272ce33ae455477c67a2e28e8c7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.526
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (7/8) (21f91a4710485f20f044179f2a8b3d7b) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.527
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (1/8) (564e98cdcf096bf0350180e1e1a701fd) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.527
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(5/8) switched to FINISHED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.528
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.528
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (681acd8fb20737b09042cada95326ed3)
+
+
+ [INFO ]
+
+
+ 12:56:46.528
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (2/8) (18759699fd410385cfa16a14ed6a3d61) switched from RUNNING to FINISHED. 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.528
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(1/8) switched to FINISHED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(1/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.528
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(4/8) switched to FINISHED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.529
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.529
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(2/8) switched to FINISHED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(2/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.529
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(6/8) switched to RUNNING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.528
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (6/8) (4ff80be0fbd8564741d37c59b8d07ff4) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.530
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(6/8) switched to FINISHED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(6/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.530
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (3/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.531
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.531
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (3/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.531
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (4/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:46.531
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:46.532
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (4/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.532
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (3/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.532
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (4/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:46.533
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.534
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.534
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(7/8) switched to RUNNING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.535
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.535
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(8/8) switched to RUNNING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(8/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.535
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.536
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(1/8) switched to RUNNING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(1/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.536
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(2/8) switched to RUNNING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.541
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (5/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.543
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (4/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.543
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (3/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.547
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) (3/8) (681acd8fb20737b09042cada95326ed3) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.548
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(3/8) switched to FINISHED 04/24/2020 12:56:46 DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat))(3/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.549
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.549
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.550
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(5/8) switched to RUNNING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.550
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:46.551
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(4/8) switched to RUNNING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.552
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(3/8) switched to RUNNING 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (8/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (4/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (2/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (1/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (8/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1).
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (4/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3).
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (2/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7).
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (1/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8).
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (5/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (7/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (7/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1).
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.596
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.597
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.597
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (5/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7).
+
+
+ [INFO ]
+
+
+ 12:56:46.597
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (6/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.597
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (test) - UTF-8) (ad24e563296f402237d8ef0de280b3d3)
+
+
+ [INFO ]
+
+
+ 12:56:46.597
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (6/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca).
+
+
+ [INFO ]
+
+
+ 12:56:46.597
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.597
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.597
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (test) - UTF-8) (c6451b07ec86dd255e0a38c5b92b58c1)
+
+
+ [INFO ]
+
+
+ 12:56:46.599
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (test) - UTF-8) (f2bb8b21af4458b3e8137a53f9c924c8)
+
+
+ [INFO ]
+
+
+ 12:56:46.599
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (test) - UTF-8) (1ca329ccd1ecded945aae05dd2a437f1)
+
+
+ [INFO ]
+
+
+ 12:56:46.600
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (test) - UTF-8) (789fd70f7a82943bd52be88ac3d5efc7)
+
+
+ [INFO ]
+
+
+ 12:56:46.601
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (test) - UTF-8) (78beb6bffc9e40d6b6f543fb2cec3dc7)
+
+
+ [INFO ]
+
+
+ 12:56:46.602
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (test) - UTF-8) (9762b269fc1a79f4f11f8c553927bbca)
+
+
+ [INFO ]
+
+
+ 12:56:46.604
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (4/8) (ad24e563296f402237d8ef0de280b3d3) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.604
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (8/8) (c6451b07ec86dd255e0a38c5b92b58c1) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.604
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (1/8) (f2bb8b21af4458b3e8137a53f9c924c8) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.604
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(4/8) switched to FINISHED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.605
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(8/8) switched to FINISHED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.605
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(1/8) switched to FINISHED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(1/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.606
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (7/8) (1ca329ccd1ecded945aae05dd2a437f1) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.607
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.607
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (2/8) (789fd70f7a82943bd52be88ac3d5efc7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.607
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (6/8) (9762b269fc1a79f4f11f8c553927bbca) switched from RUNNING to FINISHED. 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.607
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (5/8) (78beb6bffc9e40d6b6f543fb2cec3dc7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.607
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(6/8) switched to FINISHED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(6/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.608
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(2/8) switched to FINISHED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(2/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.608
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(5/8) switched to FINISHED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.627
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (3/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.627
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (3/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8).
+
+
+ [INFO ]
+
+
+ 12:56:46.627
+
+
+ [DataSink (TextOutputFormat (test) - UTF-8) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:46.628
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (test) - UTF-8) (cb0412d7d4128542018367597cf257b8)
+
+
+ [INFO ]
+
+
+ 12:56:46.630
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (test) - UTF-8) (3/8) (cb0412d7d4128542018367597cf257b8) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.631
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(3/8) switched to FINISHED 04/24/2020 12:56:46 DataSink (TextOutputFormat (test) - UTF-8)(3/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:46.632
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:56:43 JST 2020 (e8da8af5c1ca6119f943a8eb58dba2f0) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.633
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:56:46 Job execution switched to status FINISHED. 04/24/2020 12:56:46 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:46.680
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:56:46.680
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:56:46.681
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#499546505].
+
+
+ [INFO ]
+
+
+ 12:56:46.682
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:56:46.697
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#1430819202.
+
+
+ [INFO ]
+
+
+ 12:56:46.699
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:56:46.700
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:56:46.704
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:56:46.708
+
+
+ [flink-akka.actor.default-dispatcher-2] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:35767
+
+
+ [INFO ]
+
+
+ 12:56:46.709
+
+
+ [flink-akka.actor.default-dispatcher-4] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-a56fb6b6-f742-4e57-a96e-f572123adb4b
+
+
+ [INFO ]
+
+
+ 12:56:46.709
+
+
+ [flink-akka.actor.default-dispatcher-4] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:56:46.750
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down.
+
+
+
+
+
+ 0 ms
+ passed FlinkPdTest.testCountTok
+
+
+
+ 30.11 s
+ passed FlinkPdTest.testDistances
+
+
+ [INFO ]
+
+
+ 12:56:46.921
+
+
+ [main] FlinkPd:247
+
+
+ - writing preprocessed input to disk at /mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed
+
+
+ [INFO ]
+
+
+ 12:56:46.930
+
+
+ [main] FlinkPd:264
+
+
+ - writing preprocesssed refs to disk at /mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed
+
+
+ [INFO ]
+
+
+ 12:56:46.948
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 1 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:56:47.029
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:56:47.030
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:56:47.038] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at com.formulasearchengine.mathosphere.mathpd.FlinkPd.run(FlinkPd.java:421) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:41) at com.formulasearchengine.mathosphere.mathpd.FlinkPdTest.testDistances(FlinkPdTest.java:91) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:56:47.040
+
+
+ [flink-akka.actor.default-dispatcher-2] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:56:47.041
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-dfd8c09a-363c-4612-b3c1-826a1c0b8be8
+
+
+ [INFO ]
+
+
+ 12:56:47.042
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:45113 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:56:47.043
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:56:47.043
+
+
+ [flink-akka.actor.default-dispatcher-2] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:56:47.044
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:56:47.044
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:56:47.044
+
+
+ [flink-akka.actor.default-dispatcher-2] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@411ea4e1 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:56:47.045
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(8bfad57b-7eba-46f3-8246-8310fad02462).
+
+
+ [INFO ]
+
+
+ 12:56:47.045
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:56:47.045
+
+
+ [flink-akka.actor.default-dispatcher-3] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=8bfad57b-7eba-46f3-8246-8310fad02462
+
+
+ [INFO ]
+
+
+ 12:56:47.104
+
+
+ [flink-akka.actor.default-dispatcher-3] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:56:47.106
+
+
+ [flink-akka.actor.default-dispatcher-4] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#963035325] - leader session 8bfad57b-7eba-46f3-8246-8310fad02462
+
+
+ [INFO ]
+
+
+ 12:56:47.296
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 699 MB for network buffer pool (number of memory segments: 22398, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:56:47.297
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:56:47.297
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2204 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:56:47.297
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-17fcc1c1-066d-4423-b228-4abbe00c44ea for spill files.
+
+
+ [INFO ]
+
+
+ 12:56:47.298
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:56:47.298
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-55cd39e0-931c-4794-a153-4f2f1c13d384
+
+
+ [INFO ]
+
+
+ 12:56:47.299
+
+
+ [flink-akka.actor.default-dispatcher-4] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-15d9cb22-e824-4b4a-b732-e6c7281335ce
+
+
+ [INFO ]
+
+
+ 12:56:47.300
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#9349489.
+
+
+ [INFO ]
+
+
+ 12:56:47.300
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - TaskManager data connection information: 22184962bad3031f10a7c5ad78d28ce1 @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:56:47.300
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - TaskManager has 8 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:56:47.300
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 713/1940/7008 MB, NON HEAP: 60/63/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:56:47.301
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:56:47.302
+
+
+ [flink-akka.actor.default-dispatcher-4] StandaloneResourceManager:368
+
+
+ - TaskManager 22184962bad3031f10a7c5ad78d28ce1 has started.
+
+
+ [INFO ]
+
+
+ 12:56:47.302
+
+
+ [flink-akka.actor.default-dispatcher-2] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as 94d8aaaba0fc93da78f066b754163a27. Current number of registered hosts is 1. Current number of alive task slots is 8.
+
+
+ [INFO ]
+
+
+ 12:56:47.304
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:56:47.304
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:45113. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:56:47.304
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-b6086ddf-dc93-48ce-b381-d45820d665a8
+
+
+ [INFO ]
+
+
+ 12:56:47.454
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 4f63996753b7cdbe98c015bb9c0099e8)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:56:47.454
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:91
+
+
+ - Received job MathPD(IS_MODE_PREPROCESSING=true) (4f63996753b7cdbe98c015bb9c0099e8).
+
+
+ [INFO ]
+
+
+ 12:56:47.455
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:56:47.455
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#963035325].
+
+
+ [INFO ]
+
+
+ 12:56:47.456
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#963035325] with leader session id 8bfad57b-7eba-46f3-8246-8310fad02462. Connected to JobManager at Actor[akka://flink/user/jobmanager_1#963035325] with leader session id 8bfad57b-7eba-46f3-8246-8310fad02462.
+
+
+ [INFO ]
+
+
+ 12:56:47.456
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job MathPD(IS_MODE_PREPROCESSING=true) (4f63996753b7cdbe98c015bb9c0099e8) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:56:47.456
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:56:47.456
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:56:47.457
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Submitting job 4f63996753b7cdbe98c015bb9c0099e8 (MathPD(IS_MODE_PREPROCESSING=true)).
+
+
+ [INFO ]
+
+
+ 12:56:47.457
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 4f63996753b7cdbe98c015bb9c0099e8.
+
+
+ [INFO ]
+
+
+ 12:56:47.458
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:56:47.460
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:136
+
+
+ - Running initialization on master for job MathPD(IS_MODE_PREPROCESSING=true) (4f63996753b7cdbe98c015bb9c0099e8).
+
+
+ [INFO ]
+
+
+ 12:56:47.462
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:158
+
+
+ - Successfully ran initialization on master in 2 ms.
+
+
+ [INFO ]
+
+
+ 12:56:47.468
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Scheduling job 4f63996753b7cdbe98c015bb9c0099e8 (MathPD(IS_MODE_PREPROCESSING=true)).
+
+
+ [INFO ]
+
+
+ 12:56:47.468
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:111
+
+
+ - Job 4f63996753b7cdbe98c015bb9c0099e8 was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:56:47.468
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1285
+
+
+ - Job MathPD(IS_MODE_PREPROCESSING=true) (4f63996753b7cdbe98c015bb9c0099e8) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.468
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.469
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:56:47 Job execution switched to status RUNNING. 04/24/2020 12:56:47 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.469
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.469
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.469
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (attempt #0) to localhost 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.469
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.471
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.471
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.471
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.472
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.472
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.472
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.473
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.473
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.473
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.474
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.474
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.474
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.475
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.475
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.475
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) switched from SCHEDULED to DEPLOYING. 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.476
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.476
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.476
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.476
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.476
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.477
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.477
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (attempt #0) to localhost 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.477
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.477
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) switched from CREATED to SCHEDULED. 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.477
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.477
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.477
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.477
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.477
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.478
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.478
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.478
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.478
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.478
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.478
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.479
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.479
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.479
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.479
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.479
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.479
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.479
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.480
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.480
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.480
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.480
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) switched from CREATED to SCHEDULED. 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.481
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.481
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.481
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.481
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.481
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.482
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.481
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.482
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.482
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.483
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.483
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.483
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.483
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.485
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.483
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.485
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.485
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.486
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.486
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.486
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.486
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.486
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.486
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.486
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.486
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.487
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.487
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.487
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.487
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.487
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.487
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.487
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.488
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.488
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (attempt #0) to localhost 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.488
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.491
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.488
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.490
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.491
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.491
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.491
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.492
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.492
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:47.492
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.492
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.492
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.492
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to SCHEDULED 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:47.490
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.493
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.493
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to DEPLOYING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:47.493
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.493
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.494
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.494
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.494
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.494
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.494
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.495
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.493
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.497
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.497
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.497
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.497
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.498
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.498
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.498
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.503
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.503
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.503
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.503
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.505
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.505
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.507
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.507
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.508
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.508
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.508
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.510
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)
+
+
+ [WARN ]
+
+
+ 12:56:47.510
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:47.510
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:47.510
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:47.510
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:47.511
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.511
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.511
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.512
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.512
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.512
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) [DEPLOYING]
+
+
+ [WARN ]
+
+
+ 12:56:47.512
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:47.513
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.513
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) [DEPLOYING].
+
+
+ [WARN ]
+
+
+ 12:56:47.513
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:47.514
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.515
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.516
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.516
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.516
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.516
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.517
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.517
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:56:47.519
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:47.521
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.521
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.522
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.521
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:56:47.524
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:47.524
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:47.524
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:47.524
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:47.524
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.526
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.526
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.526
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.526
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.526
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.527
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.531
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.531
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.531
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.532
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.532
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.532
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.532
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.532
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.532
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.532
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.533
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.534
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.535
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)
+
+
+ [WARN ]
+
+
+ 12:56:47.535
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:47.536
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:56:47.536
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:47.538
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)
+
+
+ [INFO ]
+
+
+ 12:56:47.538
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.538
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.539
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.539
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.548
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.627
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.628
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:47.628
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:47.629
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.629
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:47.630
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [WARN ]
+
+
+ 12:56:47.631
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:47.631
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.633
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.634
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.634
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.634
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.634
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.634
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.634
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.634
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.635
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.635
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) switched from DEPLOYING to RUNNING. 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.635
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.635
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.635
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.635
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.635
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) switched from DEPLOYING to RUNNING. 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.635
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.635
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.636
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.636
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.636
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:56:47.637
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:47.637
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.637
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.637
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.638
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.638
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.636
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:47.639
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.639
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.640
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.641
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to RUNNING 04/24/2020 12:56:47 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:47.642
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.644
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.647
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] TextExtractorMapper:162
+
+
+ - processing document '0704.0097/12'...
+
+
+ [INFO ]
+
+
+ 12:56:47.647
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.648
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.658
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.660
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.934
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.935
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.939
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [WARN ]
+
+
+ 12:56:47.942
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'html'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:47.950
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.952
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] TextExtractorMapper:162
+
+
+ - processing document '0704.0097/15'...
+
+
+ [INFO ]
+
+
+ 12:56:47.964
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.970
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:56:47.973
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] TextExtractorMapper:162
+
+
+ - processing document '0704.0097/18'...
+
+
+ [INFO ]
+
+
+ 12:56:47.973
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] TextExtractorMapper:162
+
+
+ - processing document 'Ref1/-1'...
+
+
+ [INFO ]
+
+
+ 12:56:48.020
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] TextExtractorMapper:162
+
+
+ - processing document '0704.0097/10'...
+
+
+ [INFO ]
+
+
+ 12:56:48.035
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.035
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4).
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.036
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) switched from SCHEDULED to DEPLOYING. 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.037
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.038
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1d86b052373c63401c23b1a4273170b4)
+
+
+ [INFO ]
+
+
+ 12:56:48.038
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.038
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.039
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.039
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129).
+
+
+ [INFO ]
+
+
+ 12:56:48.044
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.044
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.044
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.045
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.045
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.045
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.045
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.045
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.046
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.046
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.046
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.046
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.046
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.047
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.047
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) switched from CREATED to SCHEDULED. 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.047
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.047
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.047
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.047
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.047
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.048
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (1d86b052373c63401c23b1a4273170b4) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.050
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)
+
+
+ [WARN ]
+
+
+ 12:56:48.050
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:48.047
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.054
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.054
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.054
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.055
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.055
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.055
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.056
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.061
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.062
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.062
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.062
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.063
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.072
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.072
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc).
+
+
+ [INFO ]
+
+
+ 12:56:48.073
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.073
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f).
+
+
+ [INFO ]
+
+
+ 12:56:48.074
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.074
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) switched from RUNNING to FINISHED.
+
+
+ [WARN ]
+
+
+ 12:56:48.074
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'html'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:48.074
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f).
+
+
+ [INFO ]
+
+
+ 12:56:48.075
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.075
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f).
+
+
+ [INFO ]
+
+
+ 12:56:48.075
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.079
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.078
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.093
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.094
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.094
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.094
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.094
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.097
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.097
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.098
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.098
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.098
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.105
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.105
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.176
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.176
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.109
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.109
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.106
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.181
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) [DEPLOYING].
+
+
+ [WARN ]
+
+
+ 12:56:48.181
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'html'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:48.181
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'html'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:48.181
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2).
+
+
+ [INFO ]
+
+
+ 12:56:48.182
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.182
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.106
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.182
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.182
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] TextExtractorMapper:67
+
+
+ - 0704.0097 contains no math tags
+
+
+ [INFO ]
+
+
+ 12:56:48.182
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] TextExtractorMapper:170
+
+
+ - could not convert ArxivDocument to ExtractedMathPDDocument: 0704.0097/18
+
+
+ [INFO ]
+
+
+ 12:56:48.182
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.184
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.184
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.190
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.192
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.199
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.199
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.199
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.199
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a).
+
+
+ [INFO ]
+
+
+ 12:56:48.199
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.200
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.200
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.200
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.201
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.201
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.202
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.202
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.202
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.202
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.202
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.203
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.203
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.199
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.199
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3eb3aeefd9349d0cf98e264724a96129)
+
+
+ [INFO ]
+
+
+ 12:56:48.204
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.204
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (687aa435d52bd658fe759c02d9d9055f)
+
+
+ [INFO ]
+
+
+ 12:56:48.204
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.198
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.204
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.205
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (28e022dc1cfa66c34ed5253faff95d1f)
+
+
+ [INFO ]
+
+
+ 12:56:48.205
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (attempt #0) to localhost
+
+
+ [ERROR]
+
+
+ 12:56:48.205
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] TextExtractorMapper:104
+
+
+ - found no title
+
+
+ [INFO ]
+
+
+ 12:56:48.198
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:48.206
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.206
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:48.198
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.206
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.206
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.206
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.207
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.207
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.207
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.207
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.207
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.208
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.208
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.208
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.208
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.209
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.209
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.209
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.209
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.210
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.210
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to SCHEDULED 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:48.210
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to DEPLOYING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:48.214
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.215
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.215
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.215
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.216
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.216
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.217
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.217
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.217
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.217
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.218
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.219
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.219
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.219
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.219
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.220
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.220
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.220
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.220
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4).
+
+
+ [INFO ]
+
+
+ 12:56:48.198
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.225
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.225
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.192
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.227
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.227
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.227
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.227
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.227
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.228
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.231
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.231
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.231
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) [FINISHED]
+
+
+ [WARN ]
+
+
+ 12:56:48.231
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:48.231
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.234
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.240
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.240
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0).
+
+
+ [INFO ]
+
+
+ 12:56:48.240
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.241
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.243
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.243
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671).
+
+
+ [WARN ]
+
+
+ 12:56:48.252
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:48.255
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:48.269
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.269
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.269
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.269
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.271
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.271
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.398
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.402
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.402
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.402
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.402
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.403
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:56:48.410
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:48.418
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.419
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.419
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.419
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.420
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.420
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.430
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (3eb3aeefd9349d0cf98e264724a96129) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.431
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.431
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (687aa435d52bd658fe759c02d9d9055f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.431
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.431
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.431
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.431
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.431
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.432
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:56:48.476
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:48.478
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:48.487
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.490
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.491
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.492
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.492
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.492
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.493
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.497
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (28e022dc1cfa66c34ed5253faff95d1f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.498
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)
+
+
+ [INFO ]
+
+
+ 12:56:48.498
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.498
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) switched from CREATED to DEPLOYING. 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.498
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.498
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.498
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.499
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.509
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:48.509
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:48.510
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.510
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:48.511
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.511
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (d6313c2d380e034f93abab77266653b4)
+
+
+ [INFO ]
+
+
+ 12:56:48.512
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (689179f67da344f2ef7519f88184bc7a)
+
+
+ [INFO ]
+
+
+ 12:56:48.512
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (146dd683659cbc7d62c0cbf277f90d5f)
+
+
+ [INFO ]
+
+
+ 12:56:48.512
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (62bc31479e9cc0d75c689db26bddd8dc)
+
+
+ [INFO ]
+
+
+ 12:56:48.513
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5d2852d0d281343deb9905469329f3b0)
+
+
+ [INFO ]
+
+
+ 12:56:48.513
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4511e890e7e702a34cbedcabdbd437e2)
+
+
+ [INFO ]
+
+
+ 12:56:48.515
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (a4bafc2a2d5642d5904beac6f4f47671)
+
+
+ [INFO ]
+
+
+ 12:56:48.516
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.516
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.516
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.517
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.529
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.530
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.530
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.531
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.531
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.532
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.532
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.532
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.533
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:48.534
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (d6313c2d380e034f93abab77266653b4) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.538
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.538
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.538
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.539
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.535
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (689179f67da344f2ef7519f88184bc7a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.916
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (4/8) (62bc31479e9cc0d75c689db26bddd8dc) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.916
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (146dd683659cbc7d62c0cbf277f90d5f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.917
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (8/8) (5d2852d0d281343deb9905469329f3b0) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.918
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (6/8) (4511e890e7e702a34cbedcabdbd437e2) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.918
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (a4bafc2a2d5642d5904beac6f4f47671) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:48.928
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.929
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.929
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.929
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.930
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.930
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to RUNNING 04/24/2020 12:56:48 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:48.930
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.930
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.930
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.931
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.931
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(6/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:48.931
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to FINISHED 04/24/2020 12:56:48 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to FINISHED
+
+
+ [WARN ]
+
+
+ 12:56:48.953
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:48.957
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:48.980
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] TextExtractorMapper:162
+
+
+ - processing document '0704.0097/14'...
+
+
+ [WARN ]
+
+
+ 12:56:48.981
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:48.993
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.016
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'html'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:49.041
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] TextExtractorMapper:175
+
+
+ - finished processing document '0704.0097/12'...
+
+
+ [WARN ]
+
+
+ 12:56:49.044
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.048
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.059
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.091
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.142
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.146
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.151
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.170
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.242
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.244
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.246
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.264
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:49.304
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] TextExtractorMapper:175
+
+
+ - finished processing document '0704.0097/15'...
+
+
+ [WARN ]
+
+
+ 12:56:49.317
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.324
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.336
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.408
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.413
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.413
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.470
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.492
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.496
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.539
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.567
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.569
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:49.595
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] TextExtractorMapper:162
+
+
+ - processing document '0704.0097/16'...
+
+
+ [WARN ]
+
+
+ 12:56:49.618
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'html'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.624
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:49.626
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] TextExtractorMapper:175
+
+
+ - finished processing document '0704.0097/10'...
+
+
+ [WARN ]
+
+
+ 12:56:49.629
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:49.634
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] TextExtractorMapper:162
+
+
+ - processing document '0704.0097/13'...
+
+
+ [WARN ]
+
+
+ 12:56:49.644
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.650
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'html'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.685
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:49.690
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] TextExtractorMapper:162
+
+
+ - processing document '0704.0097/11'...
+
+
+ [WARN ]
+
+
+ 12:56:49.710
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.710
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'html'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.711
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.725
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.736
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.779
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.785
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.785
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.803
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.805
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.853
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.855
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.858
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.898
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.906
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.934
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.936
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.942
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.970
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:49.991
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.000
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.008
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.023
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.039
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.067
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.069
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.080
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.105
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.106
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.149
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.156
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.167
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.197
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.204
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.243
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.248
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.252
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.262
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.287
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.320
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.323
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.344
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.370
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.369
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.401
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.409
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.417
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.441
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.446
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.491
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.504
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.511
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.523
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.524
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:50.582
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] TextExtractorMapper:175
+
+
+ - finished processing document '0704.0097/16'...
+
+
+ [WARN ]
+
+
+ 12:56:50.583
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.587
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.594
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.594
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:50.598
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] TextExtractorMapper:162
+
+
+ - processing document '0704.0097/17'...
+
+
+ [WARN ]
+
+
+ 12:56:50.623
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'html'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.639
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.647
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.664
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.664
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.678
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.705
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.727
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.736
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.736
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.755
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.776
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.801
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.806
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.808
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.819
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.848
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.858
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.862
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.871
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.884
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.919
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.928
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.932
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.939
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.952
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.980
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:50.993
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.004
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.004
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.020
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:51.034
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] TextExtractorMapper:175
+
+
+ - finished processing document '0704.0097/13'...
+
+
+ [WARN ]
+
+
+ 12:56:51.035
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.079
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.095
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.097
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:51.122
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:51.123
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77).
+
+
+ [INFO ]
+
+
+ 12:56:51.123
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:51.128
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (462cef4ddc9797a67b48e0e737a2ae77)
+
+
+ [INFO ]
+
+
+ 12:56:51.131
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (7/8) (462cef4ddc9797a67b48e0e737a2ae77) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:51.131
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:51 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to FINISHED 04/24/2020 12:56:51 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(7/8) switched to FINISHED
+
+
+ [WARN ]
+
+
+ 12:56:51.164
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.178
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:51.186
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] TextExtractorMapper:175
+
+
+ - finished processing document '0704.0097/11'...
+
+
+ [WARN ]
+
+
+ 12:56:51.198
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:51.224
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:51.225
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307).
+
+
+ [INFO ]
+
+
+ 12:56:51.225
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:51.227
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (ac2192dc04f618ab4462fb35a7cc5307)
+
+
+ [INFO ]
+
+
+ 12:56:51.228
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (2/8) (ac2192dc04f618ab4462fb35a7cc5307) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:51.229
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:51 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to FINISHED 04/24/2020 12:56:51 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(2/8) switched to FINISHED
+
+
+ [WARN ]
+
+
+ 12:56:51.235
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.249
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.259
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.281
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.299
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.312
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.323
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.348
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.361
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.369
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.428
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.447
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.450
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.477
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.495
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.499
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.533
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.544
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.544
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.591
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.593
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.596
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.639
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.649
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.658
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.686
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.704
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.709
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.748
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.753
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.762
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.801
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.815
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.818
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.850
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.865
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.866
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.887
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.908
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.912
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.924
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.945
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.962
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:51.978
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.002
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.020
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:52.020
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] TextExtractorMapper:175
+
+
+ - finished processing document '0704.0097/17'...
+
+
+ [INFO ]
+
+
+ 12:56:52.059
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.059
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452).
+
+
+ [INFO ]
+
+
+ 12:56:52.059
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.059
+
+
+ [flink-akka.actor.default-dispatcher-6] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (348a3e1413a94ad77468c11fc9056452)
+
+
+ [INFO ]
+
+
+ 12:56:52.061
+
+
+ [flink-akka.actor.default-dispatcher-6] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (3/8) (348a3e1413a94ad77468c11fc9056452) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.062
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to FINISHED 04/24/2020 12:56:52 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(3/8) switched to FINISHED
+
+
+ [WARN ]
+
+
+ 12:56:52.075
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.088
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.123
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.136
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.160
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.187
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.210
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.229
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.255
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.275
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.305
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.321
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.354
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.365
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.401
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.414
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.447
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.457
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.490
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.494
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.529
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.531
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:52.555
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] TextExtractorMapper:175
+
+
+ - finished processing document '0704.0097/14'...
+
+
+ [WARN ]
+
+
+ 12:56:52.567
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:52.571
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.571
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30).
+
+
+ [INFO ]
+
+
+ 12:56:52.571
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.571
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (34d0b239c916b9f568a3ae50984d3c30)
+
+
+ [INFO ]
+
+
+ 12:56:52.573
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (5/8) (34d0b239c916b9f568a3ae50984d3c30) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.576
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to FINISHED 04/24/2020 12:56:52 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:240)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.580
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.580
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553).
+
+
+ [INFO ]
+
+
+ 12:56:52.581
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.581
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (441b910583843e78bba1b9260bd4a553)
+
+
+ [INFO ]
+
+
+ 12:56:52.581
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:52.581
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.582
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:52.582
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(5/8) switched to SCHEDULED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:52.582
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(5/8) switched to DEPLOYING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:52.583
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:52.583
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)
+
+
+ [INFO ]
+
+
+ 12:56:52.584
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.584
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:52.584
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(1/8) switched to SCHEDULED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:52.584
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(1/8) switched to DEPLOYING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:52.585
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:52.586
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.586
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:52.587
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:52.587
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (441b910583843e78bba1b9260bd4a553) switched from RUNNING to FINISHED. 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:52.587
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(8/8) switched to DEPLOYING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:52.587
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:52.587
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)
+
+
+ [INFO ]
+
+
+ 12:56:52.587
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.587
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(4/8) switched to SCHEDULED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:52.587
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(4/8) switched to DEPLOYING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:52.587
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:52.588
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.588
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) switched from CREATED to DEPLOYING. 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.588
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:52.588
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.589
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.589
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.589
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)
+
+
+ [INFO ]
+
+
+ 12:56:52.589
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) switched from CREATED to DEPLOYING.
+
+
+ [WARN ]
+
+
+ 12:56:52.589
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:52.589
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:52.589
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.590
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.590
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:56:52.590
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:52.591
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.591
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b).
+
+
+ [INFO ]
+
+
+ 12:56:52.591
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.592
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:52.593
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.593
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:52.593
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(2/8) switched to SCHEDULED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:52.594
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(2/8) switched to DEPLOYING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:52.595
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:52.595
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.595
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:52.595
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(7/8) switched to SCHEDULED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:52.596
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(7/8) switched to DEPLOYING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:52.596
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.596
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c).
+
+
+ [INFO ]
+
+
+ 12:56:52.597
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.597
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.597
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61).
+
+
+ [INFO ]
+
+
+ 12:56:52.597
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.601
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.602
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278).
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867).
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.604
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:56:52.605
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:52.608
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.609
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384).
+
+
+ [INFO ]
+
+
+ 12:56:52.609
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.609
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (ad83c077d704b93443e837e19bc60e8b)
+
+
+ [INFO ]
+
+
+ 12:56:52.610
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)
+
+
+ [INFO ]
+
+
+ 12:56:52.611
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.611
+
+
+ [flink-akka.actor.default-dispatcher-6] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.611
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(5/8) switched to RUNNING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:52.611
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(1/8) switched to RUNNING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(1/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:52.611
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.611
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:52.612
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.612
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.612
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:56:52.612
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:52.618
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)
+
+
+ [INFO ]
+
+
+ 12:56:52.624
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.627
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.627
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786).
+
+
+ [INFO ]
+
+
+ 12:56:52.627
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647).
+
+
+ [INFO ]
+
+
+ 12:56:52.627
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.628
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a).
+
+
+ [INFO ]
+
+
+ 12:56:52.628
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:52.628
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.628
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.628
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670).
+
+
+ [INFO ]
+
+
+ 12:56:52.628
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.628
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.628
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:56:52.629
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.627
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.629
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:52.627
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.629
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.629
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3).
+
+
+ [INFO ]
+
+
+ 12:56:52.629
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:52.629
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.629
+
+
+ [flink-akka.actor.default-dispatcher-6] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(3/8) switched to SCHEDULED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:52.629
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.628
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (68a00159bb88fcb8b7e8e65598c4718c)
+
+
+ [INFO ]
+
+
+ 12:56:52.630
+
+
+ [flink-akka.actor.default-dispatcher-6] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(3/8) switched to DEPLOYING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:52.630
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.630
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:56:52.630
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6eb6b6d4426bd7aadca43077b96eee61)
+
+
+ [INFO ]
+
+
+ 12:56:52.630
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.630
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.630
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (0881707af02d3bd7c8bc0b6773fc2278)
+
+
+ [INFO ]
+
+
+ 12:56:52.630
+
+
+ [mini-cluster-future-thread-7] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (attempt #0) to localhost
+
+
+ [WARN ]
+
+
+ 12:56:52.630
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:52.629
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.631
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(6/8) switched to SCHEDULED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:56:52.631
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(6/8) switched to DEPLOYING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:56:52.631
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.631
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:56:52.632
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:52.637
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.637
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (9d208d35a8c72f1e1301199599487867)
+
+
+ [INFO ]
+
+
+ 12:56:52.638
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (b69e57102224a5082342980818355384)
+
+
+ [INFO ]
+
+
+ 12:56:52.639
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.639
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (ad83c077d704b93443e837e19bc60e8b) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.639
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(8/8) switched to RUNNING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(8/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:52.639
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to FINISHED 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.641
+
+
+ [flink-akka.actor.default-dispatcher-6] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (25ee38eedf56d535dd32863655fbf87a)
+
+
+ [INFO ]
+
+
+ 12:56:52.641
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.642
+
+
+ [flink-akka.actor.default-dispatcher-6] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (561a0359eacae536756f4448bac01670)
+
+
+ [INFO ]
+
+
+ 12:56:52.642
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(4/8) switched to RUNNING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:52.643
+
+
+ [flink-akka.actor.default-dispatcher-6] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)
+
+
+ [INFO ]
+
+
+ 12:56:52.644
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.644
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279).
+
+
+ [INFO ]
+
+
+ 12:56:52.644
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.645
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.645
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a).
+
+
+ [INFO ]
+
+
+ 12:56:52.645
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) [FINISHED]
+
+
+ [WARN ]
+
+
+ 12:56:52.651
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:56:52.651
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.651
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:52.651
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.651
+
+
+ [flink-akka.actor.default-dispatcher-6] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6c224a08e5bc56b2cd8de42cca137647)
+
+
+ [INFO ]
+
+
+ 12:56:52.652
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.652
+
+
+ [flink-akka.actor.default-dispatcher-6] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3b4d0513c2b4067896955e35966e0bb3)
+
+
+ [INFO ]
+
+
+ 12:56:52.652
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:56:52.652
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:52.653
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (68a00159bb88fcb8b7e8e65598c4718c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.654
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.653
+
+
+ [flink-akka.actor.default-dispatcher-6] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)
+
+
+ [INFO ]
+
+
+ 12:56:52.654
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (6eb6b6d4426bd7aadca43077b96eee61) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.655
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to FINISHED 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.655
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(7/8) switched to RUNNING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:52.655
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to FINISHED 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.656
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.656
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e).
+
+
+ [INFO ]
+
+
+ 12:56:52.656
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.658
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.658
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (c8b115e7c8ff6af5c9ce3ef0216ca786)
+
+
+ [INFO ]
+
+
+ 12:56:52.658
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(2/8) switched to RUNNING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:52.659
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (5/8) (9d208d35a8c72f1e1301199599487867) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.659
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7d09bd830959667763b3ef7dd3a05279)
+
+
+ [INFO ]
+
+
+ 12:56:52.659
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (8/8) (b69e57102224a5082342980818355384) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.660
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (aa4079d005423465cad145ea5dd87f9a)
+
+
+ [INFO ]
+
+
+ 12:56:52.660
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(5/8) switched to FINISHED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.660
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(8/8) switched to FINISHED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.660
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (066d14de58a0cac03fd09a3f5c52d28e)
+
+
+ [INFO ]
+
+
+ 12:56:52.661
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (25ee38eedf56d535dd32863655fbf87a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.661
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to FINISHED 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.661
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:56:52.661
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:56:52.661
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.661
+
+
+ [flink-akka.actor.default-dispatcher-6] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (1/8) (0881707af02d3bd7c8bc0b6773fc2278) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.662
+
+
+ [flink-akka.actor.default-dispatcher-6] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(1/8) switched to FINISHED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(1/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.662
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:56:52.662
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (561a0359eacae536756f4448bac01670) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.662
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.663
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to FINISHED 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to FINISHED
+
+
+ [WARN ]
+
+
+ 12:56:52.663
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:56:52.663
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (4/8) (6c224a08e5bc56b2cd8de42cca137647) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.663
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (3b4d0513c2b4067896955e35966e0bb3) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.663
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(4/8) switched to FINISHED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.664
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to FINISHED 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.664
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (c8b115e7c8ff6af5c9ce3ef0216ca786) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.664
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (7/8) (7d09bd830959667763b3ef7dd3a05279) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.664
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.664
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.664
+
+
+ [flink-akka.actor.default-dispatcher-6] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to FINISHED 04/24/2020 12:56:52 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.665
+
+
+ [flink-akka.actor.default-dispatcher-6] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(7/8) switched to FINISHED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.665
+
+
+ [flink-akka.actor.default-dispatcher-6] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(3/8) switched to FINISHED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(3/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.664
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (2/8) (aa4079d005423465cad145ea5dd87f9a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.665
+
+
+ [flink-akka.actor.default-dispatcher-6] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(6/8) switched to RUNNING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:52.666
+
+
+ [flink-akka.actor.default-dispatcher-6] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(2/8) switched to FINISHED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(2/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:56:52.663
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (3/8) (066d14de58a0cac03fd09a3f5c52d28e) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:56:52.666
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(3/8) switched to RUNNING 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:56:52.670
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.671
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf).
+
+
+ [INFO ]
+
+
+ 12:56:52.671
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:56:52.671
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (32d40d8ecebcb879107aa9db67d60ecf)
+
+
+ [INFO ]
+
+
+ 12:56:52.672
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8) (6/8) (32d40d8ecebcb879107aa9db67d60ecf) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:56:52.673
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(6/8) switched to FINISHED 04/24/2020 12:56:52 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/test9.xml_preprocessed) - UTF-8)(6/8) switched to FINISHED
+
+
+ [WARN ]
+
+
+ 12:56:52.707
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.744
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.777
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.814
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.855
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.892
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.935
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:52.976
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.017
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.057
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.095
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.128
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.158
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.188
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.219
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.250
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.284
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.321
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.352
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.394
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.437
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.471
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.503
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.536
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.571
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.622
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.654
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.687
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.720
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.750
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.782
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.812
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.843
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.875
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.909
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.942
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:53.978
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.014
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.044
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.075
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.108
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.140
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.170
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.201
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.229
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.257
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.285
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.315
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.348
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.380
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.411
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.445
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.476
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.507
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.536
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.567
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.598
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.628
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.659
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.693
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.726
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.761
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.791
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.820
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.851
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.880
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.910
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.940
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:54.974
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.008
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.039
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.071
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.112
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.144
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.176
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.211
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.244
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.275
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.305
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.335
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.365
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.401
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.440
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.478
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.523
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.560
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.592
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.626
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.661
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.692
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.720
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.749
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.780
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.808
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.838
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.867
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.908
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.937
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.967
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:55.994
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.028
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.063
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.093
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.122
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.163
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.193
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.220
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.251
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.284
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.316
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.346
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.375
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.405
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.435
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.466
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.501
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.535
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.565
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.596
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.627
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.676
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.705
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.735
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.769
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.799
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.828
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.857
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.890
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.922
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.959
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:56.998
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.031
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.063
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.099
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.133
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.173
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.209
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.248
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.290
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.326
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.367
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.402
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.437
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.468
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.500
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.535
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.572
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.607
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.639
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.671
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.704
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.737
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.770
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.804
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.834
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.867
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.900
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.937
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:57.981
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.020
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.058
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.090
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.131
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.165
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.203
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.238
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.274
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.305
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.344
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.385
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.424
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.458
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.502
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.540
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.579
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.615
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.650
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.680
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.709
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.737
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.766
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.793
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.821
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.849
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.879
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.907
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.938
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:58.969
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.001
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.034
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.066
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.096
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.130
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.161
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.190
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.220
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.248
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.278
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.306
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.338
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.367
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.398
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.425
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.455
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.485
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.514
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.545
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.574
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.606
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.637
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.666
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.696
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.726
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.762
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.792
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.822
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.851
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.881
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.910
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.941
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:56:59.974
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.004
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.034
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.062
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.091
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.127
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.156
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.206
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.236
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.264
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.293
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.322
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.351
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.379
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.408
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.435
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.467
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.498
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.527
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.556
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.585
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.615
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.646
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.676
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.709
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.743
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.774
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.805
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.838
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.870
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.900
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.935
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.967
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:00.997
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.029
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.061
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.098
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.128
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.157
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.188
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.219
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.249
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.278
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.308
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.337
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.365
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.395
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.423
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.453
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.483
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.512
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.539
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.570
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.606
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.640
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.670
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.699
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.727
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.757
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.790
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.822
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.852
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.880
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.911
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.939
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:01.968
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.001
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.038
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.066
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.096
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.126
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.154
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.182
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.209
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.237
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.264
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.293
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.330
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.359
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.388
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.423
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.461
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.498
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.529
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.559
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.589
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.616
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.644
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.673
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.701
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.730
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.759
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.788
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.816
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.844
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.874
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.907
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.937
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.966
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:02.995
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.023
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.051
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.080
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.108
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.136
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.163
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.201
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.233
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.261
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.290
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.317
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.345
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.373
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.399
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.427
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.473
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.501
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.529
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.555
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.584
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.613
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.644
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.674
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.705
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.734
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.765
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.796
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.824
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.855
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.884
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.912
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.942
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.971
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:03.999
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.027
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.054
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.083
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.112
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.141
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.170
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.202
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.238
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.267
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.295
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.324
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.353
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.379
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.407
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.435
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.464
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.492
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.521
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.552
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.580
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.614
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.642
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.671
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.700
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.735
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.765
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.795
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.822
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.851
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.879
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.908
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.936
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.965
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:04.993
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.022
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.050
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.080
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.111
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.139
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.167
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.198
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.226
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.256
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.285
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.312
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.344
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.375
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.403
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.436
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.468
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.497
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.525
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.554
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.584
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.611
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.639
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.667
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.695
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.724
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.752
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.784
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.812
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.842
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.873
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.903
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.934
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:05.975
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.007
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.036
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.063
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.092
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.122
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.150
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.178
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.206
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.235
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.261
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.288
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.316
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.344
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.376
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.405
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.431
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.460
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.487
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.515
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.542
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.569
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.598
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.627
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.655
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.683
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.712
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.741
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.768
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.797
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.828
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.858
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.887
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.916
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.944
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:06.975
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.002
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.054
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.082
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.110
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.137
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.164
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.191
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.218
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.244
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.271
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.298
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.330
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.361
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.391
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.420
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.451
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.481
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.509
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.536
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.562
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.590
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.618
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.649
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.679
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.707
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.736
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.764
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.792
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.820
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.847
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.874
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.902
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.929
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.962
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:07.989
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.016
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.044
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.072
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.099
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.127
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.156
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.183
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.213
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.242
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.268
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.295
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.322
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.352
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.380
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.408
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.437
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.466
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.494
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.523
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.551
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.580
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.609
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.638
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.667
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.696
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.726
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.754
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.781
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.808
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.840
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.871
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.901
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.929
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.958
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:08.987
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.016
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.045
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.072
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.100
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.129
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.155
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.185
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.215
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.242
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.273
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.301
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.327
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.356
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.382
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.409
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.434
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.461
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.490
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.518
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.546
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.574
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.603
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.635
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.662
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.694
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.735
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.767
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.800
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.839
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.877
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.913
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.947
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:09.978
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.013
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.044
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.073
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.104
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.134
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.165
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.197
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.226
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.262
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.298
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.326
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.364
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.391
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.419
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.448
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.476
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.503
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.553
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.581
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.608
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.636
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.664
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.691
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.719
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.747
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.775
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.805
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.835
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.865
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.893
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.923
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.953
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:10.980
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.008
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.037
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.066
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.093
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.127
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.153
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.182
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.212
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.240
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.269
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.297
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.325
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.353
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.380
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.408
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.436
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.464
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.491
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.519
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.548
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.575
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.603
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.632
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.662
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.691
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.719
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.748
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.775
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.803
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.831
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.859
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.886
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.916
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.944
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:11.973
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.001
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.029
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.055
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.085
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.116
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.146
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.174
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.202
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.231
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.258
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.285
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.312
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.344
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.378
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.409
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.440
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.470
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.499
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.528
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.557
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.585
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.615
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.649
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.679
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.708
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.736
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.766
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.795
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.822
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.849
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.875
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.906
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.935
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.967
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:12.997
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.027
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.058
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.086
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.113
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.139
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.166
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.195
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.223
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.254
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.284
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.313
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.343
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.375
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.412
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.445
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.478
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.507
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.534
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.562
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.588
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.617
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.646
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.674
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.703
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.732
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.759
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.786
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.815
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.843
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.873
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.901
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.929
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.956
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:13.984
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.012
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.041
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.072
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.100
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.127
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.155
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.182
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.211
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.238
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.266
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.319
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.348
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.375
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.402
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.431
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.459
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.487
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.514
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.542
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.570
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.598
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.627
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.655
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.682
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.710
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.738
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.768
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.797
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.825
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.853
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.880
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.908
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.936
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.962
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:14.990
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.018
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.046
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.074
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.101
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.129
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.158
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.185
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.219
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.246
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.273
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.301
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.329
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.359
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.387
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.413
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.440
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.469
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.498
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.525
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.553
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.580
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.608
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.634
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.665
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.694
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.723
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.753
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.781
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.808
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.835
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.862
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.894
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.923
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.950
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:15.979
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.007
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.035
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.061
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.088
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.119
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.147
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.177
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.207
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.235
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.261
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.290
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.317
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.348
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.378
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.406
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.434
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.461
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.488
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.516
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.545
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.574
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.604
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.632
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.663
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.690
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.718
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.745
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:16.773
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:57:16.796
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] TextExtractorMapper:175
+
+
+ - finished processing document 'Ref1/-1'...
+
+
+ [INFO ]
+
+
+ 12:57:16.820
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.823
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3).
+
+
+ [INFO ]
+
+
+ 12:57:16.826
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.826
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784).
+
+
+ [INFO ]
+
+
+ 12:57:16.826
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.826
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e).
+
+
+ [INFO ]
+
+
+ 12:57:16.826
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.826
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.826
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e).
+
+
+ [INFO ]
+
+
+ 12:57:16.826
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8bcefbde63cf4b6568d387713cc4674e)
+
+
+ [INFO ]
+
+
+ 12:57:16.827
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.827
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f).
+
+
+ [INFO ]
+
+
+ 12:57:16.827
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:16.827
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.827
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.827
+
+
+ [flink-akka.actor.default-dispatcher-7] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (5/8) (8bcefbde63cf4b6568d387713cc4674e) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.827
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:16.827
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (bfaae03ab0183f1ec2c8cc73846735e3)
+
+
+ [INFO ]
+
+
+ 12:57:16.827
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:16.828
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.828
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:16.828
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.828
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.828
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:16.828
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)
+
+
+ [INFO ]
+
+
+ 12:57:16.828
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.828
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.828
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c).
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [mini-cluster-future-thread-3] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(8/8) switched to SCHEDULED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.829
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(8/8) switched to DEPLOYING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to FINISHED 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(5/8) switched to SCHEDULED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(5/8) switched to SCHEDULED
+
+
+ [WARN ]
+
+
+ 12:57:16.830
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(5/8) switched to DEPLOYING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(7/8) switched to SCHEDULED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(7/8) switched to DEPLOYING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(2/8) switched to SCHEDULED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(2/8) switched to DEPLOYING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.830
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:16.831
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.831
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1a598115c709198bf96da6a35a14181f)
+
+
+ [INFO ]
+
+
+ 12:57:16.831
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.831
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (0577a55cafbd609f964257c804a2038e)
+
+
+ [INFO ]
+
+
+ 12:57:16.831
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) (1/8) (bfaae03ab0183f1ec2c8cc73846735e3) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.831
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.831
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8024dc3b992fc632901648a2143e0784)
+
+
+ [INFO ]
+
+
+ 12:57:16.831
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to FINISHED 04/24/2020 12:57:16 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkPd.java:257)) -> Map (Key Extractor) -> Combine (Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195))(1/8) switched to FINISHED
+
+
+ [WARN ]
+
+
+ 12:57:16.831
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:16.832
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)
+
+
+ [INFO ]
+
+
+ 12:57:16.832
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:16.832
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.832
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(1/8) switched to SCHEDULED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:16.832
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (c426740061cd05266864f22c207c6b4c)
+
+
+ [INFO ]
+
+
+ 12:57:16.832
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:16.832
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(1/8) switched to DEPLOYING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:16.833
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.833
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:16.833
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.833
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.834
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.834
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)
+
+
+ [WARN ]
+
+
+ 12:57:16.834
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:16.835
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.835
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b).
+
+
+ [INFO ]
+
+
+ 12:57:16.835
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.837
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.837
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:16.837
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.838
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.838
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.838
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (2/8) (1a598115c709198bf96da6a35a14181f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.838
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(8/8) switched to RUNNING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(8/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:16.838
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.838
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to FINISHED 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(2/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.838
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7/8) (0577a55cafbd609f964257c804a2038e) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.838
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)
+
+
+ [WARN ]
+
+
+ 12:57:16.839
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:16.839
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to FINISHED 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.839
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.839
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (8/8) (8024dc3b992fc632901648a2143e0784) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.839
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(5/8) switched to RUNNING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:16.839
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to FINISHED 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.840
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1/8) (c426740061cd05266864f22c207c6b4c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.840
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to FINISHED 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(1/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.844
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.848
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (77214d6012aff2d759eec627359a065b)
+
+
+ [INFO ]
+
+
+ 12:57:16.848
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.848
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.848
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c).
+
+
+ [INFO ]
+
+
+ 12:57:16.848
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:16.848
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.848
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.848
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.849
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(7/8) switched to RUNNING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:16.848
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522).
+
+
+ [INFO ]
+
+
+ 12:57:16.849
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.849
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.849
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.849
+
+
+ [flink-akka.actor.default-dispatcher-11] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.849
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) switched from CREATED to SCHEDULED.
+
+
+ [WARN ]
+
+
+ 12:57:16.849
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:16.849
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (7df58ecd70d60564b5a2472cef6b858c)
+
+
+ [INFO ]
+
+
+ 12:57:16.849
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.850
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:16.850
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (8/8) (77214d6012aff2d759eec627359a065b) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.850
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (1abc67832eee96abdd58181ebacde522)
+
+
+ [INFO ]
+
+
+ 12:57:16.850
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:16.850
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.850
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3/8) (7df58ecd70d60564b5a2472cef6b858c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.851
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)
+
+
+ [INFO ]
+
+
+ 12:57:16.851
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(2/8) switched to RUNNING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:16.851
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.851
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:16.851
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(3/8) switched to SCHEDULED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:16.851
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(3/8) switched to DEPLOYING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:16.851
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(8/8) switched to FINISHED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.851
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(6/8) switched to SCHEDULED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:16.851
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(1/8) switched to RUNNING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(1/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:16.852
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to FINISHED 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(3/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.852
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(6/8) switched to DEPLOYING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:16.852
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.852
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.852
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53).
+
+
+ [INFO ]
+
+
+ 12:57:16.852
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c).
+
+
+ [INFO ]
+
+
+ 12:57:16.853
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.853
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.853
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.853
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd).
+
+
+ [INFO ]
+
+
+ 12:57:16.853
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.860
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.860
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:16.860
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.860
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.860
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (6/8) (1abc67832eee96abdd58181ebacde522) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.861
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.861
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to FINISHED 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(6/8) switched to FINISHED
+
+
+ [WARN ]
+
+
+ 12:57:16.861
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:16.860
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.861
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)
+
+
+ [INFO ]
+
+
+ 12:57:16.861
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a).
+
+
+ [INFO ]
+
+
+ 12:57:16.861
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.862
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:16.862
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(4/8) switched to SCHEDULED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:16.862
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.862
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(4/8) switched to DEPLOYING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:16.862
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:16.862
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.863
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72).
+
+
+ [INFO ]
+
+
+ 12:57:16.863
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.864
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.864
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (9fe4388b6b21f13683dc799632311d53)
+
+
+ [INFO ]
+
+
+ 12:57:16.864
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:16.864
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.864
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:940
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.865
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735).
+
+
+ [INFO ]
+
+
+ 12:57:16.865
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (02f92d83c0e0eea7ea7723b2856d522c)
+
+
+ [INFO ]
+
+
+ 12:57:16.865
+
+
+ [CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.865
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.865
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.865
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (22db6d644802e8fab6462351245881bd)
+
+
+ [WARN ]
+
+
+ 12:57:16.865
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:16.865
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (f85751b33cde15c8069f33447a66068a)
+
+
+ [INFO ]
+
+
+ 12:57:16.865
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.866
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(3/8) switched to RUNNING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:16.866
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)
+
+
+ [INFO ]
+
+
+ 12:57:16.866
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:16.866
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:16.866
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.866
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (ee870d85b35fd03ba732ef31e2024f72)
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be).
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (3262d5e4638128d0ff25916fa6bc6735)
+
+
+ [WARN ]
+
+
+ 12:57:16.867
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7/8) (9fe4388b6b21f13683dc799632311d53) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (5/8) (02f92d83c0e0eea7ea7723b2856d522c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.867
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(7/8) switched to FINISHED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(5/8) switched to FINISHED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (1/8) (22db6d644802e8fab6462351245881bd) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(6/8) switched to RUNNING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (2/8) (f85751b33cde15c8069f33447a66068a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(1/8) switched to FINISHED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(1/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (3/8) (ee870d85b35fd03ba732ef31e2024f72) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(2/8) switched to FINISHED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(2/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (e2e83387f088d2d433637b3458d9a5be)
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(3/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.868
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506)) (4/8) (3262d5e4638128d0ff25916fa6bc6735) switched from RUNNING to FINISHED. 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(3/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.869
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(4/8) switched to RUNNING 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:16.869
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to FINISHED 04/24/2020 12:57:16 CHAIN Reduce(Reduce at aggregateSnippetsToSingleDocs(FlinkPd.java:195)) -> Map (Key Remover) -> Map (Map at writeAsFormattedText(DataSet.java:1506))(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.870
+
+
+ [flink-akka.actor.default-dispatcher-7] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (6/8) (e2e83387f088d2d433637b3458d9a5be) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.870
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(6/8) switched to FINISHED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(6/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.873
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)] Task:940
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.873
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538).
+
+
+ [INFO ]
+
+
+ 12:57:16.873
+
+
+ [DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:16.874
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (7564fe978c0609baeb048f29c46ee538)
+
+
+ [INFO ]
+
+
+ 12:57:16.874
+
+
+ [flink-akka.actor.default-dispatcher-7] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8) (4/8) (7564fe978c0609baeb048f29c46ee538) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.875
+
+
+ [flink-akka.actor.default-dispatcher-11] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(4/8) switched to FINISHED 04/24/2020 12:57:16 DataSink (TextOutputFormat (/mnt/share/Projects/mathosphere/mathosphere-core/target/test-classes/com/formulasearchengine/mathosphere/mathpd/ex1.html_preprocessed) - UTF-8)(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:16.875
+
+
+ [flink-akka.actor.default-dispatcher-7] ExecutionGraph:1285
+
+
+ - Job MathPD(IS_MODE_PREPROCESSING=true) (4f63996753b7cdbe98c015bb9c0099e8) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.875
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:16 Job execution switched to status FINISHED. 04/24/2020 12:57:16 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:16.875
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:16.875
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:16.875
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#963035325].
+
+
+ [INFO ]
+
+
+ 12:57:16.875
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:16.877
+
+
+ [flink-akka.actor.default-dispatcher-11] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#9349489.
+
+
+ [INFO ]
+
+
+ 12:57:16.877
+
+
+ [flink-akka.actor.default-dispatcher-7] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:16.877
+
+
+ [flink-akka.actor.default-dispatcher-11] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:16.877
+
+
+ [flink-akka.actor.default-dispatcher-11] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:16.880
+
+
+ [flink-akka.actor.default-dispatcher-7] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:45113
+
+
+ [INFO ]
+
+
+ 12:57:16.880
+
+
+ [flink-akka.actor.default-dispatcher-11] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-17fcc1c1-066d-4423-b228-4abbe00c44ea
+
+
+ [INFO ]
+
+
+ 12:57:16.880
+
+
+ [flink-akka.actor.default-dispatcher-11] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:16.882
+
+
+ [flink-akka.actor.default-dispatcher-11] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down. number of args given = 1 parsing file to CSV: /tmp/temp61597017017070159274995735728343 finished parsing creating matrix (0) finished creating matrix (0) merging 0 keys (matrix size in cells: 0) sorting rows sorting columns writing matrix writing 0 records finished writing matrix parsing file to CSV: /tmp/temp61597017017070159274995735728343 finished parsing creating matrix (1) finished creating matrix (1) reusing previously created rows and columns writing matrix writing 0 records finished writing matrix parsing file to CSV: /tmp/temp61597017017070159274995735728343 finished parsing creating matrix (2) finished creating matrix (2) reusing previously created rows and columns writing matrix writing 0 records finished writing matrix parsing file to CSV: /tmp/temp61597017017070159274995735728343 finished parsing creating matrix (3) finished creating matrix (3) reusing previously created rows and columns writing matrix writing 0 records finished writing matrix parsing file to CSV: /tmp/temp61597017017070159274995735728343 finished parsing creating matrix (4) finished creating matrix (4) reusing previously created rows and columns writing matrix writing 0 records finished writing matrix
+
+
+
+
+
+
+
+ 9 ms
+ ExtractedMathPDDocumentTest
+
+
+
+ 9 ms
+ passed ExtractedMathPDDocumentTest.getPlainText
+
+
+
+
+
+ 15 ms
+ BasicStringMatcherTest
+
+
+
+ 0 ms
+ passed BasicStringMatcherTest.isOverlapping
+
+
+
+ 7 ms
+ passed BasicStringMatcherTest.cosineSim
+
+
+
+ 0 ms
+ passed BasicStringMatcherTest.reconcileOverlappings
+
+
+
+ 5 ms
+ passed BasicStringMatcherTest.score
+
+
+
+ 3 ms
+ passed BasicStringMatcherTest.compare
+
+
+
+ 0 ms
+ passed BasicStringMatcherTest.getMatches
+
+
+
+
+
+ 3.90 s
+ FlinkMlpRelationFinderTest
+
+
+
+ 1.42 s
+ failed FlinkMlpRelationFinderTest.testRunFromMMLText
+
+
+ [INFO ]
+
+
+ 12:57:17.149
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:17.169
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:17.675
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.5 sec]. { "identifiers": [], "maxSentenceLength": 0, "relations": [], "success": true, "title": "no title specified" }
+
+
+ java.lang.AssertionError: Expected: a string containing "function" but: was "{"identifiers":[],"maxSentenceLength":0.0,"relations":[],"success":true,"title":"no title specified"}"
+
+
+ Expected :
+
+
+ a string containing "function"
+
+
+ Actual :
+
+
+ "{"identifiers":[],"maxSentenceLength":0.0,"relations":[],"success":true,"title":"no title specified"}" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) at com.formulasearchengine.mathosphere.mlp.FlinkMlpRelationFinderTest.testRunFromMMLText(FlinkMlpRelationFinderTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 1.07 s
+ passed FlinkMlpRelationFinderTest.testRunFromText2
+
+
+ [INFO ]
+
+
+ 12:57:18.356
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:18.356
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:18.676
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.3 sec].
+
+
+
+
+
+ 333 ms
+ failed FlinkMlpRelationFinderTest.testRunFromText3
+
+
+ [INFO ]
+
+
+ 12:57:19.431
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:19.432
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:19.750
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.3 sec].
+
+
+ java.lang.AssertionError: Expected: a string containing "magnetic moment" but: was "{"identifiers":[{"count":1,"element":"\\mu"}],"maxSentenceLength":0.0,"relations":[{"definition":"moment","distanceFromFirstIdentifierOccurence":0.0,"identifier":"\\mu","identifierPosition":2,"relativeTermFrequency":0.0,"relevance":0,"score":0.8293871184673581,"sentence":{"formulas":[{"content":"\\mu","contentHash":"957d04ff2ce9d79fafea64c076cac2dc","key":"FORMULA_957d04ff2ce9d79fafea64c076cac2dc","markUpType":"LATEX","position":1,"tagContent":"\\mu"}],"identifiers":["\\mu"],"words":[{"posTag":"DT","word":"The"},{"posTag":"NN","word":"symbol"},{"posTag":"ID","word":"\\mu"},{"posTag":"VBZ","word":"denotes"},{"posTag":"DT","word":"the"},{"posTag":"JJ","word":"magnetic"},{"posTag":"NN","word":"moment"},{"posTag":".","word":"."}]},"wordPosition":6},{"definition":"symbol","distanceFromFirstIdentifierOccurence":0.0,"identifier":"\\mu","identifierPosition":2,"relativeTermFrequency":0.0,"relevance":0,"score":0.9869785463868026,"sentence":{"formulas":[{"content":"\\mu","contentHash":"957d04ff2ce9d79fafea64c076cac2dc","key":"FORMULA_957d04ff2ce9d79fafea64c076cac2dc","markUpType":"LATEX","position":1,"tagContent":"\\mu"}],"identifiers":["\\mu"],"words":[{"posTag":"DT","word":"The"},{"posTag":"NN","word":"symbol"},{"posTag":"ID","word":"\\mu"},{"posTag":"VBZ","word":"denotes"},{"posTag":"DT","word":"the"},{"posTag":"JJ","word":"magnetic"},{"posTag":"NN","word":"moment"},{"posTag":".","word":"."}]},"wordPosition":1}],"success":true,"title":"no title specified"}"
+
+
+ Expected :
+
+
+ a string containing "magnetic moment"
+
+
+ Actual :
+
+
+ "{"identifiers":[{"count":1,"element":"\\mu"}],"maxSentenceLength":0.0,"relations":[{"definition":"moment","distanceFromFirstIdentifierOccurence":0.0,"identifier":"\\mu","identifierPosition":2,"relativeTermFrequency":0.0,"relevance":0,"score":0.8293871184673581,"sentence":{"formulas":[{"content":"\\mu","contentHash":"957d04ff2ce9d79fafea64c076cac2dc","key":"FORMULA_957d04ff2ce9d79fafea64c076cac2dc","markUpType":"LATEX","position":1,"tagContent":"\\mu"}],"identifiers":["\\mu"],"words":[{"posTag":"DT","word":"The"},{"posTag":"NN","word":"symbol"},{"posTag":"ID","word":"\\mu"},{"posTag":"VBZ","word":"denotes"},{"posTag":"DT","word":"the"},{"posTag":"JJ","word":"magnetic"},{"posTag":"NN","word":"moment"},{"posTag":".","word":"."}]},"wordPosition":6},{"definition":"symbol","distanceFromFirstIdentifierOccurence":0.0,"identifier":"\\mu","identifierPosition":2,"relativeTermFrequency":0.0,"relevance":0,"score":0.9869785463868026,"sentence":{"formulas":[{"content":"\\mu","contentHash":"957d04ff2ce9d79fafea64c076cac2dc","key":"FORMULA_957d04ff2ce9d79fafea64c076cac2dc","markUpType":"LATEX","position":1,"tagContent":"\\mu"}],"identifiers":["\\mu"],"words":[{"posTag":"DT","word":"The"},{"posTag":"NN","word":"symbol"},{"posTag":"ID","word":"\\mu"},{"posTag":"VBZ","word":"denotes"},{"posTag":"DT","word":"the"},{"posTag":"JJ","word":"magnetic"},{"posTag":"NN","word":"moment"},{"posTag":".","word":"."}]},"wordPosition":1}],"success":true,"title":"no title specified"}" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) at com.formulasearchengine.mathosphere.mlp.FlinkMlpRelationFinderTest.testRunFromText3(FlinkMlpRelationFinderTest.java:64) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 655 ms
+ passed FlinkMlpRelationFinderTest.testRunFromHamText
+
+
+ [INFO ]
+
+
+ 12:57:19.771
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:19.771
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:20.110
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.3 sec].
+
+
+
+
+
+ 414 ms
+ passed FlinkMlpRelationFinderTest.testRunFromText
+
+
+ [INFO ]
+
+
+ 12:57:20.419
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:20.419
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:20.730
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.3 sec].
+
+
+ [WARN ]
+
+
+ 12:57:20.777
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:20.793
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:20.803
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:20.812
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+
+
+ 17.07 s
+ CliMainTest
+
+
+
+ 12.29 s
+ error CliMainTest.testMachineLearningClassification
+
+
+ [INFO ]
+
+
+ 12:57:20.860
+
+
+ [main] TypeExtractor:1888
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a getter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:20.861
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a setter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:20.861
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:20.870
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput does not contain a setter for field success
+
+
+ [INFO ]
+
+
+ 12:57:20.870
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:20.883
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput does not contain a setter for field success
+
+
+ [INFO ]
+
+
+ 12:57:20.883
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:20.902
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 17 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:21.026
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:21.027
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:21.033] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926) at com.formulasearchengine.mathosphere.mlp.MachineLearningRelationClassifier.find(MachineLearningRelationClassifier.java:86) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:38) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.testMachineLearningClassification(CliMainTest.java:301) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:21.034
+
+
+ [flink-akka.actor.default-dispatcher-3] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:21.035
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-1c36be47-f161-4714-b7ba-85565dd37671
+
+
+ [INFO ]
+
+
+ 12:57:21.035
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:45153 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:21.035
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:21.036
+
+
+ [flink-akka.actor.default-dispatcher-3] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:21.036
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:21.036
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:21.037
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:21.130
+
+
+ [flink-akka.actor.default-dispatcher-3] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@481ecb77 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:21.131
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(5dc11079-a8a3-4168-bf31-ea721ca84666).
+
+
+ [INFO ]
+
+
+ 12:57:21.131
+
+
+ [flink-akka.actor.default-dispatcher-4] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=5dc11079-a8a3-4168-bf31-ea721ca84666
+
+
+ [INFO ]
+
+
+ 12:57:21.132
+
+
+ [flink-akka.actor.default-dispatcher-4] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:21.133
+
+
+ [flink-akka.actor.default-dispatcher-4] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#-1874732748] - leader session 5dc11079-a8a3-4168-bf31-ea721ca84666
+
+
+ [INFO ]
+
+
+ 12:57:21.177
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 698 MB for network buffer pool (number of memory segments: 22346, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:21.177
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:21.177
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2198 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:21.177
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-e2ce831c-8eb7-4258-a75c-3c5b5ac25e68 for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:21.178
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:21.178
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-c3a4d932-6b4d-4a7c-9bd5-fbe54c234f48
+
+
+ [INFO ]
+
+
+ 12:57:21.179
+
+
+ [flink-akka.actor.default-dispatcher-4] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-ccb34df6-beea-4dfc-b7b9-9fecf7068c1d
+
+
+ [INFO ]
+
+
+ 12:57:21.179
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#1990493488.
+
+
+ [INFO ]
+
+
+ 12:57:21.179
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - TaskManager data connection information: 2b2a79c4afc2e6f85fd78729bc226fe7 @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:21.179
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - TaskManager has 1 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:21.179
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 751/4925/7008 MB, NON HEAP: 92/94/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:21.180
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:21.180
+
+
+ [flink-akka.actor.default-dispatcher-4] StandaloneResourceManager:368
+
+
+ - TaskManager 2b2a79c4afc2e6f85fd78729bc226fe7 has started.
+
+
+ [INFO ]
+
+
+ 12:57:21.180
+
+
+ [flink-akka.actor.default-dispatcher-3] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as 619e877c0d0fc6182cba7fbdf7af3fab. Current number of registered hosts is 1. Current number of alive task slots is 1.
+
+
+ [INFO ]
+
+
+ 12:57:21.181
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:21.181
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:45153. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:21.181
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-a74b6886-5aba-4064-8acd-27f654c10d2d
+
+
+ [INFO ]
+
+
+ 12:57:21.200
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 472f8b9d5cb7a25f2e80464b608f344a)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:21.200
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:91
+
+
+ - Received job Flink Java Job at Fri Apr 24 12:57:20 JST 2020 (472f8b9d5cb7a25f2e80464b608f344a).
+
+
+ [INFO ]
+
+
+ 12:57:21.201
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:21.201
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#-1874732748].
+
+
+ [INFO ]
+
+
+ 12:57:21.201
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-1874732748] with leader session id 5dc11079-a8a3-4168-bf31-ea721ca84666.
+
+
+ [INFO ]
+
+
+ 12:57:21.201
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Flink Java Job at Fri Apr 24 12:57:20 JST 2020 (472f8b9d5cb7a25f2e80464b608f344a) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:21.201
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:21.201
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:21.202
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Submitting job 472f8b9d5cb7a25f2e80464b608f344a (Flink Java Job at Fri Apr 24 12:57:20 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:21.202
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 472f8b9d5cb7a25f2e80464b608f344a.
+
+
+ [INFO ]
+
+
+ 12:57:21.203
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:21.203
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:136
+
+
+ - Running initialization on master for job Flink Java Job at Fri Apr 24 12:57:20 JST 2020 (472f8b9d5cb7a25f2e80464b608f344a).
+
+
+ [INFO ]
+
+
+ 12:57:21.204
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:158
+
+
+ - Successfully ran initialization on master in 0 ms.
+
+
+ [INFO ]
+
+
+ 12:57:21.205
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:111
+
+
+ - Job 472f8b9d5cb7a25f2e80464b608f344a was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:21.205
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Scheduling job 472f8b9d5cb7a25f2e80464b608f344a (Flink Java Job at Fri Apr 24 12:57:20 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:21.206
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:20 JST 2020 (472f8b9d5cb7a25f2e80464b608f344a) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:21.206
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:21.206
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:21 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:21.206
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:21 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:21.206
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:21.207
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:21.207
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:21 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:21.208
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:21.208
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:21.208
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:21.209
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:21.210
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:21.210
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:21.210
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:21.211
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:21 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84))(1/1) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:57:21.212
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:21.213
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:21.213
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:21.520
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.3 sec].
+
+
+ [INFO ]
+
+
+ 12:57:21.833
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] DependencyParser:88
+
+
+ - Loading depparse model: edu/stanford/nlp/models/parser/nndep/english_UD.gz ...
+
+
+ [INFO ]
+
+
+ 12:57:33.096
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] Classifier:88
+
+
+ - PreComputed 99996, Elapsed Time: 10.167 (s)
+
+
+ [INFO ]
+
+
+ 12:57:33.096
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] DependencyParser:88
+
+
+ - Initializing dependency parser ... done [11.3 sec].
+
+
+ [INFO ]
+
+
+ 12:57:33.097
+
+
+ [flink-akka.actor.default-dispatcher-5] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:33.099
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.099
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c).
+
+
+ [INFO ]
+
+
+ 12:57:33.099
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:33.099
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:33.099
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (0035c4797bc963ef28a3802476c2739c)
+
+
+ [INFO ]
+
+
+ 12:57:33.100
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:33.100
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:33.100
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:33.100
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:33.100
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84)) (1/1) (0035c4797bc963ef28a3802476c2739c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.100
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(MachineLearningRelationClassifier.java:35)) -> Map (Map at find(MachineLearningRelationClassifier.java:36)) -> Map (Map at find(MachineLearningRelationClassifier.java:37)) -> Map (Map at find(MachineLearningRelationClassifier.java:39)) -> Map (Map at find(MachineLearningRelationClassifier.java:81)) -> Map (Map at find(MachineLearningRelationClassifier.java:84))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:33.101
+
+
+ [flink-akka.actor.default-dispatcher-6] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:33.101
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:33.101
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:33.101
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:33.102
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:33.102
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:33.103
+
+
+ [flink-akka.actor.default-dispatcher-6] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:57:33.103
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:33.103
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:33.104
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.104
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d).
+
+
+ [INFO ]
+
+
+ 12:57:33.104
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:33.104
+
+
+ [flink-akka.actor.default-dispatcher-7] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1e333c5e27c5b59ddc9b78ae71205e4d)
+
+
+ [INFO ]
+
+
+ 12:57:33.105
+
+
+ [flink-akka.actor.default-dispatcher-7] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8) (1/1) (1e333c5e27c5b59ddc9b78ae71205e4d) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.105
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/1587700640843-0/extractedDefiniens.json) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:33.105
+
+
+ [flink-akka.actor.default-dispatcher-7] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:20 JST 2020 (472f8b9d5cb7a25f2e80464b608f344a) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.105
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:33 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.106
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:33.106
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:33.106
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#-1874732748].
+
+
+ [INFO ]
+
+
+ 12:57:33.106
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:33.106
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#1990493488.
+
+
+ [INFO ]
+
+
+ 12:57:33.106
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:33.107
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:33.108
+
+
+ [flink-akka.actor.default-dispatcher-6] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:33.109
+
+
+ [flink-akka.actor.default-dispatcher-4] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-e2ce831c-8eb7-4258-a75c-3c5b5ac25e68
+
+
+ [INFO ]
+
+
+ 12:57:33.109
+
+
+ [flink-akka.actor.default-dispatcher-4] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:33.110
+
+
+ [flink-akka.actor.default-dispatcher-6] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:45153
+
+
+ [INFO ]
+
+
+ 12:57:33.112
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down.
+
+
+ java.io.FileNotFoundException: /tmp/1587700640843-0/extractedDefiniens (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at com.fasterxml.jackson.core.JsonFactory.createParser(JsonFactory.java:708) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2100) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.testMachineLearningClassification(CliMainTest.java:307) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 1 ms
+ ignored CliMainTest.testMachineLearningCorase
+
+
+
+
+ 792 ms
+ passed CliMainTest.testMlpEngPlain
+
+
+ /tmp/temp62824636676696993965042071306475
+
+
+ [INFO ]
+
+
+ 12:57:33.137
+
+
+ [main] TypeExtractor:1888
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a getter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:33.138
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a setter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:33.138
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:33.139
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput does not contain a setter for field success
+
+
+ [INFO ]
+
+
+ 12:57:33.139
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:33.142
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 17 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:33.262
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:33.263
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:33.273] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at com.formulasearchengine.mathosphere.mlp.FlinkMlpRelationFinder.run(FlinkMlpRelationFinder.java:78) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:26) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.runTest(CliMainTest.java:133) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.testMlpEngPlain(CliMainTest.java:97) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:33.275
+
+
+ [flink-akka.actor.default-dispatcher-2] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:33.276
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-0acf826a-deca-44b3-9996-8293f5848227
+
+
+ [INFO ]
+
+
+ 12:57:33.276
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:43749 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:33.276
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:33.277
+
+
+ [flink-akka.actor.default-dispatcher-5] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:33.277
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:33.277
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:33.277
+
+
+ [flink-akka.actor.default-dispatcher-2] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@1ede70f @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:33.278
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:33.278
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(202b0b5d-67f7-419b-a5e8-0a9e03c09cbe).
+
+
+ [INFO ]
+
+
+ 12:57:33.358
+
+
+ [flink-akka.actor.default-dispatcher-5] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=202b0b5d-67f7-419b-a5e8-0a9e03c09cbe
+
+
+ [INFO ]
+
+
+ 12:57:33.359
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:33.360
+
+
+ [flink-akka.actor.default-dispatcher-3] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#2060432162] - leader session 202b0b5d-67f7-419b-a5e8-0a9e03c09cbe
+
+
+ [INFO ]
+
+
+ 12:57:33.428
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 698 MB for network buffer pool (number of memory segments: 22344, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:33.428
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:33.428
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2199 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:33.428
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-43416a68-0053-4947-b4cc-19deb9444739 for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:33.429
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:33.429
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-40372b31-6284-4065-bfee-1ef2e353f548
+
+
+ [INFO ]
+
+
+ 12:57:33.430
+
+
+ [flink-akka.actor.default-dispatcher-2] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-531e8632-86a5-43c9-bace-b95a7b21b0a3
+
+
+ [INFO ]
+
+
+ 12:57:33.430
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#397597026.
+
+
+ [INFO ]
+
+
+ 12:57:33.430
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - TaskManager data connection information: 442c97db25c4844442f05c0b0ccb023f @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:33.430
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - TaskManager has 1 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:33.430
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 747/4977/7008 MB, NON HEAP: 92/96/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:33.431
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:33.431
+
+
+ [flink-akka.actor.default-dispatcher-2] StandaloneResourceManager:368
+
+
+ - TaskManager 442c97db25c4844442f05c0b0ccb023f has started.
+
+
+ [INFO ]
+
+
+ 12:57:33.431
+
+
+ [flink-akka.actor.default-dispatcher-3] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as 193e17ceb76e506dcab108bb955e2239. Current number of registered hosts is 1. Current number of alive task slots is 1.
+
+
+ [INFO ]
+
+
+ 12:57:33.432
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:33.432
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:43749. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:33.432
+
+
+ [flink-akka.actor.default-dispatcher-2] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-df824661-7bee-4b52-93e7-85d9f0b145c1
+
+
+ [INFO ]
+
+
+ 12:57:33.449
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 72e013cabe0d62c8aab56c9d1921ae44)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:33.449
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:91
+
+
+ - Received job Relation Finder (72e013cabe0d62c8aab56c9d1921ae44).
+
+
+ [INFO ]
+
+
+ 12:57:33.450
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:33.450
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#2060432162].
+
+
+ [INFO ]
+
+
+ 12:57:33.450
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#2060432162] with leader session id 202b0b5d-67f7-419b-a5e8-0a9e03c09cbe. Connected to JobManager at Actor[akka://flink/user/jobmanager_1#2060432162] with leader session id 202b0b5d-67f7-419b-a5e8-0a9e03c09cbe.
+
+
+ [INFO ]
+
+
+ 12:57:33.450
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Relation Finder (72e013cabe0d62c8aab56c9d1921ae44) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:33.450
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:33.450
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:33.451
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Submitting job 72e013cabe0d62c8aab56c9d1921ae44 (Relation Finder).
+
+
+ [INFO ]
+
+
+ 12:57:33.451
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 72e013cabe0d62c8aab56c9d1921ae44.
+
+
+ [INFO ]
+
+
+ 12:57:33.452
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:33.452
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:136
+
+
+ - Running initialization on master for job Relation Finder (72e013cabe0d62c8aab56c9d1921ae44).
+
+
+ [INFO ]
+
+
+ 12:57:33.453
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:158
+
+
+ - Successfully ran initialization on master in 0 ms.
+
+
+ [INFO ]
+
+
+ 12:57:33.454
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:111
+
+
+ - Job 72e013cabe0d62c8aab56c9d1921ae44 was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:33.454
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Scheduling job 72e013cabe0d62c8aab56c9d1921ae44 (Relation Finder).
+
+
+ [INFO ]
+
+
+ 12:57:33.454
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Relation Finder (72e013cabe0d62c8aab56c9d1921ae44) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:33.455
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:33.455
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:33 Job execution switched to status RUNNING. 04/24/2020 12:57:33 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:33.455
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED 04/24/2020 12:57:33 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:33.455
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:33.455
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING 04/24/2020 12:57:33 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:33.455
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:33.457
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:33.459
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:33.460
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:33.460
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:33.461
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:33.461
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:33.461
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:33.461
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING 04/24/2020 12:57:33 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:57:33.462
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:33.463
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:33.463
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:33.889
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.4 sec].
+
+
+ [INFO ]
+
+
+ 12:57:33.890
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:33.899
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.899
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f).
+
+
+ [INFO ]
+
+
+ 12:57:33.899
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:33.899
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:33.900
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:33.900
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (38c6ccb62c6ae8ce8deafd5e0f02946f)
+
+
+ [INFO ]
+
+
+ 12:57:33.900
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) switched from SCHEDULED to DEPLOYING. 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:33.900
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:33.900
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:33.901
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:33.901
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (38c6ccb62c6ae8ce8deafd5e0f02946f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.901
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED 04/24/2020 12:57:33 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:33.901
+
+
+ [DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:33.902
+
+
+ [DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:33.902
+
+
+ [DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:33.902
+
+
+ [DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:33.902
+
+
+ [DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:33.903
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:33.903
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8)(1/1) switched to RUNNING 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:33.904
+
+
+ [DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.904
+
+
+ [DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff).
+
+
+ [INFO ]
+
+
+ 12:57:33.904
+
+
+ [DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:33.904
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (5b12f09875d0c70fd053d2f0b25c92ff)
+
+
+ [INFO ]
+
+
+ 12:57:33.905
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8) (1/1) (5b12f09875d0c70fd053d2f0b25c92ff) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.905
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:33 DataSink (TextOutputFormat (/tmp/temp62824636676696993965042071306475) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:33.906
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1285
+
+
+ - Job Relation Finder (72e013cabe0d62c8aab56c9d1921ae44) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.906
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:33 Job execution switched to status FINISHED. 04/24/2020 12:57:33 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:33.906
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:33.906
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#2060432162].
+
+
+ [INFO ]
+
+
+ 12:57:33.906
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:33.906
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:33.907
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#397597026.
+
+
+ [INFO ]
+
+
+ 12:57:33.907
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:33.907
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:33.908
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:33.909
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:43749
+
+
+ [INFO ]
+
+
+ 12:57:33.910
+
+
+ [flink-akka.actor.default-dispatcher-5] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-43416a68-0053-4947-b4cc-19deb9444739
+
+
+ [INFO ]
+
+
+ 12:57:33.910
+
+
+ [flink-akka.actor.default-dispatcher-5] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:33.912
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down. 0s
+
+
+
+
+
+ 0 ms
+ ignored CliMainTest.testExtract
+
+
+
+
+ 671 ms
+ passed CliMainTest.testMlpEngPlainWithWikidata
+
+
+ /tmp/temp82030065766642351775042866042902
+
+
+ [INFO ]
+
+
+ 12:57:33.927
+
+
+ [main] TypeExtractor:1888
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a getter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:33.927
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a setter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:33.927
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:33.928
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput does not contain a setter for field success
+
+
+ [INFO ]
+
+
+ 12:57:33.928
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:33.929
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 17 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:34.002
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:34.003
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:34.011] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at com.formulasearchengine.mathosphere.mlp.FlinkMlpRelationFinder.run(FlinkMlpRelationFinder.java:78) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:26) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.runTest(CliMainTest.java:133) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.testMlpEngPlainWithWikidata(CliMainTest.java:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:34.012
+
+
+ [flink-akka.actor.default-dispatcher-3] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:34.013
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-957af677-89de-4d8d-b7ea-36c955a03d2c
+
+
+ [INFO ]
+
+
+ 12:57:34.013
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:46015 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:34.017
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:34.017
+
+
+ [flink-akka.actor.default-dispatcher-2] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:34.018
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:34.018
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:34.018
+
+
+ [flink-akka.actor.default-dispatcher-4] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@7cf43748 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:34.019
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:34.063
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(449aefb3-b5a3-478b-acdb-2a40c3185338).
+
+
+ [INFO ]
+
+
+ 12:57:34.063
+
+
+ [flink-akka.actor.default-dispatcher-3] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=449aefb3-b5a3-478b-acdb-2a40c3185338
+
+
+ [INFO ]
+
+
+ 12:57:34.064
+
+
+ [flink-akka.actor.default-dispatcher-3] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:34.065
+
+
+ [flink-akka.actor.default-dispatcher-2] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#-1868931351] - leader session 449aefb3-b5a3-478b-acdb-2a40c3185338
+
+
+ [INFO ]
+
+
+ 12:57:34.127
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 698 MB for network buffer pool (number of memory segments: 22344, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:34.127
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:34.127
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2199 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:34.127
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-fb00d491-96b4-4634-957d-6a9a60f3125c for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:34.128
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:34.128
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-9eab8c92-5ecf-452c-ba51-987655adcbf3
+
+
+ [INFO ]
+
+
+ 12:57:34.128
+
+
+ [flink-akka.actor.default-dispatcher-4] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-98534e5f-2106-43ba-9691-39915e5a6f87
+
+
+ [INFO ]
+
+
+ 12:57:34.129
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#-43339590.
+
+
+ [INFO ]
+
+
+ 12:57:34.129
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - TaskManager data connection information: e2acfe72ed39d5d754676da9e5d5326c @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:34.129
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - TaskManager has 1 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:34.129
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 748/4977/7008 MB, NON HEAP: 92/96/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:34.129
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:34.130
+
+
+ [flink-akka.actor.default-dispatcher-4] StandaloneResourceManager:368
+
+
+ - TaskManager e2acfe72ed39d5d754676da9e5d5326c has started.
+
+
+ [INFO ]
+
+
+ 12:57:34.130
+
+
+ [flink-akka.actor.default-dispatcher-2] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as e5506b1e7b65c5c0788abf8c4713281a. Current number of registered hosts is 1. Current number of alive task slots is 1.
+
+
+ [INFO ]
+
+
+ 12:57:34.130
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:34.131
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:46015. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:34.131
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-994b8bb4-3928-4b3d-a00c-bf15e055c1b9
+
+
+ [INFO ]
+
+
+ 12:57:34.145
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 325afe65721bb8e881ce95f49680991c)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:34.146
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:91
+
+
+ - Received job Relation Finder (325afe65721bb8e881ce95f49680991c).
+
+
+ [INFO ]
+
+
+ 12:57:34.146
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:34.146
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#-1868931351].
+
+
+ [INFO ]
+
+
+ 12:57:34.146
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-1868931351] with leader session id 449aefb3-b5a3-478b-acdb-2a40c3185338. Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-1868931351] with leader session id 449aefb3-b5a3-478b-acdb-2a40c3185338.
+
+
+ [INFO ]
+
+
+ 12:57:34.146
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Relation Finder (325afe65721bb8e881ce95f49680991c) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:34.146
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:34.146
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:34.147
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Submitting job 325afe65721bb8e881ce95f49680991c (Relation Finder).
+
+
+ [INFO ]
+
+
+ 12:57:34.148
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 325afe65721bb8e881ce95f49680991c.
+
+
+ [INFO ]
+
+
+ 12:57:34.148
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:34.148
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:136
+
+
+ - Running initialization on master for job Relation Finder (325afe65721bb8e881ce95f49680991c).
+
+
+ [INFO ]
+
+
+ 12:57:34.149
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:158
+
+
+ - Successfully ran initialization on master in 0 ms.
+
+
+ [INFO ]
+
+
+ 12:57:34.150
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:111
+
+
+ - Job 325afe65721bb8e881ce95f49680991c was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:34.150
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Scheduling job 325afe65721bb8e881ce95f49680991c (Relation Finder).
+
+
+ [INFO ]
+
+
+ 12:57:34.151
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Relation Finder (325afe65721bb8e881ce95f49680991c) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:34.151
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:34.151
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:34 Job execution switched to status RUNNING. 04/24/2020 12:57:34 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:34.151
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:34.151
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:34.151
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:34.151
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:34.152
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:34.153
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:34.153
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:34.153
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:34.154
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:34.154
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:34.154
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:34.155
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:57:34.155
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:34.156
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:34.156
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:34.560
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.4 sec].
+
+
+ [INFO ]
+
+
+ 12:57:34.561
+
+
+ [flink-akka.actor.default-dispatcher-2] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:34.565
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:34.565
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07).
+
+
+ [INFO ]
+
+
+ 12:57:34.565
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:34.565
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:34.566
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:34.566
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:34.566
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (attempt #0) to localhost 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:34.567
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:34.568
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:34.568
+
+
+ [DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:34.568
+
+
+ [DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:34.568
+
+
+ [DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:34.568
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (f6acefdec6df404324ff1dc2bce8cf07)
+
+
+ [INFO ]
+
+
+ 12:57:34.569
+
+
+ [DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:34.569
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (f6acefdec6df404324ff1dc2bce8cf07) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:34.569
+
+
+ [DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:34.569
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:34.569
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:34.570
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to RUNNING 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:34.570
+
+
+ [DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:34.570
+
+
+ [DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660).
+
+
+ [INFO ]
+
+
+ 12:57:34.570
+
+
+ [DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:34.572
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (a35791d5e5c50a7feaa0e7a809841660)
+
+
+ [INFO ]
+
+
+ 12:57:34.572
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8) (1/1) (a35791d5e5c50a7feaa0e7a809841660) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:34.573
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:34.573
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1285
+
+
+ - Job Relation Finder (325afe65721bb8e881ce95f49680991c) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:34.573
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:34 Job execution switched to status FINISHED. 04/24/2020 12:57:34 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:34.573
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:34.573
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:34.574
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#-1868931351].
+
+
+ [INFO ]
+
+
+ 12:57:34.574
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:34.574
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#-43339590.
+
+
+ [INFO ]
+
+
+ 12:57:34.574
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:34.575
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:34.575
+
+
+ [flink-akka.actor.default-dispatcher-2] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:34.577
+
+
+ [flink-akka.actor.default-dispatcher-3] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:46015
+
+
+ [INFO ]
+
+
+ 12:57:34.578
+
+
+ [flink-akka.actor.default-dispatcher-2] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-fb00d491-96b4-4634-957d-6a9a60f3125c
+
+
+ [INFO ]
+
+
+ 12:57:34.578
+
+
+ [flink-akka.actor.default-dispatcher-2] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:34.580
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down. 0s Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-1868931351] with leader session id 449aefb3-b5a3-478b-acdb-2a40c3185338. 04/24/2020 12:57:34 Job execution switched to status RUNNING. 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to SCHEDULED 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:34 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to RUNNING 04/24/2020 12:57:34 DataSink (TextOutputFormat (/tmp/temp82030065766642351775042866042902) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:34 Job execution switched to status FINISHED.
+
+
+
+
+
+ 158 ms
+ passed CliMainTest.testCount
+
+
+
+ 889 ms
+ passed CliMainTest.testEval
+
+
+ /tmp/1587700654749-0
+
+
+ [INFO ]
+
+
+ 12:57:34.756
+
+
+ [main] TypeExtractor:1888
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a getter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:34.756
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a setter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:34.756
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:34.877
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 13 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:34.983
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:34.984
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:34.988] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926) at org.apache.flink.api.java.DataSet.collect(DataSet.java:410) at org.apache.flink.api.java.DataSet.print(DataSet.java:1605) at com.formulasearchengine.mathosphere.mlp.FlinkMlpRelationFinder.evaluate(FlinkMlpRelationFinder.java:263) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:29) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.testEval(CliMainTest.java:208) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:34.990
+
+
+ [flink-akka.actor.default-dispatcher-3] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:34.991
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-afde70b8-3f4c-495b-a878-1f3f9c011f4f
+
+
+ [INFO ]
+
+
+ 12:57:34.991
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:38435 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:34.992
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:34.992
+
+
+ [flink-akka.actor.default-dispatcher-5] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:34.993
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:34.993
+
+
+ [flink-akka.actor.default-dispatcher-2] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@48739237 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:34.993
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:34.993
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(40ad7b63-1628-469f-8969-c1b485f946ef).
+
+
+ [INFO ]
+
+
+ 12:57:34.994
+
+
+ [flink-akka.actor.default-dispatcher-3] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=40ad7b63-1628-469f-8969-c1b485f946ef
+
+
+ [INFO ]
+
+
+ 12:57:34.994
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:35.068
+
+
+ [flink-akka.actor.default-dispatcher-3] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:35.070
+
+
+ [flink-akka.actor.default-dispatcher-4] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#-1760273182] - leader session 40ad7b63-1628-469f-8969-c1b485f946ef
+
+
+ [INFO ]
+
+
+ 12:57:35.115
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 697 MB for network buffer pool (number of memory segments: 22329, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:35.116
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:35.116
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2197 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:35.116
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-b5f67725-c013-40a5-aea9-f529c6889cc3 for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:35.117
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:35.117
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-5c54d129-f7fd-47b1-9916-2e0b2b6db50e
+
+
+ [INFO ]
+
+
+ 12:57:35.118
+
+
+ [flink-akka.actor.default-dispatcher-2] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-2ea6a75d-3fb9-4539-b0fc-ea27f740cef6
+
+
+ [INFO ]
+
+
+ 12:57:35.118
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#223232447.
+
+
+ [INFO ]
+
+
+ 12:57:35.118
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - TaskManager data connection information: be88806d494e62c817e46b544eea6a13 @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:35.118
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - TaskManager has 1 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:35.118
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 749/4977/7008 MB, NON HEAP: 94/98/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:35.119
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:35.119
+
+
+ [flink-akka.actor.default-dispatcher-2] StandaloneResourceManager:368
+
+
+ - TaskManager be88806d494e62c817e46b544eea6a13 has started.
+
+
+ [INFO ]
+
+
+ 12:57:35.119
+
+
+ [flink-akka.actor.default-dispatcher-4] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as 5151721b93cc80d974f37232ed7c40c8. Current number of registered hosts is 1. Current number of alive task slots is 1.
+
+
+ [INFO ]
+
+
+ 12:57:35.120
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:35.120
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:38435. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:35.120
+
+
+ [flink-akka.actor.default-dispatcher-2] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-cb4de518-3976-46a9-9aba-2b94abded938
+
+
+ [INFO ]
+
+
+ 12:57:35.162
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 1db4778beda7b08c42a24295580ce1ac)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:35.162
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:91
+
+
+ - Received job Flink Java Job at Fri Apr 24 12:57:34 JST 2020 (1db4778beda7b08c42a24295580ce1ac).
+
+
+ [INFO ]
+
+
+ 12:57:35.162
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:35.162
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#-1760273182].
+
+
+ [INFO ]
+
+
+ 12:57:35.163
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-1760273182] with leader session id 40ad7b63-1628-469f-8969-c1b485f946ef.
+
+
+ [INFO ]
+
+
+ 12:57:35.163
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Flink Java Job at Fri Apr 24 12:57:34 JST 2020 (1db4778beda7b08c42a24295580ce1ac) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:35.163
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:35.163
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:35.163
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Submitting job 1db4778beda7b08c42a24295580ce1ac (Flink Java Job at Fri Apr 24 12:57:34 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:35.164
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 1db4778beda7b08c42a24295580ce1ac.
+
+
+ [INFO ]
+
+
+ 12:57:35.164
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:35.165
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:136
+
+
+ - Running initialization on master for job Flink Java Job at Fri Apr 24 12:57:34 JST 2020 (1db4778beda7b08c42a24295580ce1ac).
+
+
+ [INFO ]
+
+
+ 12:57:35.166
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:158
+
+
+ - Successfully ran initialization on master in 1 ms.
+
+
+ [INFO ]
+
+
+ 12:57:35.168
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:111
+
+
+ - Job 1db4778beda7b08c42a24295580ce1ac was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:35.168
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Scheduling job 1db4778beda7b08c42a24295580ce1ac (Flink Java Job at Fri Apr 24 12:57:34 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:35.168
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:34 JST 2020 (1db4778beda7b08c42a24295580ce1ac) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.168
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.168
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:35 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.168
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.169
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.169
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.169
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:35.170
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:35.170
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.170
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.173
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.174
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.174
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.175
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.175
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96))(1/1) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:57:35.176
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:35.177
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:35.177
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:35.596
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.4 sec].
+
+
+ [INFO ]
+
+
+ 12:57:35.596
+
+
+ [flink-akka.actor.default-dispatcher-2] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:35.598
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:35.598
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064).
+
+
+ [INFO ]
+
+
+ 12:57:35.598
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.598
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:35.598
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.598
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.599
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:35.599
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.599
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (fb2dc19b8215f7e156154178d6412064)
+
+
+ [INFO ]
+
+
+ 12:57:35.600
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (fb2dc19b8215f7e156154178d6412064) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:35.600
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:35.600
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:35.600
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:940
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.601
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.601
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:571
+
+
+ - Loading JAR files for task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.602
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:600
+
+
+ - Registering task at network: GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.602
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:940
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.602
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.602
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263))(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.622
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:940
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:35.622
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:809
+
+
+ - Freeing task resources for GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914).
+
+
+ [INFO ]
+
+
+ 12:57:35.622
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.623
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:35.623
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (0279c6a06cf90d69ebd6f3dae13fa914)
+
+
+ [INFO ]
+
+
+ 12:57:35.623
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.623
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 DataSink (collect())(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.623
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 DataSink (collect())(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.623
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (collect()) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:35.624
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (collect()) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:35.624
+
+
+ [DataSink (collect()) (1/1)] Task:940
+
+
+ - DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.624
+
+
+ [DataSink (collect()) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.625
+
+
+ [DataSink (collect()) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.625
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (0279c6a06cf90d69ebd6f3dae13fa914) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:35.625
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:35.625
+
+
+ [DataSink (collect()) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.626
+
+
+ [DataSink (collect()) (1/1)] Task:940
+
+
+ - DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.626
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.626
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 DataSink (collect())(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.626
+
+
+ [DataSink (collect()) (1/1)] Task:940
+
+
+ - DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:35.626
+
+
+ [DataSink (collect()) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7).
+
+
+ [INFO ]
+
+
+ 12:57:35.626
+
+
+ [DataSink (collect()) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:35.627
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (collect()) (a762b3f306f97f676b342b07edb61bd7)
+
+
+ [INFO ]
+
+
+ 12:57:35.628
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (collect()) (1/1) (a762b3f306f97f676b342b07edb61bd7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:35.628
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 DataSink (collect())(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:35.628
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:34 JST 2020 (1db4778beda7b08c42a24295580ce1ac) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:35.628
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:35 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:35.629
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:35.629
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#-1760273182].
+
+
+ [INFO ]
+
+
+ 12:57:35.629
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:35.629
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:35.630
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#223232447.
+
+
+ [INFO ]
+
+
+ 12:57:35.630
+
+
+ [flink-akka.actor.default-dispatcher-5] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:35.630
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:35.630
+
+
+ [flink-akka.actor.default-dispatcher-2] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:35.631
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:38435
+
+
+ [INFO ]
+
+
+ 12:57:35.631
+
+
+ [flink-akka.actor.default-dispatcher-2] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-b5f67725-c013-40a5-aea9-f529c6889cc3
+
+
+ [INFO ]
+
+
+ 12:57:35.631
+
+
+ [flink-akka.actor.default-dispatcher-2] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:35.633
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down.
+
+
+
+
+
+ 10 ms
+ passed CliMainTest.testHelp
+
+
+ Usage: <main class> [command] [command options] Commands: count Counts different things Usage: count [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --csv Uses csv output format Default: false --definitionMerging apply definition merging algorithm Default: false --defs, --definitions Counts how definition candidates can be extracted Default: false --formulas, --formulae Counts how many formulas are there Default: false -g, --gamma Default: 0.1 --ids, --identifiers Counts how identifiers are there in the formulas Default: false * -in, --inputFile path to the wiki article -l, --language Language of the input Default: en -out, --outputFile path to output file (if empty, print to stdout) -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --tex Default: false --texvcinfo Default: http://localhost:10044/texvcinfo -t, --threshold Default: 0.4 -w, --wikiDataList list Finds, extracts and lists different things Usage: list [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --definitionMerging apply definition merging algorithm Default: false -g, --gamma Default: 0.1 * -in, --inputFile path to the wiki article -l, --language Language of the input Default: en -out, --outputFile path to output file (if empty, print to stdout) -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --tex Default: false --texvcinfo Default: http://localhost:10044/texvcinfo -t, --threshold Default: 0.4 -w, --wikiDataList extract Applies the MLP algorithm to a single wiki article Usage: extract [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --definitionMerging apply definition merging algorithm Default: false -g, --gamma Default: 0.1 * -in, --inputFile path to the wiki article -l, --language Language of the input Default: en -out, --outputFile path to output file (if empty, print to stdout) -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --tex Default: false --texvcinfo Default: http://localhost:10044/texvcinfo -t, --threshold Default: 0.4 -w, --wikiDataList mlp Runs the MLP algorithm (on Flink) Usage: mlp [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --definitionMerging apply definition merging algorithm Default: false -g, --gamma Default: 0.1 * -in, --inputDir path to the directory with wikidump -l, --language Language of the input Default: en * -out, --outputDir path to output directory -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --tex Default: false --texvcinfo Default: http://localhost:10044/texvcinfo --threads how many parallel threads should be used Default: 1 -t, --threshold Default: 0.4 -w, --wikiDataList eval Applies the MLP evaluation to an evaluation dataset Usage: eval [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --definitionMerging apply definition merging algorithm Default: false -g, --gamma Default: 0.1 * -in, --inputDir path to the directory with wikidump -l, --language Language of the input Default: en --level relevance level (1 partially relevant, 2 relevant) Default: 2 --namespace incorporate namespace data Default: false --nd namespace discovery file * -out, --outputDir path to output directory -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --queries query file --ref relevance judgements folder --tex Default: false --texvcinfo Default: http://localhost:10044/texvcinfo --threads how many parallel threads should be used Default: 1 -t, --threshold Default: 0.4 --usePatternMatcher Use pattern matcher instead of statistical definition extraction Default: false -w, --wikiDataList ml Runs the MLP algorithm (on Flink) Usage: ml [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --coarseParameterSearch Searches for parameters in a coarse grid of cost and gamma values. Default: false --definitionMerging apply definition merging algorithm Default: false --dependencyParserModel Location of the model for the dependency parser. Default: edu/stanford/nlp/models/parser/nndep/english_UD.gz --fineParameterSearch Searches for parameters in a fine grid of cost and gamma values. Default: false -g, --gamma Default: 0.1 --goldFile Location of the gold data file. * -in, --inputDir path to the directory with wikidump --instances File location of the instances.arff file to use for the testing and training. Full support only for files that have been written by --writeInstances of the same version of this executable. -l, --language Language of the input Default: en --leaveOneOutEvaluation Perform a leave one out evaluation of the models performance. Default: false * -out, --outputDir path to output directory -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --samplePercent how much of the training data should be used for training. Default: [100.0] --svmCost Cost value for the svm. Default: [2.0] --svmGamma Gamma value for the svm. Default: [0.022097087] --tex Default: false --texvcinfo Default: http://localhost:10044/texvcinfo --threads how many parallel threads should be used Default: 1 -t, --threshold Default: 0.4 -w, --wikiDataList --writeInstances Writes the data to train the svm to the output directory. Overwrites instances.arff in the output directory. Default: false --writeSvmModel Writes the models from the cross evaluation to the output directory. Default: false mllist Finds, extracts and lists identifier-definien pairs with the machine learning approach of MLP. Usage: mllist [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --coarseParameterSearch Searches for parameters in a coarse grid of cost and gamma values. Default: false --definitionMerging apply definition merging algorithm Default: false --dependencyParserModel Location of the model for the dependency parser. Default: edu/stanford/nlp/models/parser/nndep/english_UD.gz --fineParameterSearch Searches for parameters in a fine grid of cost and gamma values. Default: false -g, --gamma Default: 0.1 --goldFile Location of the gold data file. * -in, --inputDir path to the directory with wikidump --instances File location of the instances.arff file to use for the testing and training. Full support only for files that have been written by --writeInstances of the same version of this executable. -l, --language Language of the input Default: en --leaveOneOutEvaluation Perform a leave one out evaluation of the models performance. Default: false * -out, --outputDir path to output directory -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --samplePercent how much of the training data should be used for training. Default: [100.0] --svmCost Cost value for the svm. Default: [2.0] --svmGamma Gamma value for the svm. Default: [0.022097087] --tex Default: false --texvcinfo Default: http://localhost:10044/texvcinfo --threads how many parallel threads should be used Default: 1 -t, --threshold Default: 0.4 -w, --wikiDataList --writeInstances Writes the data to train the svm to the output directory. Overwrites instances.arff in the output directory. Default: false --writeSvmModel Writes the models from the cross evaluation to the output directory. Default: false classify Applies the MLP evaluation to an evaluation dataset Usage: classify [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --definitionMerging apply definition merging algorithm Default: false --dependencyParserModel Location of the model for the dependency parser. Default: edu/stanford/nlp/models/parser/nndep/english_UD.gz --evaluate Weather or not to evaluate against the gold standard. Default: false -g, --gamma Default: 0.1 * -in, --inputDir path to the directory with wikidump -l, --language Language of the input Default: en --level relevance level (1 partially relevant, 2 relevant) Default: 2 --namespace incorporate namespace data Default: false --nd namespace discovery file * -out, --outputDir path to output directory -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --queries query file --ref relevance judgements folder --stringFilter File location of the stringToWordVector filter to use. --svmModel File location of the svm model to use. --tex Default: false --texvcinfo Default: http://localhost:10044/texvcinfo --threads how many parallel threads should be used Default: 1 -t, --threshold Default: 0.4 --usePatternMatcher Use pattern matcher instead of statistical definition extraction Default: false -w, --wikiDataList pd Runs the MLP algorithm (on Flink) Usage: pd [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --definitionMerging apply definition merging algorithm Default: false -g, --gamma Default: 0.1 -in, --inputDir path to the directory with arxivdump -l, --language Language of the input Default: en -out, --outputDir path to output directory -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --preprocessing if MathPD is run in preprocessing mode Default: false -ref, --referenceDir path to the directory with files to compare --tex Default: false --text if MathPD is run in text mode Default: false --texvcinfo Default: http://localhost:10044/texvcinfo -t, --threshold Default: 0.4 --treads how many parallel threads should be used Default: 0 -w, --wikiDataList help Prints this help message Usage: help tags Extracts tags from wikidump Usage: tags [options] Options: -a, --alpha Default: 1.0 -b, --beta Default: 1.0 --definitionMerging apply definition merging algorithm Default: false -g, --gamma Default: 0.1 * -in, --inputDir path to the directory with wikidump -l, --language Language of the input Default: en * -out, --outputDir path to output directory -pos, --posModel POS model to use Default: edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger --tex Default: false --texvcinfo Default: http://localhost:10044/texvcinfo --threads how many parallel threads should be used Default: 1 -t, --threshold Default: 0.4 -w, --wikiDataList 0s
+
+
+
+
+
+ 0 ms
+ ignored CliMainTest.testMachineLearningClassificationWithNamespaces
+
+
+
+
+ 0 ms
+ ignored CliMainTest.testMachineLearningFromPreprocessedInstances
+
+
+
+
+ 0 ms
+ ignored CliMainTest.testMachineLearningPercent
+
+
+
+
+ 868 ms
+ passed CliMainTest.testTagEngPlain
+
+
+ /tmp/1587700655648-0
+
+
+ [INFO ]
+
+
+ 12:57:35.659
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.MathTag does not contain a setter for field position
+
+
+ [INFO ]
+
+
+ 12:57:35.659
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.MathTag is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:35.665
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 5 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:35.761
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:35.761
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:35.766] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926) at com.formulasearchengine.mathosphere.mlp.WikiTagExtractor.run(WikiTagExtractor.java:23) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:44) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.runTest(CliMainTest.java:133) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.testTagEngPlain(CliMainTest.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:35.767
+
+
+ [flink-akka.actor.default-dispatcher-5] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:35.768
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-25ab72dc-60e4-4b7d-a650-b4819436262c
+
+
+ [INFO ]
+
+
+ 12:57:35.769
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:42503 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:35.769
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:35.770
+
+
+ [flink-akka.actor.default-dispatcher-2] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:35.770
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:35.770
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:35.770
+
+
+ [flink-akka.actor.default-dispatcher-3] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@7f68d316 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:35.771
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(f1c5817e-2d6f-4065-85c9-afe1903d397e).
+
+
+ [INFO ]
+
+
+ 12:57:35.771
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:35.771
+
+
+ [flink-akka.actor.default-dispatcher-3] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=f1c5817e-2d6f-4065-85c9-afe1903d397e
+
+
+ [INFO ]
+
+
+ 12:57:35.848
+
+
+ [flink-akka.actor.default-dispatcher-3] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:35.850
+
+
+ [flink-akka.actor.default-dispatcher-3] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#-1914772043] - leader session f1c5817e-2d6f-4065-85c9-afe1903d397e
+
+
+ [INFO ]
+
+
+ 12:57:35.883
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 697 MB for network buffer pool (number of memory segments: 22334, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:35.884
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:35.884
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2199 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:35.884
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-5eafab05-1765-407b-aaff-2a0750440000 for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:35.885
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:35.885
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-de6a0c0a-86da-47dc-acf7-d39cb4375313
+
+
+ [INFO ]
+
+
+ 12:57:35.886
+
+
+ [flink-akka.actor.default-dispatcher-3] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-0b7bf9cb-5725-435a-ba96-12f212b5e2ad
+
+
+ [INFO ]
+
+
+ 12:57:35.886
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#863757616.
+
+
+ [INFO ]
+
+
+ 12:57:35.886
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - TaskManager data connection information: f9c6b854fc8ea54fbbfe5637c632e2c6 @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:35.886
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - TaskManager has 8 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:35.886
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 745/4977/7008 MB, NON HEAP: 94/98/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:35.887
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:35.887
+
+
+ [flink-akka.actor.default-dispatcher-3] StandaloneResourceManager:368
+
+
+ - TaskManager f9c6b854fc8ea54fbbfe5637c632e2c6 has started.
+
+
+ [INFO ]
+
+
+ 12:57:35.887
+
+
+ [flink-akka.actor.default-dispatcher-5] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as 392fe6b6a5c193f14e7711ca71c9833f. Current number of registered hosts is 1. Current number of alive task slots is 8.
+
+
+ [INFO ]
+
+
+ 12:57:35.892
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:35.892
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:42503. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:35.892
+
+
+ [flink-akka.actor.default-dispatcher-3] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-0ff072f5-2626-43d0-937f-488e71d8b8af
+
+
+ [INFO ]
+
+
+ 12:57:35.902
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 8fab56bcac8d35724af24171bfe972e5)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:35.903
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:91
+
+
+ - Received job Flink Java Job at Fri Apr 24 12:57:35 JST 2020 (8fab56bcac8d35724af24171bfe972e5).
+
+
+ [INFO ]
+
+
+ 12:57:35.903
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:35.903
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#-1914772043].
+
+
+ [INFO ]
+
+
+ 12:57:35.903
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-1914772043] with leader session id f1c5817e-2d6f-4065-85c9-afe1903d397e. Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-1914772043] with leader session id f1c5817e-2d6f-4065-85c9-afe1903d397e.
+
+
+ [INFO ]
+
+
+ 12:57:35.903
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Flink Java Job at Fri Apr 24 12:57:35 JST 2020 (8fab56bcac8d35724af24171bfe972e5) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:35.904
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:35.904
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:35.904
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Submitting job 8fab56bcac8d35724af24171bfe972e5 (Flink Java Job at Fri Apr 24 12:57:35 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:35.904
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 8fab56bcac8d35724af24171bfe972e5.
+
+
+ [INFO ]
+
+
+ 12:57:35.904
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:35.905
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:136
+
+
+ - Running initialization on master for job Flink Java Job at Fri Apr 24 12:57:35 JST 2020 (8fab56bcac8d35724af24171bfe972e5).
+
+
+ [INFO ]
+
+
+ 12:57:35.905
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:158
+
+
+ - Successfully ran initialization on master in 0 ms.
+
+
+ [INFO ]
+
+
+ 12:57:35.906
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Scheduling job 8fab56bcac8d35724af24171bfe972e5 (Flink Java Job at Fri Apr 24 12:57:35 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:35.906
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:111
+
+
+ - Job 8fab56bcac8d35724af24171bfe972e5 was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:35 JST 2020 (8fab56bcac8d35724af24171bfe972e5) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:35 Job execution switched to status RUNNING. 04/24/2020 12:57:35 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(1/8) switched to SCHEDULED 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(1/8) switched to DEPLOYING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(2/8) switched to SCHEDULED 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.907
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.908
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(2/8) switched to DEPLOYING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.908
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:35.908
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.908
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.908
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) switched from SCHEDULED to DEPLOYING. 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(3/8) switched to DEPLOYING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(4/8) switched to SCHEDULED 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(4/8) switched to DEPLOYING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(5/8) switched to SCHEDULED 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(5/8) switched to DEPLOYING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.909
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(6/8) switched to SCHEDULED 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (attempt #0) to localhost 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(7/8) switched to SCHEDULED 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (attempt #0) to localhost 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.910
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:35.911
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(8/8) switched to SCHEDULED 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:35.911
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.911
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.911
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (attempt #0) to localhost 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:35.911
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.911
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.916
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.916
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)
+
+
+ [INFO ]
+
+
+ 12:57:35.916
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.916
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.916
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.916
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.916
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.916
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.917
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.917
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)
+
+
+ [INFO ]
+
+
+ 12:57:35.917
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.917
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.917
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.917
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.917
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.917
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)
+
+
+ [INFO ]
+
+
+ 12:57:35.918
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.918
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.918
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.918
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)
+
+
+ [INFO ]
+
+
+ 12:57:35.918
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.918
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:57:35.919
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:57:35.919
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:57:35.919
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:57:35.919
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:35.919
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.919
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.919
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.919
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.920
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.920
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)
+
+
+ [INFO ]
+
+
+ 12:57:35.920
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.920
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.920
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.920
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.921
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.921
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)
+
+
+ [WARN ]
+
+
+ 12:57:35.921
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [WARN ]
+
+
+ 12:57:35.922
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:35.923
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.923
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.923
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.923
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.924
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.924
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)
+
+
+ [WARN ]
+
+
+ 12:57:35.925
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:35.925
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:35.926
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(2/8) switched to RUNNING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.927
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(1/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.927
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) switched from DEPLOYING to RUNNING. 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(1/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.927
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(4/8) switched to RUNNING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.927
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(3/8) switched to RUNNING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.927
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(5/8) switched to RUNNING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.927
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(6/8) switched to RUNNING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.927
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(7/8) switched to RUNNING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:35.928
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(8/8) switched to RUNNING 04/24/2020 12:57:35 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(8/8) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:57:36.015
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:36.018
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.021
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.023
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.026
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.031
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.032
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.035
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.037
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162).
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) switched from SCHEDULED to DEPLOYING. 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(1/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(2/8) switched to SCHEDULED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(2/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [mini-cluster-future-thread-5] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (attempt #0) to localhost 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(3/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.286
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(3/8) switched to DEPLOYING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(3/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(1/8) switched to DEPLOYING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(1/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(2/8) switched to DEPLOYING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(2/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(4/8) switched to SCHEDULED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(4/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(5/8) switched to SCHEDULED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(5/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258).
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(4/8) switched to DEPLOYING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(4/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.287
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(5/8) switched to DEPLOYING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(5/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.288
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.288
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(6/8) switched to SCHEDULED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(6/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.289
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(7/8) switched to SCHEDULED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(7/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.289
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.288
+
+
+ [mini-cluster-future-thread-8] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.289
+
+
+ [mini-cluster-future-thread-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.289
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(6/8) switched to DEPLOYING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(6/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.289
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8)
+
+
+ [INFO ]
+
+
+ 12:57:36.290
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(7/8) switched to DEPLOYING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(7/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.290
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.290
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(8/8) switched to SCHEDULED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(8/8) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.290
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da).
+
+
+ [INFO ]
+
+
+ 12:57:36.290
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.290
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) [FINISHED] 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(8/8) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.290
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.290
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.290
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.291
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8)
+
+
+ [INFO ]
+
+
+ 12:57:36.291
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.291
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.291
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.291
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f).
+
+
+ [INFO ]
+
+
+ 12:57:36.288
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.292
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.292
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee).
+
+
+ [INFO ]
+
+
+ 12:57:36.293
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.293
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7).
+
+
+ [INFO ]
+
+
+ 12:57:36.293
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.293
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.293
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29).
+
+
+ [INFO ]
+
+
+ 12:57:36.293
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.297
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.298
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.298
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.298
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8)
+
+
+ [INFO ]
+
+
+ 12:57:36.299
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.299
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.300
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8)
+
+
+ [INFO ]
+
+
+ 12:57:36.301
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.302
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.302
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.303
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.303
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.305
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.306
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.306
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (c6ec304545e736370106eba536e82258)
+
+
+ [INFO ]
+
+
+ 12:57:36.306
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.306
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.306
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.306
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.306
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.306
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.307
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8)
+
+
+ [INFO ]
+
+
+ 12:57:36.308
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.308
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.308
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.308
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.308
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937).
+
+
+ [INFO ]
+
+
+ 12:57:36.308
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.308
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.308
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.309
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8)
+
+
+ [INFO ]
+
+
+ 12:57:36.310
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.310
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.310
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.311
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.311
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.311
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8)
+
+
+ [INFO ]
+
+
+ 12:57:36.313
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.314
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.313
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (93280cf3a96d2c25db1c7dab7cc574da)
+
+
+ [INFO ]
+
+
+ 12:57:36.314
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.314
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.314
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.314
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.315
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(1/8) switched to RUNNING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(1/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.316
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8)
+
+
+ [INFO ]
+
+
+ 12:57:36.322
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (a1c00d827102c0b32130374d05ea82e7)
+
+
+ [INFO ]
+
+
+ 12:57:36.322
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (087c6f4ef6e599ca9c7dba7136f79d29)
+
+
+ [INFO ]
+
+
+ 12:57:36.323
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.323
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8ca6ab496c7e8f81289e5a40a5f3a4ee)
+
+
+ [INFO ]
+
+
+ 12:57:36.323
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.324
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5d61f4d2de052c060ea0e9057fb12c3f)
+
+
+ [INFO ]
+
+
+ 12:57:36.324
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(3/8) switched to RUNNING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(3/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.324
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(4/8) switched to RUNNING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(4/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.324
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (4/8) (c6ec304545e736370106eba536e82258) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.325
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.325
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(4/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.325
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(5/8) switched to RUNNING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(5/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.325
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (82ced0a38b6eb6856c75874ab2379162)
+
+
+ [INFO ]
+
+
+ 12:57:36.325
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.325
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1643c0b06c1f64cf53f7fd59c8839937)
+
+
+ [INFO ]
+
+
+ 12:57:36.326
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.326
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8)] Task:571
+
+
+ - Loading JAR files for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.326
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8)] Task:600
+
+
+ - Registering task at network: CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.326
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.328
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.329
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (8/8) (a1c00d827102c0b32130374d05ea82e7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.329
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (1/8) (087c6f4ef6e599ca9c7dba7136f79d29) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.329
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (7/8) (8ca6ab496c7e8f81289e5a40a5f3a4ee) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.330
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(2/8) switched to RUNNING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(2/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.330
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(8/8) switched to RUNNING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(8/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.330
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(8/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.330
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(7/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.331
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (6/8) (5d61f4d2de052c060ea0e9057fb12c3f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.332
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (3/8) (82ced0a38b6eb6856c75874ab2379162) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.332
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (2/8) (1643c0b06c1f64cf53f7fd59c8839937) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.333
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(6/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(6/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.333
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(3/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(3/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.333
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.333
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(2/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(2/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.334
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.334
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(6/8) switched to RUNNING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(6/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.327
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19)) (5/8) (93280cf3a96d2c25db1c7dab7cc574da) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.327
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.336
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(5/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.336
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(7/8) switched to RUNNING 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(7/8) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.336
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(1/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:17)) -> FlatMap (FlatMap at run(WikiTagExtractor.java:18)) -> Map (Key Extractor) -> Combine (Distinct at run(WikiTagExtractor.java:19))(1/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.484
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.485
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4).
+
+
+ [INFO ]
+
+
+ 12:57:36.485
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.485
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (c2fb5528e368a4b7a6f24d15bf78f4b4)
+
+
+ [INFO ]
+
+
+ 12:57:36.485
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.485
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8)(1/1) switched to SCHEDULED 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.485
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.485
+
+
+ [mini-cluster-future-thread-6] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.485
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.485
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (4/8) (c2fb5528e368a4b7a6f24d15bf78f4b4) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.486
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(4/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(4/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.486
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:36.487
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.487
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6).
+
+
+ [INFO ]
+
+
+ 12:57:36.488
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.489
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.489
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.489
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (07745581c90ce6ed80421887d1d7f0a6)
+
+
+ [INFO ]
+
+
+ 12:57:36.489
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.490
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.490
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.490
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.490
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612).
+
+
+ [INFO ]
+
+
+ 12:57:36.490
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.490
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (8/8) (07745581c90ce6ed80421887d1d7f0a6) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.491
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (9eab4fb2ec0ecd3ad94e477a3f67c612)
+
+
+ [INFO ]
+
+
+ 12:57:36.491
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(8/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(8/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.491
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.492
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (6/8) (9eab4fb2ec0ecd3ad94e477a3f67c612) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.492
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8)(1/1) switched to RUNNING 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.492
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(6/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(6/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.495
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.495
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933).
+
+
+ [INFO ]
+
+
+ 12:57:36.496
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.496
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e).
+
+
+ [INFO ]
+
+
+ 12:57:36.497
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.497
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f).
+
+
+ [INFO ]
+
+
+ 12:57:36.497
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.497
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59).
+
+
+ [INFO ]
+
+
+ 12:57:36.498
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.498
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.498
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (54fedf66a3251efc03309015316f869e)
+
+
+ [INFO ]
+
+
+ 12:57:36.498
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.498
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (977395bbcdc0f5f1fee72e8d55ceeb8f)
+
+
+ [INFO ]
+
+
+ 12:57:36.498
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.499
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2ae2e880e5611105c2cb69f4999f8933)
+
+
+ [INFO ]
+
+
+ 12:57:36.499
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (3/8) (54fedf66a3251efc03309015316f869e) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.499
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (2/8) (977395bbcdc0f5f1fee72e8d55ceeb8f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.499
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.499
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(3/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(3/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.499
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (5/8) (2ae2e880e5611105c2cb69f4999f8933) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.499
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(2/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(2/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.499
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (13c85a44a4861c9df2424b4fc47e1a59)
+
+
+ [INFO ]
+
+
+ 12:57:36.500
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(5/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(5/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.498
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8)] Task:940
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.500
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8)] Task:809
+
+
+ - Freeing task resources for CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b).
+
+
+ [INFO ]
+
+
+ 12:57:36.500
+
+
+ [CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.500
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (7/8) (13c85a44a4861c9df2424b4fc47e1a59) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.500
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (572d06ed635354acd7c367fee48a903b)
+
+
+ [INFO ]
+
+
+ 12:57:36.500
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(7/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(7/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.499
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8).
+
+
+ [INFO ]
+
+
+ 12:57:36.500
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.501
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (cf2d8d842adcf01171fd328a94de90c8)
+
+
+ [INFO ]
+
+
+ 12:57:36.501
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20)) (1/8) (572d06ed635354acd7c367fee48a903b) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.501
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(1/8) switched to FINISHED 04/24/2020 12:57:36 CHAIN Reduce(Distinct at run(WikiTagExtractor.java:19)) -> Map (Key Remover) -> Map (Map at run(WikiTagExtractor.java:20))(1/8) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.501
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8) (1/1) (cf2d8d842adcf01171fd328a94de90c8) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.501
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/1587700655648-0/formulae.json) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.502
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:35 JST 2020 (8fab56bcac8d35724af24171bfe972e5) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.502
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:36 Job execution switched to status FINISHED. 04/24/2020 12:57:36 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.502
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:36.502
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#-1914772043].
+
+
+ [INFO ]
+
+
+ 12:57:36.502
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:36.502
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:36.503
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#863757616.
+
+
+ [INFO ]
+
+
+ 12:57:36.503
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:36.503
+
+
+ [flink-akka.actor.default-dispatcher-5] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:36.503
+
+
+ [flink-akka.actor.default-dispatcher-2] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:36.505
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:42503
+
+
+ [INFO ]
+
+
+ 12:57:36.505
+
+
+ [flink-akka.actor.default-dispatcher-2] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-5eafab05-1765-407b-aaff-2a0750440000
+
+
+ [INFO ]
+
+
+ 12:57:36.505
+
+
+ [flink-akka.actor.default-dispatcher-2] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:36.507
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down. 0s
+
+
+
+
+
+ 0 ms
+ ignored CliMainTest.testMachineLearning
+
+
+
+
+ 31 ms
+ passed CliMainTest.testCountTok
+
+
+
+ 317 ms
+ passed CliMainTest.testMlpRus
+
+
+ /tmp/temp72421544816655871355045492459885
+
+
+ [INFO ]
+
+
+ 12:57:36.554
+
+
+ [main] TypeExtractor:1888
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a getter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:36.555
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a setter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:36.555
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:36.556
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput does not contain a setter for field success
+
+
+ [INFO ]
+
+
+ 12:57:36.556
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:36.557
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 17 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:36.666
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:36.666
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:36.674] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at com.formulasearchengine.mathosphere.mlp.FlinkMlpRelationFinder.run(FlinkMlpRelationFinder.java:78) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:26) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.runTest(CliMainTest.java:133) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.testMlpRus(CliMainTest.java:45) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:36.675
+
+
+ [flink-akka.actor.default-dispatcher-2] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:36.676
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-f77cd548-d062-4fb8-add5-5a7b52b33a33
+
+
+ [INFO ]
+
+
+ 12:57:36.676
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:39335 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:36.677
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:36.677
+
+
+ [flink-akka.actor.default-dispatcher-4] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:36.678
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:36.677
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:36.678
+
+
+ [flink-akka.actor.default-dispatcher-2] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@44d85420 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:36.678
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:36.678
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(c7497e2e-34f2-4069-bcf2-283b57b97a51).
+
+
+ [INFO ]
+
+
+ 12:57:36.754
+
+
+ [flink-akka.actor.default-dispatcher-5] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=c7497e2e-34f2-4069-bcf2-283b57b97a51
+
+
+ [INFO ]
+
+
+ 12:57:36.754
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:36.755
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#-654004472] - leader session c7497e2e-34f2-4069-bcf2-283b57b97a51
+
+
+ [INFO ]
+
+
+ 12:57:36.795
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 698 MB for network buffer pool (number of memory segments: 22342, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:36.795
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:36.796
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2199 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:36.796
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-62e041c8-24df-4deb-bd5a-da1ee9c03065 for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:36.796
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:36.796
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-51f010fb-3929-4430-88a1-cad5b3f01a73
+
+
+ [INFO ]
+
+
+ 12:57:36.797
+
+
+ [flink-akka.actor.default-dispatcher-5] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-7a7a5e5f-e945-402d-9ee1-8c0ef009b417
+
+
+ [INFO ]
+
+
+ 12:57:36.797
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#2054926460.
+
+
+ [INFO ]
+
+
+ 12:57:36.797
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - TaskManager data connection information: 8b20dfef25f43fe90f989c39a3ba4f19 @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:36.797
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - TaskManager has 1 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:36.797
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 736/4977/7008 MB, NON HEAP: 95/98/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:36.798
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:36.798
+
+
+ [flink-akka.actor.default-dispatcher-2] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as aaaf9300660d3087ac7d11528df03ead. Current number of registered hosts is 1. Current number of alive task slots is 1.
+
+
+ [INFO ]
+
+
+ 12:57:36.798
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:368
+
+
+ - TaskManager 8b20dfef25f43fe90f989c39a3ba4f19 has started.
+
+
+ [INFO ]
+
+
+ 12:57:36.799
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:36.799
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:39335. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:36.799
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-dcae800a-7c0f-410b-adc0-a39369b5c5c2
+
+
+ [INFO ]
+
+
+ 12:57:36.812
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 2f28486307c389483c8fc7b0a04d8ba9)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:36.812
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:91
+
+
+ - Received job Relation Finder (2f28486307c389483c8fc7b0a04d8ba9).
+
+
+ [INFO ]
+
+
+ 12:57:36.812
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:36.813
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#-654004472].
+
+
+ [INFO ]
+
+
+ 12:57:36.813
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-654004472] with leader session id c7497e2e-34f2-4069-bcf2-283b57b97a51. Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-654004472] with leader session id c7497e2e-34f2-4069-bcf2-283b57b97a51.
+
+
+ [INFO ]
+
+
+ 12:57:36.813
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Relation Finder (2f28486307c389483c8fc7b0a04d8ba9) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:36.813
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:36.813
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:36.813
+
+
+ [flink-akka.actor.default-dispatcher-5] JobManager:128
+
+
+ - Submitting job 2f28486307c389483c8fc7b0a04d8ba9 (Relation Finder).
+
+
+ [INFO ]
+
+
+ 12:57:36.814
+
+
+ [flink-akka.actor.default-dispatcher-5] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 2f28486307c389483c8fc7b0a04d8ba9.
+
+
+ [INFO ]
+
+
+ 12:57:36.814
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:36.815
+
+
+ [flink-akka.actor.default-dispatcher-5] JobManager:136
+
+
+ - Running initialization on master for job Relation Finder (2f28486307c389483c8fc7b0a04d8ba9).
+
+
+ [INFO ]
+
+
+ 12:57:36.815
+
+
+ [flink-akka.actor.default-dispatcher-5] JobManager:158
+
+
+ - Successfully ran initialization on master in 0 ms.
+
+
+ [INFO ]
+
+
+ 12:57:36.817
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Scheduling job 2f28486307c389483c8fc7b0a04d8ba9 (Relation Finder).
+
+
+ [INFO ]
+
+
+ 12:57:36.817
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:111
+
+
+ - Job 2f28486307c389483c8fc7b0a04d8ba9 was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:36.817
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Relation Finder (2f28486307c389483c8fc7b0a04d8ba9) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.817
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.817
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:36 Job execution switched to status RUNNING. 04/24/2020 12:57:36 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.817
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.817
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.817
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.817
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.818
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:36.818
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.818
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.820
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.820
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.821
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.821
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.821
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:57:36.822
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:36.823
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:36.823
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:36.827
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.833
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.833
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a).
+
+
+ [INFO ]
+
+
+ 12:57:36.833
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:36.833
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.833
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.833
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:36.833
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.834
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:36.834
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:36.834
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (7d3de39ee458ffd0ba7aeae9fcbcdf8a) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.834
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED 04/24/2020 12:57:36 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.835
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:36.835
+
+
+ [DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:36.835
+
+
+ [DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:36.835
+
+
+ [DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.836
+
+
+ [DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:36.836
+
+
+ [DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.836
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:36.836
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8)(1/1) switched to RUNNING 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:36.837
+
+
+ [DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.838
+
+
+ [DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2).
+
+
+ [INFO ]
+
+
+ 12:57:36.838
+
+
+ [DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:36.838
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (0fe3e9a3d03ca3adb1a21024417bdec2)
+
+
+ [INFO ]
+
+
+ 12:57:36.839
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8) (1/1) (0fe3e9a3d03ca3adb1a21024417bdec2) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.839
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:36 DataSink (TextOutputFormat (/tmp/temp72421544816655871355045492459885) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:36.839
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1285
+
+
+ - Job Relation Finder (2f28486307c389483c8fc7b0a04d8ba9) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.840
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:36 Job execution switched to status FINISHED. 04/24/2020 12:57:36 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:36.840
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:36.840
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:36.840
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#-654004472].
+
+
+ [INFO ]
+
+
+ 12:57:36.840
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:36.840
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#2054926460.
+
+
+ [INFO ]
+
+
+ 12:57:36.841
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:36.841
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:36.841
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:36.842
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:39335
+
+
+ [INFO ]
+
+
+ 12:57:36.848
+
+
+ [flink-akka.actor.default-dispatcher-5] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-62e041c8-24df-4deb-bd5a-da1ee9c03065
+
+
+ [INFO ]
+
+
+ 12:57:36.848
+
+
+ [flink-akka.actor.default-dispatcher-5] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:36.850
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down. 0s
+
+
+
+
+
+ 253 ms
+ passed CliMainTest.testMlpRusPlain
+
+
+ /tmp/temp25247147736965738705045809961889
+
+
+ [INFO ]
+
+
+ 12:57:36.872
+
+
+ [main] TypeExtractor:1888
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a getter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:36.872
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a setter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:36.873
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:36.873
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput does not contain a setter for field success
+
+
+ [INFO ]
+
+
+ 12:57:36.873
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:36.874
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 17 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:36.953
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:36.953
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:36.958] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at com.formulasearchengine.mathosphere.mlp.FlinkMlpRelationFinder.run(FlinkMlpRelationFinder.java:78) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:26) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.runTest(CliMainTest.java:133) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.testMlpRusPlain(CliMainTest.java:75) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:36.959
+
+
+ [flink-akka.actor.default-dispatcher-2] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:36.960
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-e3d71343-ee42-4d6b-add9-11710aa58243
+
+
+ [INFO ]
+
+
+ 12:57:36.964
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:35891 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:36.964
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:36.965
+
+
+ [flink-akka.actor.default-dispatcher-3] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:36.965
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:36.966
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:36.966
+
+
+ [flink-akka.actor.default-dispatcher-4] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@289015a0 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:36.966
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:37.014
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(2c81458c-51c3-43d8-a101-d3a55efe765c).
+
+
+ [INFO ]
+
+
+ 12:57:37.014
+
+
+ [flink-akka.actor.default-dispatcher-5] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=2c81458c-51c3-43d8-a101-d3a55efe765c
+
+
+ [INFO ]
+
+
+ 12:57:37.015
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:37.016
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#2091340200] - leader session 2c81458c-51c3-43d8-a101-d3a55efe765c
+
+
+ [INFO ]
+
+
+ 12:57:37.062
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 698 MB for network buffer pool (number of memory segments: 22342, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:37.062
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:37.062
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2199 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:37.063
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-4eb3edbd-4d4f-4c3b-96ef-d853fde4e01e for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:37.063
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:37.064
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-8a170a55-b603-4fef-abf5-a1dbec5f4c87
+
+
+ [INFO ]
+
+
+ 12:57:37.064
+
+
+ [flink-akka.actor.default-dispatcher-5] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-71331f4a-a7f1-4829-9f67-ea66d5dd2953
+
+
+ [INFO ]
+
+
+ 12:57:37.065
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#-1790977208.
+
+
+ [INFO ]
+
+
+ 12:57:37.065
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - TaskManager data connection information: c12097fe19817acb296f684ea8b32c5d @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:37.065
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - TaskManager has 1 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:37.065
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 743/4977/7008 MB, NON HEAP: 96/98/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:37.065
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:37.066
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:368
+
+
+ - TaskManager c12097fe19817acb296f684ea8b32c5d has started.
+
+
+ [INFO ]
+
+
+ 12:57:37.066
+
+
+ [flink-akka.actor.default-dispatcher-3] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as 232e2d609f4104f5825a50189f614b90. Current number of registered hosts is 1. Current number of alive task slots is 1.
+
+
+ [INFO ]
+
+
+ 12:57:37.066
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:37.067
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:35891. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:37.067
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-cdb0a447-3607-4faf-8670-17b192e6fc3d
+
+
+ [INFO ]
+
+
+ 12:57:37.078
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 6b18c916a4a24284081f310049752323)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:37.078
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:91
+
+
+ - Received job Relation Finder (6b18c916a4a24284081f310049752323).
+
+
+ [INFO ]
+
+
+ 12:57:37.078
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:37.078
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#2091340200].
+
+
+ [INFO ]
+
+
+ 12:57:37.079
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#2091340200] with leader session id 2c81458c-51c3-43d8-a101-d3a55efe765c. Connected to JobManager at Actor[akka://flink/user/jobmanager_1#2091340200] with leader session id 2c81458c-51c3-43d8-a101-d3a55efe765c.
+
+
+ [INFO ]
+
+
+ 12:57:37.079
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Relation Finder (6b18c916a4a24284081f310049752323) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:37.079
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:37.079
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:37.079
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Submitting job 6b18c916a4a24284081f310049752323 (Relation Finder).
+
+
+ [INFO ]
+
+
+ 12:57:37.080
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 6b18c916a4a24284081f310049752323.
+
+
+ [INFO ]
+
+
+ 12:57:37.080
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:37.080
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:136
+
+
+ - Running initialization on master for job Relation Finder (6b18c916a4a24284081f310049752323).
+
+
+ [INFO ]
+
+
+ 12:57:37.081
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:158
+
+
+ - Successfully ran initialization on master in 0 ms.
+
+
+ [INFO ]
+
+
+ 12:57:37.082
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:111
+
+
+ - Job 6b18c916a4a24284081f310049752323 was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:37.082
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Scheduling job 6b18c916a4a24284081f310049752323 (Relation Finder).
+
+
+ [INFO ]
+
+
+ 12:57:37.082
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1285
+
+
+ - Job Relation Finder (6b18c916a4a24284081f310049752323) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.082
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:37.082
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:37 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.082
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) switched from SCHEDULED to DEPLOYING. 04/24/2020 12:57:37 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.083
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:37.083
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:37.083
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:37.086
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:37.086
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:37.086
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:37.087
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.088
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.088
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.088
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.089
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:57:37.089
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:37.089
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:37.090
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:37.090
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:37.095
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.095
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0).
+
+
+ [INFO ]
+
+
+ 12:57:37.095
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:37.095
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:37.095
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:37.095
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to SCHEDULED 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:37.095
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (5b264abd223dd9cf9c8a21e9f74df9d0)
+
+
+ [INFO ]
+
+
+ 12:57:37.096
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:37.095
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:37.096
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70)) (1/1) (5b264abd223dd9cf9c8a21e9f74df9d0) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.096
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:37.097
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:37.101
+
+
+ [DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:37.101
+
+
+ [DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:37.101
+
+
+ [DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.102
+
+
+ [DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.102
+
+
+ [DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.102
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.102
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to RUNNING 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:37.103
+
+
+ [DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.103
+
+
+ [DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040).
+
+
+ [INFO ]
+
+
+ 12:57:37.103
+
+
+ [DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:37.104
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (d59c1bcfd0a8e01f0a0f9a229ccd8040)
+
+
+ [INFO ]
+
+
+ 12:57:37.104
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8) (1/1) (d59c1bcfd0a8e01f0a0f9a229ccd8040) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.104
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:37.104
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1285
+
+
+ - Job Relation Finder (6b18c916a4a24284081f310049752323) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.105
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:37 Job execution switched to status FINISHED. 04/24/2020 12:57:37 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.105
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:37.105
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#2091340200].
+
+
+ [INFO ]
+
+
+ 12:57:37.105
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:37.105
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:37.106
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#-1790977208.
+
+
+ [INFO ]
+
+
+ 12:57:37.106
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:37.106
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:37.106
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:37.107
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:35891
+
+
+ [INFO ]
+
+
+ 12:57:37.107
+
+
+ [flink-akka.actor.default-dispatcher-5] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-4eb3edbd-4d4f-4c3b-96ef-d853fde4e01e
+
+
+ [INFO ]
+
+
+ 12:57:37.107
+
+
+ [flink-akka.actor.default-dispatcher-5] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:37.109
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down. 0s Connected to JobManager at Actor[akka://flink/user/jobmanager_1#2091340200] with leader session id 2c81458c-51c3-43d8-a101-d3a55efe765c. 04/24/2020 12:57:37 Job execution switched to status RUNNING. 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to SCHEDULED 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to DEPLOYING 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to RUNNING 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to SCHEDULED 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at run(FlinkMlpRelationFinder.java:65)) -> Map (Map at run(FlinkMlpRelationFinder.java:66)) -> Map (Map at run(FlinkMlpRelationFinder.java:68)) -> Map (Map at run(FlinkMlpRelationFinder.java:70))(1/1) switched to FINISHED 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to RUNNING 04/24/2020 12:57:37 DataSink (TextOutputFormat (/tmp/temp25247147736965738705045809961889) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:37 Job execution switched to status FINISHED.
+
+
+
+
+
+ 789 ms
+ passed CliMainTest.testPatternMatcher
+
+
+ [INFO ]
+
+
+ 12:57:37.125
+
+
+ [main] TypeExtractor:1888
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a getter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:37.126
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a setter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:37.126
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:37.198
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 13 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:37.282
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:37.283
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:37.288] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926) at org.apache.flink.api.java.DataSet.collect(DataSet.java:410) at org.apache.flink.api.java.DataSet.print(DataSet.java:1605) at com.formulasearchengine.mathosphere.mlp.FlinkMlpRelationFinder.evaluate(FlinkMlpRelationFinder.java:263) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:29) at com.formulasearchengine.mathosphere.mlp.cli.CliMainTest.testPatternMatcher(CliMainTest.java:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:37.290
+
+
+ [flink-akka.actor.default-dispatcher-3] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:37.291
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-2f9092be-1232-41e9-8af0-80f7dc5b267e
+
+
+ [INFO ]
+
+
+ 12:57:37.291
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:42273 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:37.296
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:37.297
+
+
+ [flink-akka.actor.default-dispatcher-2] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:37.297
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:37.298
+
+
+ [flink-akka.actor.default-dispatcher-2] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@78d77d47 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:37.298
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:37.298
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(e715fb7e-b495-4703-ad7b-465374ede305).
+
+
+ [INFO ]
+
+
+ 12:57:37.298
+
+
+ [flink-akka.actor.default-dispatcher-3] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=e715fb7e-b495-4703-ad7b-465374ede305
+
+
+ [INFO ]
+
+
+ 12:57:37.298
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:37.357
+
+
+ [flink-akka.actor.default-dispatcher-3] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:37.358
+
+
+ [flink-akka.actor.default-dispatcher-2] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#1172049274] - leader session e715fb7e-b495-4703-ad7b-465374ede305
+
+
+ [INFO ]
+
+
+ 12:57:37.402
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 697 MB for network buffer pool (number of memory segments: 22329, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:37.403
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:37.403
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2198 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:37.403
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-84a0d9e5-18a8-419a-8acf-5753ec42e344 for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:37.403
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:37.404
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-325d0e07-db5c-44b1-a0e5-90c6ce6942cf
+
+
+ [INFO ]
+
+
+ 12:57:37.405
+
+
+ [flink-akka.actor.default-dispatcher-5] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-9970e5b9-40f1-4448-bca6-5dd8423a1016
+
+
+ [INFO ]
+
+
+ 12:57:37.405
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#-602103814.
+
+
+ [INFO ]
+
+
+ 12:57:37.405
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - TaskManager data connection information: 30bc358a5343dd436ca2cc211f93866b @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:37.405
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - TaskManager has 1 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:37.405
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 751/4977/7008 MB, NON HEAP: 96/98/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:37.405
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:37.406
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:368
+
+
+ - TaskManager 30bc358a5343dd436ca2cc211f93866b has started.
+
+
+ [INFO ]
+
+
+ 12:57:37.406
+
+
+ [flink-akka.actor.default-dispatcher-2] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as d76650e3973d684cc660df3b90129ccb. Current number of registered hosts is 1. Current number of alive task slots is 1.
+
+
+ [INFO ]
+
+
+ 12:57:37.407
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:37.407
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:42273. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:37.407
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-196dce6f-1cbc-44b0-9b37-14d5aec80ae0
+
+
+ [INFO ]
+
+
+ 12:57:37.447
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 232aa88d572ff5c6c5f054c8b5d3d71d)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:37.447
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:91
+
+
+ - Received job Flink Java Job at Fri Apr 24 12:57:37 JST 2020 (232aa88d572ff5c6c5f054c8b5d3d71d).
+
+
+ [INFO ]
+
+
+ 12:57:37.447
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:37.447
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#1172049274].
+
+
+ [INFO ]
+
+
+ 12:57:37.448
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#1172049274] with leader session id e715fb7e-b495-4703-ad7b-465374ede305.
+
+
+ [INFO ]
+
+
+ 12:57:37.448
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Flink Java Job at Fri Apr 24 12:57:37 JST 2020 (232aa88d572ff5c6c5f054c8b5d3d71d) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:37.448
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:37.448
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:37.448
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Submitting job 232aa88d572ff5c6c5f054c8b5d3d71d (Flink Java Job at Fri Apr 24 12:57:37 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:37.448
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 232aa88d572ff5c6c5f054c8b5d3d71d.
+
+
+ [INFO ]
+
+
+ 12:57:37.449
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:37.449
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:136
+
+
+ - Running initialization on master for job Flink Java Job at Fri Apr 24 12:57:37 JST 2020 (232aa88d572ff5c6c5f054c8b5d3d71d).
+
+
+ [INFO ]
+
+
+ 12:57:37.450
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:158
+
+
+ - Successfully ran initialization on master in 0 ms.
+
+
+ [INFO ]
+
+
+ 12:57:37.451
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Scheduling job 232aa88d572ff5c6c5f054c8b5d3d71d (Flink Java Job at Fri Apr 24 12:57:37 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:37.451
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:111
+
+
+ - Job 232aa88d572ff5c6c5f054c8b5d3d71d was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:37.451
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:37 JST 2020 (232aa88d572ff5c6c5f054c8b5d3d71d) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.451
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:37.451
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:37 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.452
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:37.452
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:37.452
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:37.452
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:37.453
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:37.453
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:37.453
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:37.457
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.458
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.458
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.458
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.458
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96))(1/1) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:57:37.459
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:37.460
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:37.460
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:37.871
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.4 sec].
+
+
+ [INFO ]
+
+
+ 12:57:37.871
+
+
+ [flink-akka.actor.default-dispatcher-4] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:37.874
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.874
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:809
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6).
+
+
+ [INFO ]
+
+
+ 12:57:37.874
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:37.874
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:37.874
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (7eba1abffe0f5e4656eb2aeffe4dbdd6)
+
+
+ [INFO ]
+
+
+ 12:57:37.874
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:37.875
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:37.875
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:37.875
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:37.875
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96)) (1/1) (7eba1abffe0f5e4656eb2aeffe4dbdd6) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.875
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at evaluate(FlinkMlpRelationFinder.java:95)) -> Map (Map at evaluate(FlinkMlpRelationFinder.java:96))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:37.876
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:37.876
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:940
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:37.876
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:37.877
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:571
+
+
+ - Loading JAR files for task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.877
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:600
+
+
+ - Registering task at network: GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.877
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:940
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.877
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.878
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263))(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:37.891
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:940
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.891
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:809
+
+
+ - Freeing task resources for GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16).
+
+
+ [INFO ]
+
+
+ 12:57:37.891
+
+
+ [GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:37.891
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:37.892
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 DataSink (collect())(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:37.892
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1438e9bf79d67f88746075f955c28d16)
+
+
+ [INFO ]
+
+
+ 12:57:37.892
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:37.893
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 DataSink (collect())(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:37.893
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (collect()) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:37.893
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263)) (1/1) (1438e9bf79d67f88746075f955c28d16) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.893
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 GroupReduce (GroupReduce at evaluate(FlinkMlpRelationFinder.java:263))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:37.893
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (collect()) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:37.894
+
+
+ [DataSink (collect()) (1/1)] Task:940
+
+
+ - DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:37.894
+
+
+ [DataSink (collect()) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:37.894
+
+
+ [DataSink (collect()) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.895
+
+
+ [DataSink (collect()) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:37.895
+
+
+ [DataSink (collect()) (1/1)] Task:940
+
+
+ - DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.895
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:37.895
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 DataSink (collect())(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:37.896
+
+
+ [DataSink (collect()) (1/1)] Task:940
+
+
+ - DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.896
+
+
+ [DataSink (collect()) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438).
+
+
+ [INFO ]
+
+
+ 12:57:37.896
+
+
+ [DataSink (collect()) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:37.896
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (collect()) (c9828f30b6f3f70bb9551c93ea27c438)
+
+
+ [INFO ]
+
+
+ 12:57:37.897
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (collect()) (1/1) (c9828f30b6f3f70bb9551c93ea27c438) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.897
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:37 DataSink (collect())(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:37.897
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:37 JST 2020 (232aa88d572ff5c6c5f054c8b5d3d71d) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.897
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:37 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:37.898
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:37.898
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#1172049274].
+
+
+ [INFO ]
+
+
+ 12:57:37.898
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:37.898
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:37.899
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#-602103814.
+
+
+ [INFO ]
+
+
+ 12:57:37.899
+
+
+ [flink-akka.actor.default-dispatcher-4] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:37.899
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:37.899
+
+
+ [flink-akka.actor.default-dispatcher-2] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:37.900
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:42273
+
+
+ [INFO ]
+
+
+ 12:57:37.900
+
+
+ [flink-akka.actor.default-dispatcher-2] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-84a0d9e5-18a8-419a-8acf-5753ec42e344
+
+
+ [INFO ]
+
+
+ 12:57:37.900
+
+
+ [flink-akka.actor.default-dispatcher-2] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:37.901
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down.
+
+
+
+
+
+
+
+ 25 ms
+ CliParamsTest
+
+
+
+ 4 ms
+ passed CliParamsTest.voidTest
+
+
+
+ 4 ms
+ passed CliParamsTest.texvcinfo
+
+
+
+ 3 ms
+ passed CliParamsTest.useTex
+
+
+
+ 4 ms
+ passed CliParamsTest.help
+
+
+
+ 5 ms
+ passed CliParamsTest.count
+
+
+
+ 5 ms
+ passed CliParamsTest.notUseTex
+
+
+
+
+
+ 1 ms
+ MlpCommandConfigTest
+
+
+
+ 1 ms
+ passed MlpCommandConfigTest.test
+
+
+
+
+
+ 338 ms
+ CreateCandidatesMapperTest
+
+
+
+ 0 ms
+ passed CreateCandidatesMapperTest.identifierPositions_several
+
+
+
+ 2 ms
+ passed CreateCandidatesMapperTest.calculateMaxFrequency
+
+
+
+ 0 ms
+ passed CreateCandidatesMapperTest.identifierPositions
+
+
+
+ 0 ms
+ passed CreateCandidatesMapperTest.closestIdentifierPosition_lastElement
+
+
+
+ 336 ms
+ error CreateCandidatesMapperTest.test
+
+
+ [INFO ]
+
+
+ 12:57:37.938
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:37.939
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:38.227
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.3 sec].
+
+
+ java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.util.ArrayList.get(ArrayList.java:433) at com.formulasearchengine.mathosphere.mlp.contracts.CreateCandidatesMapperTest.read(CreateCandidatesMapperTest.java:41) at com.formulasearchengine.mathosphere.mlp.contracts.CreateCandidatesMapperTest.read(CreateCandidatesMapperTest.java:37) at com.formulasearchengine.mathosphere.mlp.contracts.CreateCandidatesMapperTest.test(CreateCandidatesMapperTest.java:27) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 0 ms
+ passed CreateCandidatesMapperTest.identifierPositions_none
+
+
+
+ 0 ms
+ passed CreateCandidatesMapperTest.closestIdentifierPosition
+
+
+
+ 0 ms
+ passed CreateCandidatesMapperTest.closestIdentifierPosition_oneElement
+
+
+
+
+
+ 881 ms
+ JsonArrayOutputFormatTest
+
+
+
+ 881 ms
+ passed JsonArrayOutputFormatTest.allTests
+
+
+ [INFO ]
+
+
+ 12:57:38.279
+
+
+ [main] ExecutionEnvironment:1108
+
+
+ - The job has 0 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:38.721
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:38.722
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:38.727] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926) at com.formulasearchengine.mathosphere.mlp.contracts.JsonArrayOutputFormatTest.allTests(JsonArrayOutputFormatTest.java:37) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:38.729
+
+
+ [flink-akka.actor.default-dispatcher-5] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:38.730
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-a480dde7-e938-4891-b579-887162fc0c6c
+
+
+ [INFO ]
+
+
+ 12:57:38.731
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:44151 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:38.731
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:38.732
+
+
+ [flink-akka.actor.default-dispatcher-3] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:38.732
+
+
+ [flink-akka.actor.default-dispatcher-5] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:38.732
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:38.732
+
+
+ [flink-akka.actor.default-dispatcher-5] EmbeddedLeaderService:273
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@76e05a0d @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:38.733
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:38.733
+
+
+ [flink-akka.actor.default-dispatcher-5] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(089acad0-ad32-433f-aad2-ee91361eef16).
+
+
+ [INFO ]
+
+
+ 12:57:39.069
+
+
+ [flink-akka.actor.default-dispatcher-2] EmbeddedLeaderService:227
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=089acad0-ad32-433f-aad2-ee91361eef16
+
+
+ [INFO ]
+
+
+ 12:57:39.070
+
+
+ [flink-akka.actor.default-dispatcher-2] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:39.071
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:489
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#1463846102] - leader session 089acad0-ad32-433f-aad2-ee91361eef16
+
+
+ [INFO ]
+
+
+ 12:57:39.110
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 687 MB for network buffer pool (number of memory segments: 21999, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:39.111
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:39.111
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2166 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:39.111
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-c0578281-b41c-46bb-81bd-ee3cb3f4b96c for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:39.111
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:39.112
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-0efb0b7b-08cc-4dfa-8c28-ab566cc435e1
+
+
+ [INFO ]
+
+
+ 12:57:39.112
+
+
+ [flink-akka.actor.default-dispatcher-5] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-ffc93c98-0dfd-4100-8579-69604b88ca55
+
+
+ [INFO ]
+
+
+ 12:57:39.113
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#700352189.
+
+
+ [INFO ]
+
+
+ 12:57:39.113
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - TaskManager data connection information: c33deeb292145904618ad510ad1a0c60 @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:39.113
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - TaskManager has 1 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:39.113
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 843/4977/7008 MB, NON HEAP: 96/98/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:39.113
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:39.113
+
+
+ [flink-akka.actor.default-dispatcher-3] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as c2cf9f57d2d54c84d8f4d9c7db822db7. Current number of registered hosts is 1. Current number of alive task slots is 1.
+
+
+ [INFO ]
+
+
+ 12:57:39.113
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:368
+
+
+ - TaskManager c33deeb292145904618ad510ad1a0c60 has started.
+
+
+ [INFO ]
+
+
+ 12:57:39.114
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:39.114
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:44151. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:39.114
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-c88f9ed9-6258-4edf-9a37-b752be87bdeb
+
+
+ [INFO ]
+
+
+ 12:57:39.121
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 01697586b5c011cd04be42395d63f447)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:39.121
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:91
+
+
+ - Received job Flink Java Job at Fri Apr 24 12:57:38 JST 2020 (01697586b5c011cd04be42395d63f447).
+
+
+ [INFO ]
+
+
+ 12:57:39.121
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:39.122
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#1463846102].
+
+
+ [INFO ]
+
+
+ 12:57:39.122
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#1463846102] with leader session id 089acad0-ad32-433f-aad2-ee91361eef16. Connected to JobManager at Actor[akka://flink/user/jobmanager_1#1463846102] with leader session id 089acad0-ad32-433f-aad2-ee91361eef16.
+
+
+ [INFO ]
+
+
+ 12:57:39.122
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Flink Java Job at Fri Apr 24 12:57:38 JST 2020 (01697586b5c011cd04be42395d63f447) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:39.122
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:39.122
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:39.122
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Submitting job 01697586b5c011cd04be42395d63f447 (Flink Java Job at Fri Apr 24 12:57:38 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:39.122
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 01697586b5c011cd04be42395d63f447.
+
+
+ [INFO ]
+
+
+ 12:57:39.123
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:39.123
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:136
+
+
+ - Running initialization on master for job Flink Java Job at Fri Apr 24 12:57:38 JST 2020 (01697586b5c011cd04be42395d63f447).
+
+
+ [INFO ]
+
+
+ 12:57:39.126
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:158
+
+
+ - Successfully ran initialization on master in 2 ms.
+
+
+ [INFO ]
+
+
+ 12:57:39.126
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:111
+
+
+ - Job 01697586b5c011cd04be42395d63f447 was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:39.126
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Scheduling job 01697586b5c011cd04be42395d63f447 (Flink Java Job at Fri Apr 24 12:57:38 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:39.126
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:38 JST 2020 (01697586b5c011cd04be42395d63f447) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.126
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:39 Job execution switched to status RUNNING. 04/24/2020 12:57:39 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to SCHEDULED 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to DEPLOYING 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to SCHEDULED 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:39.127
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to DEPLOYING 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to SCHEDULED 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to DEPLOYING 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:940
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:39.128
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:600
+
+
+ - Registering task at network: DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.129
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:940
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.129
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:940
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.129
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:39.129
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) [DEPLOYING].
+
+
+ [WARN ]
+
+
+ 12:57:39.129
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:39.129
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:600
+
+
+ - Registering task at network: DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.129
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Received task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:39.129
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:940
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) switched from DEPLOYING to RUNNING.
+
+
+ [WARN ]
+
+
+ 12:57:39.130
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:940
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:940
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f).
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:940
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba).
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:600
+
+
+ - Registering task at network: DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.131
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:940
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) switched from DEPLOYING to RUNNING. 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (3b5f1176082e5b77463cb93ea157097f)
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (dac6e0df7b4bcec1428cb22c6031a7ba)
+
+
+ [WARN ]
+
+
+ 12:57:39.132
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] MetricGroup:136
+
+
+ - The operator name DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to RUNNING 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8)(1/1) switched to SCHEDULED 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:39.132
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to RUNNING 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:39.133
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:39.133
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.133
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:39.133
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to RUNNING 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:39.133
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (3b5f1176082e5b77463cb93ea157097f) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.133
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to FINISHED 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:39.134
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:940
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.134
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf).
+
+
+ [INFO ]
+
+
+ 12:57:39.134
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:39.134
+
+
+ [DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:39.134
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8)(1/1) switched to SCHEDULED 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:39.134
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.134
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8)(1/1) switched to DEPLOYING 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:39.134
+
+
+ [mini-cluster-future-thread-2] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:39.137
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.138
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:39.140
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (dac6e0df7b4bcec1428cb22c6031a7ba) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to FINISHED 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.141
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (76ddc6c49c5641c421dc25c30add3ecf)
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477).
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5).
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) [FINISHED] 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat)) (1/1) (76ddc6c49c5641c421dc25c30add3ecf) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.142
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8)(1/1) switched to RUNNING 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:39.143
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:39.143
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (0946030bf823b2dbf85fd7b475950477) 04/24/2020 12:57:39 DataSource (at allTests(JsonArrayOutputFormatTest.java:35) (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:39.143
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.143
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1)] Task:809
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc).
+
+
+ [INFO ]
+
+
+ 12:57:39.143
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:39.143
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:39.143
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8)(1/1) switched to RUNNING 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:39.143
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (063c017522f306169277a4e3ea5427c5)
+
+
+ [INFO ]
+
+
+ 12:57:39.144
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (6f6578da42032c3482c97445e4de66fc)
+
+
+ [INFO ]
+
+
+ 12:57:39.144
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8) (1/1) (0946030bf823b2dbf85fd7b475950477) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.144
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/empty.json) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:39.144
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8) (1/1) (6f6578da42032c3482c97445e4de66fc) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.144
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8) (1/1) (063c017522f306169277a4e3ea5427c5) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.144
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/ab.json) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:39.145
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8)(1/1) switched to FINISHED 04/24/2020 12:57:39 DataSink (TextOutputFormat (/tmp/1587700658275-0/twoElements.json) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:39.145
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:38 JST 2020 (01697586b5c011cd04be42395d63f447) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.145
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:39 Job execution switched to status FINISHED. 04/24/2020 12:57:39 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:39.145
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:39.145
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#1463846102].
+
+
+ [INFO ]
+
+
+ 12:57:39.145
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:39.145
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:39.146
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:39.146
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#700352189.
+
+
+ [INFO ]
+
+
+ 12:57:39.146
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:39.146
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:39.147
+
+
+ [flink-akka.actor.default-dispatcher-2] BlobServer:352
+
+
+ - Stopped BLOB server at 0.0.0.0:44151
+
+
+ [INFO ]
+
+
+ 12:57:39.148
+
+
+ [flink-akka.actor.default-dispatcher-4] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-c0578281-b41c-46bb-81bd-ee3cb3f4b96c
+
+
+ [INFO ]
+
+
+ 12:57:39.148
+
+
+ [flink-akka.actor.default-dispatcher-4] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:39.150
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down.
+
+
+
+
+
+
+
+ 332 ms
+ PatternMatcherMapperTest
+
+
+
+ 287 ms
+ passed PatternMatcherMapperTest.testShrodingerPart
+
+
+ [INFO ]
+
+
+ 12:57:39.159
+
+
+ [main] WikiTextAnnotatorMapper:37
+
+
+ - processing "Document"...
+
+
+ [WARN ]
+
+
+ 12:57:39.250
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'semantics'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:39.257
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'semantics'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:39.269
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:39.279
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:39.285
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'semantics'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:39.294
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:39.303
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:39.311
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [INFO ]
+
+
+ 12:57:39.443
+
+
+ [main] PatternMatcherMapper:54
+
+
+ - extracted 6 relations from Document
+
+
+
+
+
+ 45 ms
+ error PatternMatcherMapperTest.testShodingerFull
+
+
+ java.lang.IndexOutOfBoundsException: Index: 1, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.util.ArrayList.get(ArrayList.java:433) at com.formulasearchengine.mathosphere.mlp.contracts.CreateCandidatesMapperTest.read(CreateCandidatesMapperTest.java:41) at com.formulasearchengine.mathosphere.mlp.contracts.PatternMatcherMapperTest.testShodingerFull(PatternMatcherMapperTest.java:22) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+
+
+ 12 ms
+ RussianWikiPipelineTest
+
+
+
+ 12 ms
+ passed RussianWikiPipelineTest.fullPipeline
+
+
+ [INFO ]
+
+
+ 12:57:39.490
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:39.490
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+
+
+
+
+
+ 78 ms
+ TextAnnotatorMapperTest
+
+
+
+ 7 ms
+ failed TextAnnotatorMapperTest.readRecentPlainWikiDump
+
+
+ java.lang.AssertionError:
+
+
+ Expected :
+
+
+ 1
+
+
+ Actual :
+
+
+ 0 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapperTest.readRecentPlainWikiDump(TextAnnotatorMapperTest.java:30) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 49 ms
+ error TextAnnotatorMapperTest.test
+
+
+ java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.util.ArrayList.get(ArrayList.java:433) at com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapperTest.test(TextAnnotatorMapperTest.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 22 ms
+ failed TextAnnotatorMapperTest.tokenization_formulaSuffexed
+
+
+ [INFO ]
+
+
+ 12:57:39.557
+
+
+ [main] WikiTextAnnotatorMapper:37
+
+
+ - processing "some doc"...
+
+
+ [WARN ]
+
+
+ 12:57:39.566
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ java.lang.AssertionError:
+
+
+ Expected :
+
+
+ ['The':DT, 'x':ID, '-axis':-SUF, 'shows':VBZ, '...'::]
+
+
+ Actual :
+
+
+ ['The':DT, 'x':ID, '-'::, 'axis shows':NP, '...'::] at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:144) at com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapperTest.tokenization_formulaSuffexed(TextAnnotatorMapperTest.java:110) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+
+
+ 49 ms
+ TextExtractorMapperTest
+
+
+
+ 3 ms
+ failed TextExtractorMapperTest.testGer
+
+
+ java.lang.AssertionError:
+
+
+ Expected :
+
+
+ 1
+
+
+ Actual :
+
+
+ 0 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.formulasearchengine.mathosphere.mlp.contracts.TextExtractorMapperTest.testGer(TextExtractorMapperTest.java:61) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 46 ms
+ failed TextExtractorMapperTest.test
+
+
+ java.lang.AssertionError:
+
+
+ Expected :
+
+
+ 2
+
+
+ Actual :
+
+
+ 0 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.formulasearchengine.mathosphere.mlp.contracts.TextExtractorMapperTest.test(TextExtractorMapperTest.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+
+
+ 20 ms
+ AddTitles
+
+
+
+ 20 ms
+ passed AddTitles.addTitles
+
+
+
+
+
+ 0 ms
+ DefinitionExtractionTest
+
+
+
+ 0 ms
+ ignored DefinitionExtractionTest.testPerformance
+
+
+
+
+ 0 ms
+ ignored DefinitionExtractionTest.testEval
+
+
+
+
+
+
+ 331 ms
+ IdentifierExtractionTest
+
+
+
+ 331 ms
+ failed IdentifierExtractionTest.testPerformance
+
+
+ [INFO ]
+
+
+ 12:57:39.658
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:39.658
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:39.970
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.3 sec].
+
+
+ java.lang.NullPointerException: No text in this page. at com.formulasearchengine.mathosphere.mlp.pojos.RawWikiDocument.setContentInternal(RawWikiDocument.java:79) at com.formulasearchengine.mathosphere.mlp.pojos.RawWikiDocument.<init>(RawWikiDocument.java:33) at com.formulasearchengine.mathosphere.mlp.RelationExtractor.getWikiDocumentOutput(RelationExtractor.java:54) at com.formulasearchengine.mathosphere.mlp.RelationExtractor.list(RelationExtractor.java:72) at com.formulasearchengine.mathosphere.mlp.Main.main(Main.java:20) at com.formulasearchengine.mathosphere.mlp.performance.PerformanceHelper.runTest(PerformanceHelper.java:95) at com.formulasearchengine.mathosphere.mlp.performance.PerformanceHelper.runTestCollection(PerformanceHelper.java:65) at com.formulasearchengine.mathosphere.mlp.performance.PerformanceHelper.runTestCollection(PerformanceHelper.java:47) at com.formulasearchengine.mathosphere.mlp.performance.IdentifierExtractionTest.testPerformance(IdentifierExtractionTest.java:19) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+
+
+ 0s
+
+
+ at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128) java.lang.AssertionError: precision Expected: a value greater than <0.1> but: <0.0> was less than <0.1> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at com.formulasearchengine.mathosphere.mlp.performance.PerformanceHelper.runTest(PerformanceHelper.java:115) at com.formulasearchengine.mathosphere.mlp.performance.PerformanceHelper.runTestCollection(PerformanceHelper.java:65) at com.formulasearchengine.mathosphere.mlp.performance.PerformanceHelper.runTestCollection(PerformanceHelper.java:47) at com.formulasearchengine.mathosphere.mlp.performance.IdentifierExtractionTest.testPerformance(IdentifierExtractionTest.java:19) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 0 ms
+ ignored IdentifierExtractionTest.testExtractToJson
+
+
+
+
+
+
+ 64 ms
+ PerformanceHelper
+
+
+
+ 0 ms
+ passed PerformanceHelper.testSanitiseExtractionResult
+
+
+
+ 64 ms
+ passed PerformanceHelper.maximisePrecision
+
+
+ minScore:0.0 rec: 0.375 prec: 0.04591836734693878 minScore:0.01 rec: 0.375 prec: 0.04591836734693878 minScore:0.02 rec: 0.375 prec: 0.04591836734693878 minScore:0.03 rec: 0.375 prec: 0.04591836734693878 minScore:0.04 rec: 0.375 prec: 0.04591836734693878 minScore:0.05 rec: 0.375 prec: 0.04591836734693878 minScore:0.06 rec: 0.375 prec: 0.04591836734693878 minScore:0.07 rec: 0.375 prec: 0.04591836734693878 minScore:0.08 rec: 0.375 prec: 0.04591836734693878 minScore:0.09 rec: 0.375 prec: 0.04591836734693878 minScore:0.1 rec: 0.375 prec: 0.04591836734693878 minScore:0.11 rec: 0.375 prec: 0.04591836734693878 minScore:0.12 rec: 0.375 prec: 0.04591836734693878 minScore:0.13 rec: 0.375 prec: 0.04591836734693878 minScore:0.14 rec: 0.375 prec: 0.04591836734693878 minScore:0.15 rec: 0.375 prec: 0.04591836734693878 minScore:0.16 rec: 0.375 prec: 0.04591836734693878 minScore:0.17 rec: 0.375 prec: 0.04591836734693878 minScore:0.18 rec: 0.375 prec: 0.04591836734693878 minScore:0.19 rec: 0.375 prec: 0.04591836734693878 minScore:0.2 rec: 0.375 prec: 0.04591836734693878 minScore:0.21 rec: 0.375 prec: 0.04591836734693878 minScore:0.22 rec: 0.375 prec: 0.04591836734693878 minScore:0.23 rec: 0.375 prec: 0.04591836734693878 minScore:0.24 rec: 0.375 prec: 0.04591836734693878 minScore:0.25 rec: 0.375 prec: 0.04591836734693878 minScore:0.26 rec: 0.375 prec: 0.04591836734693878 minScore:0.27 rec: 0.375 prec: 0.04591836734693878 minScore:0.28 rec: 0.375 prec: 0.04591836734693878 minScore:0.29 rec: 0.375 prec: 0.04591836734693878 minScore:0.3 rec: 0.375 prec: 0.04591836734693878 minScore:0.31 rec: 0.375 prec: 0.04591836734693878 minScore:0.32 rec: 0.375 prec: 0.04591836734693878 minScore:0.33 rec: 0.375 prec: 0.04591836734693878 minScore:0.34 rec: 0.375 prec: 0.04591836734693878 minScore:0.35 rec: 0.375 prec: 0.04591836734693878 minScore:0.36 rec: 0.375 prec: 0.04591836734693878 minScore:0.37 rec: 0.375 prec: 0.04591836734693878 minScore:0.38 rec: 0.375 prec: 0.04591836734693878 minScore:0.39 rec: 0.375 prec: 0.04591836734693878 minScore:0.4 rec: 0.375 prec: 0.04591836734693878 minScore:0.41 rec: 0.375 prec: 0.04639175257731959 minScore:0.42 rec: 0.375 prec: 0.04639175257731959 minScore:0.43 rec: 0.375 prec: 0.04639175257731959 minScore:0.44 rec: 0.375 prec: 0.04639175257731959 minScore:0.45 rec: 0.375 prec: 0.04639175257731959 minScore:0.46 rec: 0.375 prec: 0.047619047619047616 minScore:0.47 rec: 0.375 prec: 0.04891304347826087 minScore:0.48 rec: 0.375 prec: 0.05 minScore:0.49 rec: 0.375 prec: 0.05202312138728324 minScore:0.5 rec: 0.375 prec: 0.05357142857142857 minScore:0.51 rec: 0.375 prec: 0.05660377358490566 minScore:0.52 rec: 0.375 prec: 0.057692307692307696 minScore:0.53 rec: 0.375 prec: 0.06206896551724138 minScore:0.54 rec: 0.375 prec: 0.06293706293706294 minScore:0.55 rec: 0.375 prec: 0.0661764705882353 minScore:0.56 rec: 0.375 prec: 0.06818181818181818 minScore:0.57 rec: 0.375 prec: 0.06870229007633588 minScore:0.58 rec: 0.375 prec: 0.07377049180327869 minScore:0.59 rec: 0.375 prec: 0.07627118644067797 minScore:0.6 rec: 0.375 prec: 0.07627118644067797 minScore:0.61 rec: 0.375 prec: 0.0782608695652174 minScore:0.62 rec: 0.375 prec: 0.08035714285714286 minScore:0.63 rec: 0.375 prec: 0.08411214953271028 minScore:0.64 rec: 0.375 prec: 0.08411214953271028 minScore:0.65 rec: 0.375 prec: 0.0891089108910891 minScore:0.66 rec: 0.375 prec: 0.09 minScore:0.67 rec: 0.375 prec: 0.09375 minScore:0.68 rec: 0.375 prec: 0.0967741935483871 minScore:0.69 rec: 0.375 prec: 0.0989010989010989 minScore:0.7 rec: 0.375 prec: 0.10465116279069768 minScore:0.71 rec: 0.375 prec: 0.10975609756097561 minScore:0.72 rec: 0.375 prec: 0.1125 minScore:0.73 rec: 0.375 prec: 0.12 minScore:0.74 rec: 0.375 prec: 0.13043478260869565 minScore:0.75 rec: 0.375 prec: 0.1323529411764706 minScore:0.76 rec: 0.375 prec: 0.13636363636363635 minScore:0.77 rec: 0.3333333333333333 prec: 0.13559322033898305 minScore:0.78 rec: 0.3333333333333333 prec: 0.13793103448275862 minScore:0.79 rec: 0.3333333333333333 prec: 0.14545454545454545 minScore:0.8 rec: 0.3333333333333333 prec: 0.15384615384615385 minScore:0.81 rec: 0.3333333333333333 prec: 0.16326530612244897 minScore:0.82 rec: 0.3333333333333333 prec: 0.16666666666666666 minScore:0.83 rec: 0.2916666666666667 prec: 0.18421052631578946 minScore:0.84 rec: 0.2916666666666667 prec: 0.19444444444444445 minScore:0.85 rec: 0.25 prec: 0.17647058823529413 minScore:0.86 rec: 0.25 prec: 0.17647058823529413 minScore:0.87 rec: 0.25 prec: 0.18181818181818182 minScore:0.88 rec: 0.20833333333333334 prec: 0.16129032258064516 minScore:0.89 rec: 0.20833333333333334 prec: 0.16129032258064516 minScore:0.9 rec: 0.20833333333333334 prec: 0.22727272727272727 minScore:0.91 rec: 0.20833333333333334 prec: 0.22727272727272727 minScore:0.92 rec: 0.20833333333333334 prec: 0.29411764705882354 minScore:0.93 rec: 0.20833333333333334 prec: 0.3333333333333333 minScore:0.94 rec: 0.20833333333333334 prec: 0.3333333333333333 minScore:0.95 rec: 0.20833333333333334 prec: 0.35714285714285715 minScore:0.96 rec: 0.125 prec: 0.42857142857142855 minScore:0.97 rec: 0.08333333333333333 prec: 0.4 minScore:0.98 rec: 0.08333333333333333 prec: 0.4 minScore:0.99 rec: 0.0 prec: NaN
+
+
+
+
+
+
+
+ 1.26 s
+ StupidRelationFinderTest
+
+
+
+ 1.26 s
+ passed StupidRelationFinderTest.testStupidRelationFinder
+
+
+ /tmp/1587700660044-0
+
+
+ [INFO ]
+
+
+ 12:57:40.048
+
+
+ [main] TypeExtractor:1888
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a getter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:40.048
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument does not contain a setter for field lib
+
+
+ [INFO ]
+
+
+ 12:57:40.048
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:40.061
+
+
+ [main] TypeExtractor:1891
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput does not contain a setter for field success
+
+
+ [INFO ]
+
+
+ 12:57:40.061
+
+
+ [main] TypeExtractor:1926
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput is not a valid POJO type because not all fields are valid POJO fields.
+
+
+ [INFO ]
+
+
+ 12:57:40.081
+
+
+ [main] TypeExtractor:1967
+
+
+ - class com.formulasearchengine.mlp.evaluation.pojo.ScoreSummary must have a default constructor to be used as a POJO.
+
+
+ [INFO ]
+
+
+ 12:57:40.081
+
+
+ [main] TypeExtractor:1967
+
+
+ - class com.formulasearchengine.mathosphere.mlp.pojos.EvaluationResult must have a default constructor to be used as a POJO.
+
+
+ [INFO ]
+
+
+ 12:57:40.083
+
+
+ [main] ExecutionEnvironment:
+
+
+ - The job has 19 registered types and 0 default Kryo serializers
+
+
+ [INFO ]
+
+
+ 12:57:40.476
+
+
+ [main] FlinkMiniCluster:97
+
+
+ - Disabled queryable state server
+
+
+ [INFO ]
+
+
+ 12:57:40.476
+
+
+ [main] FlinkMiniCluster:317
+
+
+ - Starting FlinkMiniCluster. [ERROR] [04/24/2020 12:57:40.481] [main] [EventStream(akka://flink)] unknown akka.loglevel TRACE akka.event.Logging$LoggerException: at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:100) at akka.event.LoggingBus$$anonfun$2.apply(Logging.scala:98) at scala.Option.getOrElse(Option.scala:120) at akka.event.LoggingBus$class.startDefaultLoggers(Logging.scala:98) at akka.event.EventStream.startDefaultLoggers(EventStream.scala:26) at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:623) at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:620) at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:617) at akka.actor.ActorSystemImpl._start(ActorSystem.scala:617) at akka.actor.ActorSystemImpl.start(ActorSystem.scala:634) at akka.actor.ActorSystem$.apply(ActorSystem.scala:142) at akka.actor.ActorSystem$.apply(ActorSystem.scala:119) at akka.actor.ActorSystem$.create(ActorSystem.scala:67) at org.apache.flink.runtime.akka.AkkaUtils$.createActorSystem(AkkaUtils.scala:104) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.startJobManagerActorSystem(FlinkMiniCluster.scala:290) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.singleActorSystem$lzycompute$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.org$apache$flink$runtime$minicluster$FlinkMiniCluster$$singleActorSystem$1(FlinkMiniCluster.scala:319) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:324) at org.apache.flink.runtime.minicluster.FlinkMiniCluster$$anonfun$1.apply(FlinkMiniCluster.scala:322) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:322) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:313) at org.apache.flink.client.LocalExecutor.start(LocalExecutor.java:116) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:176) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.java:91) at org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926) at com.formulasearchengine.mathosphere.mlp.StupidRelationFinder.find(StupidRelationFinder.java:43) at com.formulasearchengine.mathosphere.mlp.performance.StupidRelationFinderTest.testStupidRelationFinder(StupidRelationFinderTest.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+ [INFO ]
+
+
+ 12:57:40.482
+
+
+ [flink-akka.actor.default-dispatcher-2] Slf4jLogger:80
+
+
+ - Slf4jLogger started
+
+
+ [INFO ]
+
+
+ 12:57:40.482
+
+
+ [main] BlobServer:117
+
+
+ - Created BLOB server storage directory /tmp/blobStore-fb09dc52-ac96-46d1-860f-bdc3ef34561f
+
+
+ [INFO ]
+
+
+ 12:57:40.483
+
+
+ [main] BlobServer:182
+
+
+ - Started BLOB server at 0.0.0.0:34731 - max concurrent requests: 50 - max backlog: 1000
+
+
+ [INFO ]
+
+
+ 12:57:40.483
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:40.484
+
+
+ [flink-akka.actor.default-dispatcher-4] MemoryArchivist:128
+
+
+ - Started memory archivist akka://flink/user/archive_1
+
+
+ [INFO ]
+
+
+ 12:57:40.484
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Starting JobManager at akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:40.484
+
+
+ [flink-akka.actor.default-dispatcher-3] EmbeddedLeaderService:
+
+
+ - Proposing leadership to contender org.apache.flink.runtime.jobmanager.JobManager@77908a5 @ akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:40.484
+
+
+ [main] TaskManagerConfiguration:153
+
+
+ - Messages have a max timeout of 10000 ms
+
+
+ [INFO ]
+
+
+ 12:57:40.484
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - JobManager akka://flink/user/jobmanager_1 was granted leadership with leader session ID Some(b10a4d81-8476-4b4f-ab98-607d4bf99e4c).
+
+
+ [INFO ]
+
+
+ 12:57:40.484
+
+
+ [main] TaskManagerServices:634
+
+
+ - Temporary file directory '/tmp': total 4 GB, usable 4 GB (100.00% usable)
+
+
+ [INFO ]
+
+
+ 12:57:40.485
+
+
+ [flink-akka.actor.default-dispatcher-4] EmbeddedLeaderService:
+
+
+ - Received confirmation of leadership for leader akka://flink/user/jobmanager_1 , session=b10a4d81-8476-4b4f-ab98-607d4bf99e4c
+
+
+ [INFO ]
+
+
+ 12:57:40.830
+
+
+ [flink-akka.actor.default-dispatcher-4] StandaloneResourceManager:431
+
+
+ - Trying to associate with JobManager leader akka://flink/user/jobmanager_1
+
+
+ [INFO ]
+
+
+ 12:57:40.831
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:
+
+
+ - Resource Manager associating with leading JobManager Actor[akka://flink/user/jobmanager_1#-189858793] - leader session b10a4d81-8476-4b4f-ab98-607d4bf99e4c
+
+
+ [INFO ]
+
+
+ 12:57:40.864
+
+
+ [main] NetworkBufferPool:119
+
+
+ - Allocated 687 MB for network buffer pool (number of memory segments: 21995, bytes per segment: 32768).
+
+
+ [INFO ]
+
+
+ 12:57:40.865
+
+
+ [main] NetworkEnvironment:286
+
+
+ - Starting the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:40.865
+
+
+ [main] TaskManagerServices:256
+
+
+ - Limiting managed memory to 2166 MB, memory will be allocated lazily.
+
+
+ [INFO ]
+
+
+ 12:57:40.865
+
+
+ [main] IOManager:95
+
+
+ - I/O manager uses directory /tmp/flink-io-ce44738e-fd2e-4ba2-920e-c917f408486a for spill files.
+
+
+ [INFO ]
+
+
+ 12:57:40.866
+
+
+ [main] MetricRegistry:92
+
+
+ - No metrics reporter configured, no metrics will be exposed/reported.
+
+
+ [INFO ]
+
+
+ 12:57:40.866
+
+
+ [main] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-880492ee-b36a-4c46-acbc-3b4b5547d522
+
+
+ [INFO ]
+
+
+ 12:57:40.866
+
+
+ [flink-akka.actor.default-dispatcher-3] FileCache:85
+
+
+ - User file cache uses directory /tmp/flink-dist-cache-b8a5d2b9-58d8-419a-8eef-a6dbc99e990c
+
+
+ [INFO ]
+
+
+ 12:57:40.867
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Starting TaskManager actor at akka://flink/user/taskmanager_1#1377324931.
+
+
+ [INFO ]
+
+
+ 12:57:40.867
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - TaskManager data connection information: 76fc0f2629a1ef484f00a8c1082331d2 @ localhost (dataPort=-1)
+
+
+ [INFO ]
+
+
+ 12:57:40.867
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - TaskManager has 1 task slot(s).
+
+
+ [INFO ]
+
+
+ 12:57:40.867
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Memory usage stats: [HEAP: 851/4977/7008 MB, NON HEAP: 99/101/-1 MB (used/committed/max)]
+
+
+ [INFO ]
+
+
+ 12:57:40.867
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Trying to register at JobManager akka://flink/user/jobmanager_1 (attempt 1, timeout: 500 milliseconds)
+
+
+ [INFO ]
+
+
+ 12:57:40.867
+
+
+ [flink-akka.actor.default-dispatcher-3] InstanceManager:176
+
+
+ - Registered TaskManager at localhost (akka://flink/user/taskmanager_1) as f3ec0d7d17247c86edd91083b77d1c9c. Current number of registered hosts is 1. Current number of alive task slots is 1.
+
+
+ [INFO ]
+
+
+ 12:57:40.867
+
+
+ [flink-akka.actor.default-dispatcher-5] StandaloneResourceManager:368
+
+
+ - TaskManager 76fc0f2629a1ef484f00a8c1082331d2 has started.
+
+
+ [INFO ]
+
+
+ 12:57:40.868
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Successful registration at JobManager (akka://flink/user/jobmanager_1), starting network stack and library cache.
+
+
+ [INFO ]
+
+
+ 12:57:40.868
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Determined BLOB server address to be localhost/127.0.0.1:34731. Starting BLOB cache.
+
+
+ [INFO ]
+
+
+ 12:57:40.868
+
+
+ [flink-akka.actor.default-dispatcher-4] BlobCache:97
+
+
+ - Created BLOB cache storage directory /tmp/blobStore-83854bd9-bcbd-47e4-853d-d6be2cabf093
+
+
+ [INFO ]
+
+
+ 12:57:40.879
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:238
+
+
+ - Received SubmitJobAndWait(JobGraph(jobId: 119505f6772225e0e4ceff5306c45e86)) but there is no connection to a JobManager yet.
+
+
+ [INFO ]
+
+
+ 12:57:40.879
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:
+
+
+ - Received job Flink Java Job at Fri Apr 24 12:57:40 JST 2020 (119505f6772225e0e4ceff5306c45e86).
+
+
+ [INFO ]
+
+
+ 12:57:40.879
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager null.
+
+
+ [INFO ]
+
+
+ 12:57:40.880
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:325
+
+
+ - Connect to JobManager Actor[akka://flink/user/jobmanager_1#-189858793].
+
+
+ [INFO ]
+
+
+ 12:57:40.880
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:270
+
+
+ - Connected to JobManager at Actor[akka://flink/user/jobmanager_1#-189858793] with leader session id b10a4d81-8476-4b4f-ab98-607d4bf99e4c.
+
+
+ [INFO ]
+
+
+ 12:57:40.880
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:137
+
+
+ - Sending message to JobManager akka://flink/user/jobmanager_1 to submit job Flink Java Job at Fri Apr 24 12:57:40 JST 2020 (119505f6772225e0e4ceff5306c45e86) and wait for progress
+
+
+ [INFO ]
+
+
+ 12:57:40.880
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:145
+
+
+ - Upload jar files to job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:40.880
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:163
+
+
+ - Submit job to the job manager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:40.880
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Submitting job 119505f6772225e0e4ceff5306c45e86 (Flink Java Job at Fri Apr 24 12:57:40 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:40.881
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Using restart strategy NoRestartStrategy for 119505f6772225e0e4ceff5306c45e86.
+
+
+ [INFO ]
+
+
+ 12:57:40.881
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:384
+
+
+ - Job recovers via failover strategy: full graph restart
+
+
+ [INFO ]
+
+
+ 12:57:40.881
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:
+
+
+ - Running initialization on master for job Flink Java Job at Fri Apr 24 12:57:40 JST 2020 (119505f6772225e0e4ceff5306c45e86).
+
+
+ [INFO ]
+
+
+ 12:57:40.881
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:158
+
+
+ - Successfully ran initialization on master in 0 ms.
+
+
+ [INFO ]
+
+
+ 12:57:40.883
+
+
+ [flink-akka.actor.default-dispatcher-3] JobManager:128
+
+
+ - Scheduling job 119505f6772225e0e4ceff5306c45e86 (Flink Java Job at Fri Apr 24 12:57:40 JST 2020).
+
+
+ [INFO ]
+
+
+ 12:57:40.883
+
+
+ [flink-akka.actor.default-dispatcher-5] JobSubmissionClientActor:
+
+
+ - Job 119505f6772225e0e4ceff5306c45e86 was successfully submitted to the JobManager akka://flink/deadLetters.
+
+
+ [INFO ]
+
+
+ 12:57:40.883
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:40 JST 2020 (119505f6772225e0e4ceff5306c45e86) switched from state CREATED to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:40.883
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:40.883
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:40 Job execution switched to status RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:40.884
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:40 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:40.884
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:40.884
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:40 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:40.884
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:415
+
+
+ - Deploying CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:40.885
+
+
+ [flink-akka.actor.default-dispatcher-3] TaskManager:128
+
+
+ - Received task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:40.885
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:40.885
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:40.885
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] Task:571
+
+
+ - Loading JAR files for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:40.886
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] Task:600
+
+
+ - Registering task at network: CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:40.886
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:40.886
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:40.886
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:40 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37))(1/1) switched to RUNNING
+
+
+ [WARN ]
+
+
+ 12:57:40.887
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] MetricGroup:
+
+
+ - The operator name DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) exceeded the 80 characters length limit and was truncated.
+
+
+ [INFO ]
+
+
+ 12:57:40.888
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:40.888
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:41.280
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.4 sec].
+
+
+ [INFO ]
+
+
+ 12:57:41.280
+
+
+ [flink-akka.actor.default-dispatcher-3] LocatableInputSplitAssigner:186
+
+
+ - Assigning remote split to host localhost
+
+
+ [INFO ]
+
+
+ 12:57:41.282
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] Task:940
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:41.283
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] Task:
+
+
+ - Freeing task resources for CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c).
+
+
+ [INFO ]
+
+
+ 12:57:41.283
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:41.283
+
+
+ [CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:41.283
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:41 CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41))(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:41.283
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (6239ff00cb23590d6c7538424333511c)
+
+
+ [INFO ]
+
+
+ 12:57:41.283
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:41.283
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:41 CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41))(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:41.283
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:41.284
+
+
+ [flink-akka.actor.default-dispatcher-2] ExecutionGraph:1102
+
+
+ - CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37)) (1/1) (6239ff00cb23590d6c7538424333511c) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:41.284
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:41 CHAIN DataSource (at readFile(ExecutionEnvironment.java:520) (org.apache.flink.api.java.io.TextInputFormat)) -> FlatMap (FlatMap at find(StupidRelationFinder.java:34)) -> Map (Map at find(StupidRelationFinder.java:35)) -> Map (Map at find(StupidRelationFinder.java:37))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:41.284
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Received task CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:41.284
+
+
+ [CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1)] Task:940
+
+
+ - CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:41.284
+
+
+ [CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:41.285
+
+
+ [CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1)] Task:571
+
+
+ - Loading JAR files for task CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:41.285
+
+
+ [CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1)] Task:600
+
+
+ - Registering task at network: CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:41.286
+
+
+ [CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1)] Task:940
+
+
+ - CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:41.286
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:41.286
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:41 CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41))(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:41.287
+
+
+ [CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1)] Task:940
+
+
+ - CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:41.287
+
+
+ [CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1)] Task:
+
+
+ - Freeing task resources for CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7).
+
+
+ [INFO ]
+
+
+ 12:57:41.287
+
+
+ [CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:41.287
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) switched from CREATED to SCHEDULED.
+
+
+ [INFO ]
+
+
+ 12:57:41.287
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:41 DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8)(1/1) switched to SCHEDULED
+
+
+ [INFO ]
+
+
+ 12:57:41.287
+
+
+ [flink-akka.actor.default-dispatcher-2] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (2ae4cdf6b443cf13072ce3bc616b46a7)
+
+
+ [INFO ]
+
+
+ 12:57:41.287
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) switched from SCHEDULED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:41.287
+
+
+ [flink-akka.actor.default-dispatcher-3] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:41 DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8)(1/1) switched to DEPLOYING
+
+
+ [INFO ]
+
+
+ 12:57:41.287
+
+
+ [mini-cluster-future-thread-1] ExecutionGraph:415
+
+
+ - Deploying DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (attempt #0) to localhost
+
+
+ [INFO ]
+
+
+ 12:57:41.288
+
+
+ [flink-akka.actor.default-dispatcher-3] ExecutionGraph:1102
+
+
+ - CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41)) (1/1) (2ae4cdf6b443cf13072ce3bc616b46a7) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:41.288
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:41 CHAIN GroupReduce (GroupReduce at find(StupidRelationFinder.java:39)) -> Map (Map at find(StupidRelationFinder.java:41))(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:41.288
+
+
+ [flink-akka.actor.default-dispatcher-4] TaskManager:128
+
+
+ - Received task DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1)
+
+
+ [INFO ]
+
+
+ 12:57:41.289
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) switched from CREATED to DEPLOYING.
+
+
+ [INFO ]
+
+
+ 12:57:41.289
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1)] Task:566
+
+
+ - Creating FileSystem stream leak safety net for task DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) [DEPLOYING]
+
+
+ [INFO ]
+
+
+ 12:57:41.290
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1)] Task:571
+
+
+ - Loading JAR files for task DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:41.290
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1)] Task:600
+
+
+ - Registering task at network: DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) [DEPLOYING].
+
+
+ [INFO ]
+
+
+ 12:57:41.290
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:41.291
+
+
+ [flink-akka.actor.default-dispatcher-4] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) switched from DEPLOYING to RUNNING.
+
+
+ [INFO ]
+
+
+ 12:57:41.291
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:41 DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8)(1/1) switched to RUNNING
+
+
+ [INFO ]
+
+
+ 12:57:41.291
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1)] Task:940
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:41.291
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1)] Task:
+
+
+ - Freeing task resources for DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d).
+
+
+ [INFO ]
+
+
+ 12:57:41.291
+
+
+ [DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1)] Task:833
+
+
+ - Ensuring all FileSystem streams are closed for task DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) [FINISHED]
+
+
+ [INFO ]
+
+
+ 12:57:41.292
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Un-registering task and sending final execution state FINISHED to JobManager for task DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (db2e4058b58a15acf7c258d10fb12e3d)
+
+
+ [INFO ]
+
+
+ 12:57:41.292
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1102
+
+
+ - DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8) (1/1) (db2e4058b58a15acf7c258d10fb12e3d) switched from RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:41.292
+
+
+ [flink-akka.actor.default-dispatcher-2] JobSubmissionClientActor:277
+
+
+ - 04/24/2020 12:57:41 DataSink (TextOutputFormat (/tmp/1587700660044-0/tmp) - UTF-8)(1/1) switched to FINISHED
+
+
+ [INFO ]
+
+
+ 12:57:41.292
+
+
+ [flink-akka.actor.default-dispatcher-5] ExecutionGraph:1285
+
+
+ - Job Flink Java Job at Fri Apr 24 12:57:40 JST 2020 (119505f6772225e0e4ceff5306c45e86) switched from state RUNNING to FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:41.292
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:287
+
+
+ - 04/24/2020 12:57:41 Job execution switched to status FINISHED.
+
+
+ [INFO ]
+
+
+ 12:57:41.293
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:337
+
+
+ - Terminate JobClientActor.
+
+
+ [INFO ]
+
+
+ 12:57:41.293
+
+
+ [flink-akka.actor.default-dispatcher-4] JobSubmissionClientActor:315
+
+
+ - Disconnect from JobManager Actor[akka://flink/user/jobmanager_1#-189858793].
+
+
+ [INFO ]
+
+
+ 12:57:41.293
+
+
+ [main] JobClient:319
+
+
+ - Job execution complete
+
+
+ [INFO ]
+
+
+ 12:57:41.293
+
+
+ [main] FlinkMiniCluster:409
+
+
+ - Stopping FlinkMiniCluster.
+
+
+ [INFO ]
+
+
+ 12:57:41.294
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Stopping TaskManager akka://flink/user/taskmanager_1#1377324931.
+
+
+ [INFO ]
+
+
+ 12:57:41.294
+
+
+ [flink-akka.actor.default-dispatcher-2] JobManager:128
+
+
+ - Stopping JobManager akka://flink/user/jobmanager_1.
+
+
+ [INFO ]
+
+
+ 12:57:41.294
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Disassociating from JobManager
+
+
+ [INFO ]
+
+
+ 12:57:41.294
+
+
+ [flink-akka.actor.default-dispatcher-5] BlobCache:262
+
+
+ - Shutting down BlobCache
+
+
+ [INFO ]
+
+
+ 12:57:41.294
+
+
+ [flink-akka.actor.default-dispatcher-2] BlobServer:
+
+
+ - Stopped BLOB server at 0.0.0.0:34731
+
+
+ [INFO ]
+
+
+ 12:57:41.295
+
+
+ [flink-akka.actor.default-dispatcher-5] IOManager:110
+
+
+ - I/O manager removed spill file directory /tmp/flink-io-ce44738e-fd2e-4ba2-920e-c917f408486a
+
+
+ [INFO ]
+
+
+ 12:57:41.295
+
+
+ [flink-akka.actor.default-dispatcher-5] NetworkEnvironment:316
+
+
+ - Shutting down the network environment and its components.
+
+
+ [INFO ]
+
+
+ 12:57:41.296
+
+
+ [flink-akka.actor.default-dispatcher-5] TaskManager:128
+
+
+ - Task manager akka://flink/user/taskmanager_1 is completely shut down.
+
+
+
+
+
+
+
+ 647 ms
+ MathTagTest
+
+
+
+ 0 ms
+ passed MathTagTest.testGetMarkUpType
+
+
+
+ 621 ms
+ passed MathTagTest.testGetJsonValidation
+
+
+
+ 1 ms
+ passed MathTagTest.testGetJson
+
+
+
+ 0 ms
+ passed MathTagTest.testPlaceholder
+
+
+
+ 24 ms
+ passed MathTagTest.testGetIdentifier
+
+
+ [WARN ]
+
+
+ 12:57:41.929
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:41.935
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:41.944
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 1 ms
+ failed MathTagTest.testGetContentHash
+
+
+ junit.framework.ComparisonFailure:
+
+
+ Expected :
+
+
+ 2cf05995ef521b456aa419201d160406
+
+
+ Actual :
+
+
+ c1c29cb4e32a04b3c3f3a2c026269e67 at junit.framework.Assert.assertEquals(Assert.java:100) at junit.framework.Assert.assertEquals(Assert.java:107) at com.formulasearchengine.mathosphere.mlp.pojos.MathTagTest.testGetContentHash(MathTagTest.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+
+
+ 4 ms
+ RuleBasedPosTaggerTest
+
+
+
+ 4 ms
+ passed RuleBasedPosTaggerTest.testPosTag
+
+
+
+ 0 ms
+ passed RuleBasedPosTaggerTest.someTestCases
+
+
+
+
+
+ 21 ms
+ MachineLearningPatternMatcherTest
+
+
+
+ 8 ms
+ passed MachineLearningPatternMatcherTest.testManyParentheses
+
+
+
+ 0 ms
+ passed MachineLearningPatternMatcherTest.testClosingParentheses
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testOthermath
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testColon
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testComma
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testOpenParentheses
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testManyParenthesesDefiniensInParentheses
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testManyParentheses2
+
+
+
+ 0 ms
+ passed MachineLearningPatternMatcherTest.testPattern1FalsePositive
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testPattern10
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testIdentifierAndDefiniensPositions
+
+
+
+ 0 ms
+ passed MachineLearningPatternMatcherTest.testPattern1
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testPattern2
+
+
+
+ 0 ms
+ passed MachineLearningPatternMatcherTest.testPattern3
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testPattern4
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testPattern5
+
+
+
+ 0 ms
+ passed MachineLearningPatternMatcherTest.testPattern6
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testPattern7
+
+
+
+ 0 ms
+ passed MachineLearningPatternMatcherTest.testPattern8
+
+
+
+ 1 ms
+ passed MachineLearningPatternMatcherTest.testPattern9
+
+
+
+
+
+ 95 ms
+ MathMLUtilsTest
+
+
+
+ 0 ms
+ passed MathMLUtilsTest.extractFromMathML_isNumeric
+
+
+
+ 0 ms
+ ignored MathMLUtilsTest.extractFromTex_moreComplex
+
+
+
+
+ 11 ms
+ passed MathMLUtilsTest.extractFromTex_superscriptIndentifier
+
+
+ [WARN ]
+
+
+ 12:57:41.986
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 9 ms
+ passed MathMLUtilsTest.extractFromMathML_complextMsub_noSubCaptured
+
+
+ [WARN ]
+
+
+ 12:57:41.994
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 12 ms
+ passed MathMLUtilsTest.extractFromTex_subscripts
+
+
+ [WARN ]
+
+
+ 12:57:42.007
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 15 ms
+ passed MathMLUtilsTest.extractFromMathML_notParsable
+
+
+ [WARN ]
+
+
+ 12:57:42.017
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [FATAL]
+
+
+ 12:57:42.017
+
+
+ [main] ParsingErrorHandler:67
+
+
+ - The entity "InvisibleTimes" was referenced, but not declared. Error handler is on level 'notify', no exception was thrown.
+
+
+ [ERROR]
+
+
+ 12:57:42.018
+
+
+ [main] XMLHelper:197
+
+
+ - Cannot parse XML string. org.xml.sax.SAXParseException: The entity "InvisibleTimes" was referenced, but not declared. at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) ~[xercesImpl-2.8.0.jar:?] at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) ~[xercesImpl-2.8.0.jar:?] at com.formulasearchengine.mathmltools.io.XmlDocumentReader.parse(XmlDocumentReader.java:111) ~[classes/:?] at com.formulasearchengine.mathmltools.helper.XMLHelper.string2Doc(XMLHelper.java:195) [classes/:?] at com.formulasearchengine.mathosphere.mlp.text.MathMLUtils.tryParseWithXpath(MathMLUtils.java:179) [classes/:?] at com.formulasearchengine.mathosphere.mlp.text.MathMLUtils.extractIdentifiersFromMathML(MathMLUtils.java:170) [classes/:?] at com.formulasearchengine.mathosphere.mlp.text.MathMLUtilsTest.extractFromMathML_notParsable(MathMLUtilsTest.java:104) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12] at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [junit-4.12.jar:4.12] at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) [junit-rt.jar:?] at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) [junit-rt.jar:?] at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) [junit-rt.jar:?] at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) [junit-rt.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128) [idea_rt.jar:?]
+
+
+ [WARN ]
+
+
+ 12:57:42.023
+
+
+ [main] MathMLUtils:172
+
+
+ - exception occurred while trying to parse mathML with xpath... backing off to the regexp parser. java.lang.NullPointerException: null at com.formulasearchengine.mathmltools.xml.XmlNamespaceTranslator.translateNamespaces(XmlNamespaceTranslator.java:80) ~[classes/:?] at com.formulasearchengine.mathosphere.mlp.text.MathMLUtils.tryParseWithXpath(MathMLUtils.java:185) ~[classes/:?] at com.formulasearchengine.mathosphere.mlp.text.MathMLUtils.extractIdentifiersFromMathML(MathMLUtils.java:170) [classes/:?] at com.formulasearchengine.mathosphere.mlp.text.MathMLUtilsTest.extractFromMathML_notParsable(MathMLUtilsTest.java:104) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12] at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [junit-4.12.jar:4.12] at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) [junit-rt.jar:?] at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) [junit-rt.jar:?] at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) [junit-rt.jar:?] at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) [junit-rt.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252] at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128) [idea_rt.jar:?]
+
+
+
+
+
+ 9 ms
+ passed MathMLUtilsTest.extractFromMathMl_identifiersFromMSub_notCaptured
+
+
+ [WARN ]
+
+
+ 12:57:42.032
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 11 ms
+ passed MathMLUtilsTest.extractFromTex_boldText
+
+
+ [WARN ]
+
+
+ 12:57:42.044
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 9 ms
+ passed MathMLUtilsTest.extractFromTex_oneIdTwoOccurrences_sizeIs2
+
+
+ [WARN ]
+
+
+ 12:57:42.054
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 10 ms
+ passed MathMLUtilsTest.extractFromTex_simple
+
+
+ [WARN ]
+
+
+ 12:57:42.064
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 9 ms
+ passed MathMLUtilsTest.extractFromTex_capturesMultipleOccurrences
+
+
+ [WARN ]
+
+
+ 12:57:42.074
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+
+
+ 6 ms
+ PatternMatcherTest
+
+
+
+ 1 ms
+ passed PatternMatcherTest.apposition
+
+
+
+ 3 ms
+ passed PatternMatcherTest.pattern2
+
+
+
+ 2 ms
+ passed PatternMatcherTest.patternRepeat
+
+
+
+
+
+ 76 ms
+ PlaintextDocumentBuilderTest
+
+
+
+ 66 ms
+ passed PlaintextDocumentBuilderTest.extractPlainText_wikiLinks
+
+
+
+ 4 ms
+ failed PlaintextDocumentBuilderTest.extractPlainText_new2
+
+
+ org.junit.ComparisonFailure:
+
+
+ Expected :
+
+
+ For a constant potential, <math>\mathit{V}</math> , the solution is oscillatory for <math>\mathit{E} > \mathit{V}_{0}</math> and exponential for <math>\mathit{E} < \mathit{V}_{0}</math> , corresponding to energies that are allowed or disallowed in classical mechanics.
+
+
+ Actual :
+
+
+ For a constant potential, FORMULA_dab0273141b5f8518dbc191465ba7438 , the solution is oscillatory for FORMULA_0c4d679ea3aa468dfb872c4a9a2fa235 and exponential for FORMULA_4a2a6a07d6383468d6464e1f7c79a623 , corresponding to energies that are allowed or disallowed in classical mechanics. at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at com.formulasearchengine.mathosphere.mlp.text.PlaintextDocumentBuilderTest.extractPlainText_new2(PlaintextDocumentBuilderTest.java:81) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 4 ms
+ failed PlaintextDocumentBuilderTest.extractPlainText_new
+
+
+ org.junit.ComparisonFailure:
+
+
+ Expected :
+
+
+ In [[quantum mechanics]] , the "Schrödinger equation" is a [[partial differential equation]] that describes how the LINK_Q230883 of a [[physical system]] changes with [[time]] . It was formulated in late 1925, and published in 1926, by the [[Austria]] [[physicist]] [[Erwin Schrödinger]] . In the LINK_Q46079, the wavefunction is the most complete description that can be given to a physical system.
+
+
+ Actual :
+
+
+ In LINK_3c75323e7cf0b9d32180fc9e214043bb , the "Schrödinger equation" is a LINK_c2282a5e49a1358951498a22d6198d17 that describes how the LINK_Q230883 of a LINK_9da1f07fb2b27feae54ed4fba775f5b6 changes with LINK_07cc694b9b3fc636710fa08b6922c42b . It was formulated in late 1925, and published in 1926, by the LINK_9891739094756d2605946c867b32ad28 LINK_08777772ea3bfe85a7cd63f85c9eb592 LINK_6fef6eadd7fc0afa92a4cf2ed5cf8609 . In the LINK_Q46079, the wavefunction is the most complete description that can be given to a physical system. at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at com.formulasearchengine.mathosphere.mlp.text.PlaintextDocumentBuilderTest.extractPlainText_new(PlaintextDocumentBuilderTest.java:50) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 2 ms
+ passed PlaintextDocumentBuilderTest.extractPlainText_removeTagsAndItalic
+
+
+
+
+
+ 504 ms
+ PosTaggerTest
+
+
+
+ 0 ms
+ passed PosTaggerTest.concatenateJJtoNPSEQ
+
+
+
+ 503 ms
+ passed PosTaggerTest.annotation
+
+
+ [INFO ]
+
+
+ 12:57:42.162
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:42.162
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:42.466
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger ... done [0.3 sec]. '''Time-dependent Schrödinger equation''' ''(general)'' : FORMULA_035a6a24edd1c3e210f75690a8b65bea where FORMULA_9c2df1dbff89b2a3af6135c33bd78321 is the LINK_8f966fcf26a503d9e43fddbd4348eefc of the quantum system, FORMULA_e8a06adff19524ca3a0e906b2100ef21 is the LINK_581e62fa3a79e525008153aa6bd8ac1e , FORMULA_756c1928745d29a12549a47b7f991d90 is the LINK_3716f53bc97ffe3046b227632a8769e4 , and FORMULA_95334438bfb3b98b64f2d6884d84fb03 is the LINK_fd64fb20b2062e576fb95eaee586ee8f LINK_273733fb19bc8e8b1f1ff5924789079b, which characterizes the total energy of any given wave function and takes different forms depending on the situation. A LINK_8f966fcf26a503d9e43fddbd4348eefc which satisfies the non-relativistic Schrödinger equation with FORMULA_e816c645943efc1d0188eb05c2ed945a =0. In other words, this corresponds to a particle traveling freely through empty space. The LINK_d409c86358b49dad4be6b8f462846a8f of the LINK_8f966fcf26a503d9e43fddbd4348eefc is plotted here. The most famous example is the LINK_371adcfdfb3492e83311ec5bef171d3a Schrödinger equation for a single particle moving in an LINK_1d75c9982214538c781daff955e2e60e (but not a LINK_b3bc114c66b61fcaab62ccf37dedbaa9 ): '''Time-dependent Schrödinger equation''' ''(single [[relativistic quantum mechanics|non-relativistic]] particle)'' : FORMULA_a0886b610adc5d3e55e4e374f06c4f17 where FORMULA_6966c3d457d4b9fd6275ddce8ff0db61 is the particle's mass, FORMULA_e816c645943efc1d0188eb05c2ed945a is its LINK_50cabb82d4bfe6b5338377970175e3e6 , ∇² is the LINK_799723f39baf497704a3d39e7c03555f , and FORMULA_9c2df1dbff89b2a3af6135c33bd78321 is the wavefunction (more precisely, in this context, it is called the "position-space wavefunction"). In plain language, it means "total energy equals LINK_d4da063630f9147d07d27e430c0664b6 plus LINK_50cabb82d4bfe6b5338377970175e3e6 ", but the terms take unfamiliar forms for reasons explained below.
+
+
+ [WARN ]
+
+
+ 12:57:42.507
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'semantics'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.512
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'semantics'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.522
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.530
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.536
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'semantics'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.546
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.555
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.564
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 0 ms
+ passed PosTaggerTest.concatenateJJtoNP_notFollowed
+
+
+
+ 0 ms
+ passed PosTaggerTest.joinLinks_noLinks
+
+
+
+ 0 ms
+ passed PosTaggerTest.concatenateJJtoNP_JPLast
+
+
+
+ 0 ms
+ passed PosTaggerTest.concatenateJJtoNP
+
+
+
+ 1 ms
+ passed PosTaggerTest.joinLinks_withLinks
+
+
+
+ 0 ms
+ passed PosTaggerTest.concatenate_inside
+
+
+
+ 0 ms
+ passed PosTaggerTest.concatenate_noSucc
+
+
+
+
+
+ 451 ms
+ PosTaggerTestGer
+
+
+
+ 386 ms
+ passed PosTaggerTestGer.mediumGermanTest
+
+
+ [INFO ]
+
+
+ 12:57:42.668
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:42.668
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:42.726
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/german/german-fast.tagger ... done [0.1 sec]. 50ms for processing.
+
+
+ [WARN ]
+
+
+ 12:57:42.783
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.793
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.804
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.815
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.824
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.834
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.843
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.852
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.862
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.870
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.878
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.888
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.898
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.907
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.917
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.929
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:42.939
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:43.042
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+ [WARN ]
+
+
+ 12:57:43.050
+
+
+ [main] ParsingErrorHandler:51
+
+
+ - cvc-elt.1: Cannot find the declaration of element 'math'. Error handler is on level 'notify', no exception was thrown.
+
+
+
+
+
+ 65 ms
+ passed PosTaggerTestGer.simpleGermanTest
+
+
+ [INFO ]
+
+
+ 12:57:43.053
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator tokenize
+
+
+ [INFO ]
+
+
+ 12:57:43.053
+
+
+ [main] StanfordCoreNLP:88
+
+
+ - Adding annotator ssplit
+
+
+ [INFO ]
+
+
+ 12:57:43.115
+
+
+ [main] MaxentTagger:88
+
+
+ - Loading POS tagger from edu/stanford/nlp/models/pos-tagger/german/german-fast.tagger ... done [0.1 sec].
+
+
+
+
+
+
+
+ 1 ms
+ SimplePatternMatcherTest
+
+
+
+ 1 ms
+ error SimplePatternMatcherTest.testMatch
+
+
+ java.lang.NullPointerException at com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument.getLinkMap(ParsedWikiDocument.java:59) at com.formulasearchengine.mathosphere.mlp.text.WikiTextUtils.deLinkify(WikiTextUtils.java:101) at com.formulasearchengine.mathosphere.mlp.pojos.Relation.setDefinition(Relation.java:171) at com.formulasearchengine.mathosphere.mlp.text.SimplePatternMatcher.match(SimplePatternMatcher.java:38) at com.formulasearchengine.mathosphere.mlp.text.SimplePatternMatcherTest.testMatch(SimplePatternMatcherTest.java:46) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+
+
+ 1.39 s
+ TeX2MathMLTest
+
+
+
+ 1.39 s
+ error TeX2MathMLTest.testTeX2MML
+
+
+ net.sf.json.JSONException: Invalid JSON String at net.sf.json.JSONSerializer.toJSON(JSONSerializer.java:143) at net.sf.json.JSONSerializer.toJSON(JSONSerializer.java:103) at net.sf.json.JSONSerializer.toJSON(JSONSerializer.java:84) at com.formulasearchengine.mathosphere.mlp.text.TeX2MathML.json2xml(TeX2MathML.java:68) at com.formulasearchengine.mathosphere.mlp.text.TeX2MathML.TeX2MML(TeX2MathML.java:78) at com.formulasearchengine.mathosphere.mlp.text.TeX2MathMLTest.testTeX2MML(TeX2MathMLTest.java:17) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+
+
+ 13 ms
+ TexInfoTest
+
+
+
+ 10 ms
+ passed TexInfoTest.testCache
+
+
+ The response was generated from the cache after validating the entry with the origin server
+
+
+
+
+
+ 3 ms
+ passed TexInfoTest.testGetIdentifiers
+
+
+
+
+
+ 13 ms
+ TokenCounterTest
+
+
+
+ 4 ms
+ passed TokenCounterTest.testCountIdentifier
+
+
+ x:85 i:42 q:34 k:33 \lambda:33 y:32 d:30 a:29 p:29 c:28 e:28 A:27 f:27 n:27 s:23 \text:21 P:20 g:19 t:19 B:18 T:18 b:18 z:18 \alpha:17 N:17 r:16 u:15 \Delta:13 \pi:13 C:12 S:12 j:12 L:11 X:11 h:11 E:10 F:10 R:10 V:10 W:10 m:10 v:10 I:9 a_{1}:9 w:8 \beta:8 G:7 K:7 \nu:7 \tau:7 D:6 M:6 \theta:6 Y:6 a_{2}:6 \rho:6 \phi:6 \omega:6 H:5 \mu:5 \Phi:5 \Gamma:5 \alpha_{2}:4 z_{0}:4 \psi:4 \sigma:4 \mathbf{A}:4 V_{i}:4 \eta:4 \infty:4 \mathbf{B}:4 \mathbf{V}:4 \varphi:4 E'':4 \alpha_{1}:4 \mathbb{R}:3 J:3 Q:3 U:3 v_{2}:3 x_{i}:3 v_{1}:3 i_{2}:3 i_{1}:3 X_{1}:3 \Psi:3 \ell:3 \Sigma:3 \mathrm{Poi}:3 \mbox:3 z_{\infty}:2 a_{3}:2 \gamma:2 \theta_{k}:2 \mathbf{W}:2 k_{\rm,B}:2 \hat{\alpha}:2 m_{i}:2 d_{2}:2 X_{N}:2 \xi:2 Z:2 d_{1}:2 k_{c}:2 \delta:2 \zeta:2 \mathbf{\Sigma}:2 E':2 if :2 \hat{U}:2 a_{0}:2 s_{0}:2 i_{0}:2 \chi:2 T_{s,a,t}:2 \mathbf{q}:2 v_{i}:2 \gamma_{2}:2 \mathbf{p}:2 if:2 \theta_{r}:2 q_{s}:2 Z_{\infty}:2 \rho_{v}:2 \mathrm{SquaresofLand}:2 b_{1}:2 F_{\nu,\mu}:2 \phi_{1}:2 F_{i}:2 \Pi:2 T_{s}:2 \gamma_{1}:2 b_{2}:2 \mathbf{T}:2 Nothing:2 a_{i}:2 H_{1}:2 n_{i}:2 \mathbf{t}:2 c_{2}:2 \mathbf{E}:2 a':2 c_{1}:2 U_{\mu}:2 \hat{y}:1 \hat{G}_{X}:1 \mathfrak{H}:1 \vec{E}:1 x_{j}:1 bind:1 F_{t_{1},t_{0}}:1 R_{A}:1 s_{k,j}:1 \Psi_{1}:1 X_{n}:1 \mu_{k}:1 f_{y,x}:1 \mathbf{E}_{0}:1 x_{k}:1 S':1 \Sigma_{t}:1 Ker:1 \tilde{k}:1 s_{k,i}:1 d_{\tau}:1 \Psi_{2}:1 \mathbf{kr}:1 \hbar:1 v_{c}:1 T_{i}:1 O:1 a_{g}:1 Y_{1}:1 s_{V}:1 E_{\text,k}:1 E_{\mathrm{h}}:1 \mathbf{e}_{y}:1 \mathbf{I}:1 \hat{x}:1 \overline{\varphixttn}:1 D_{0}:1 l:1 Y_{3}:1 f_{x,y}:1 o:1 \mathrm{mod}:1 Y_{2}:1 \rho_{L}:1 H_{h}:1 B_{k}:1 \boldsymbol{\omega}:1 S_{1}:1 \vec{A}:1 \vec{b}:1 r_{2}:1 \mathcal{H}_{g}:1 \mathrm{ber}:1 \mathit{u}_{4}:1 \operatorname{Weight}:1 \mathcal{R}:1 \mathrm{resultant}:1 \overline{ABCD}:1 \mathit{MPC}:1 \vec{r}:1 a_{g,n}:1 h_{\bar{a}}:1 n_{\alpha}:1 z_{n}:1 g_{j,k}:1 X_{0}:1 d_{\phi}:1 \mathit{u}_{3}:1 \vec{B}:1 \mathbf{\Lambda}_{k}:1 T_{G}:1 Z_{i}:1 f_{x}:1 \bar{x}:1 x':1 \gamma_{i}:1 E_{t}:1 \alpha_{i}:1 \mathrm{N}:1 m_{\alpha}:1 \rho_{x,n,m}:1 \bar{h}:1 \Delta_{\mathrm{adv}}:1 h':1 G':1 \epsilon_{0}:1 D_{o}:1 P_{i,j}:1 S_{3}:1 y':1 \mathrm{kg}:1 v_{G,c}:1 X_{2}:1 \alpha_{\tau,\tau}:1 S_{2}:1 w_{s}:1 \epsilon:1 E_{t,h}:1 g_{j}:1 B_{0}':1 m_{\text,o}:1 A_{\mu}:1 h_{f,g}:1 \mathrm{Re}:1 s_{2}:1 B_{g}:1 \mathbf{L}:1 n_{b}:1 S_{N}:1 f_{1}:1 T_{c}:1 \varepsilon:1 P_{0}:1 \beth_{d}:1 f_{c}:1 \mu_{0}:1 GeV:1 q_{2}:1 for all :1 \mathcal{D}:1 \gamma_{d}:1 P_{1}:1 \beta_{\tau,\tau}:1 C_{i}:1 Just:1 a_{n}:1 \varepsilon_{w}:1 t_{0}:1 \mathrm{REC}:1 P_{b}:1 x_{2}:1 D_{K}:1 f_{k,i}:1 a_{i,\sigma,i}:1 q_{1}:1 \rho_{x_{n},m}:1 \ell_{n}:1 B_{0}:1 Im:1 \mathcal{C}:1 \mathit{u}_{2}:1 \phi_{r}:1 \Omega_{0}:1 \aleph_{0}:1 t_{1}:1 r_{e}:1 T_{r}:1 R_{s,n,o,r,m,a,l}:1 \mathrm{C}_{3}:1 kg:1 \hat{\beta}:1 \kappa:1 E_{\text,r}:1 Spec :1 \mathbf{r}:1 \mathrm{e}:1 \mathit{u}_{1}:1 40m:1 s_{k,i,j,i}:1 A_{i,j}:1 t_{2}:1 \mathbf{a}:1 C_{T}':1 \mathbf{m}_{1}:1 x_{r}:1 \bar{f}_{k_{c}}:1 \mathbf{a}_{j}:1 \mathbf{\hat{x}}:1 \omega_{k}:1 \mathbf{\mu}_{k}:1 \mathbf{u}:1 \Psi_{n}:1 \mathrm{A}_{3}:1 X_{i}:1 \phi_{2}:1 J_{\alpha}:1 p_{1}:1 r_{k}:1 \rm:1 N':1 \mu_{v}:1 p_{2}:1 s_{i}:1 \tilde{\boldsymbol{\Sigma}}:1 \delta_{0}:1 \phi_{3}:1 g_{\alpha,\beta}:1 30m:1 \mathbf{\pi}:1 n_{\bar{b}}:1 \chi_{G}:1 c_{p,v}:1 \mathrm{strong}:1 \mathbf{a}_{\mathrm{average}}:1 f_{\overline{z}}:1 u_{s}:1 \mathrm{acres}:1 \mathbf{J_{2}}:1 \delta_{s,k,i,n}:1 \mathbb{Q}:1 H_{e}:1 \overline{\xi}:1 m_{w}:1 \mathbf{v}:1 L_{\mathrm{dB}}:1 c_{\rm,s}:1 \mathrm{A}_{4}:1 E_{j}:1 A_{k}:1 \mathrm{ms}:1 \Omega:1 r_{h}:1 R_{\alpha,\beta}:1 C_{1}:1 \overline{z}:1 \rho_{x,m}:1 f_{n}:1 \mathbb{P}:1 f_{Y,X}:1 r_{i,j}:1
+
+
+
+
+
+ 9 ms
+ passed TokenCounterTest.testCountTokens
+
+
+ (LITERAL,):4127 (CURLY,):594 (DQ,):329 (TEX_ONLY,)):266 (TEX_ONLY,():264 (TEX_ONLY,2):209 (TEX_ONLY,1):198 (TEX_ONLY,=):197 (TEX_ONLY,0):174 (UQ,):156 (TEX_ONLY,+):123 (TEX_ONLY,-):121 (TEX_ONLY,,):118 (TEX_ONLY,x):103 (TEX_ONLY,i):88 (TEX_ONLY,.):73 (TEX_ONLY,a):72 (FUN2,\frac):72 (TEX_ONLY,\,):71 (TEX_ONLY,k):57 (TEX_ONLY,3):56 (TEX_ONLY,d):51 (FQ,):49 (TEX_ONLY,n):48 (TEX_ONLY,s):46 (FUN1nb,\mathbf):43 (TEX_ONLY,c):42 (TEX_ONLY,q):42 (TEX_ONLY,e):41 (TEX_ONLY,f):40 (TEX_ONLY,A):39 (TEX_ONLY,5):38 (TEX_ONLY,r):37 (TEX_ONLY,y):37 (TEX_ONLY,t):37 (TEX_ONLY,\ ):36 (TEX_ONLY,\alpha ):34 (TEX_ONLY,p):34 (TEX_ONLY,\lambda ):33 (TEX_ONLY,4):32 (LR,):32 (TEX_ONLY,B):31 (TEX_ONLY,\;):31 (TEX_ONLY,g):31 (TEX_ONLY,T):29 (TEX_ONLY,\cdot ):29 (TEX_ONLY,P):28 (FUN1,\sqrt):28 (TEX_ONLY,b):27 (TEX_ONLY,z):27 (TEX_ONLY,v):27 (TEX_ONLY,E):26 (FUN1nb,\mathrm):25 (TEX_ONLY,/):24 (BOX,\text):24 (TEX_ONLY,u):24 (TEX_ONLY,|):23 (TEX_ONLY,N):22 (TEX_ONLY,X):22 (TEX_ONLY,j):22 (TEX_ONLY,6):21 (TEX_ONLY,'):20 (TEX_ONLY,7):20 (TEX_ONLY,h):20 (TEX_ONLY,m):20 (TEX_ONLY,R):19 (TEX_ONLY,S):19 (TEX_ONLY,C):19 (HTMLABLEC,):19 (UFH,):19 (TEX_ONLY,[):18 (TEX_ONLY,V):18 (TEX_ONLY,*):18 (TEX_ONLY,\sum ):16 (TEX_ONLY,L):16 (TEX_ONLY,F):15 (TEX_ONLY,9):15 (TEX_ONLY,\Delta ):14 (TEX_ONLY,\pi ):14 (TEX_ONLY,\mu ):14 (TEX_ONLY,W):13 (TEX_ONLY,\times ):13 (TEX_ONLY,G):12 (TEX_ONLY,\tau ):12 (TEX_ONLY,\beta ):12 (TEX_ONLY,\rho ):12 (TEX_ONLY,\phi ):12 (TEX_ONLY,H):11 (TEX_ONLY,D):11 (TEX_ONLY,8):11 (TEX_ONLY,\in ):11 (TEX_ONLY,w):11 (TEX_ONLY,I):10 (TEX_ONLY,Y):10 (TEX_ONLY,\theta ):10 (INFIX,\over):10 (TEX_ONLY,\{):10 (TEX_ONLY,o):10 (FUN1,\hat):9 (TEX_ONLY,\forall ):9 (TEX_ONLY,\}):9 (TEX_ONLY,\nu ):9 (TEX_ONLY,\!):9 (TEX_ONLY,\int ):9 (TEX_ONLY,\rangle ):9 (TEX_ONLY,K):8 (TEX_ONLY,\to ):8 (TEX_ONLY,\cdots ):8 (TEX_ONLY,\infty ):8 (TEX_ONLY,\gamma ):8 (TEX_ONLY,\omega ):8 (TEX_ONLY,M):7 (TEX_ONLY,U):7 (TEX_ONLY,:):7 (TEX_ONLY,\Sigma ):7 (TEX_ONLY,\otimes ):6 (TEX_ONLY,\leq ):6 (TEX_ONLY,>):6 (TEX_ONLY,!):6 (TEX_ONLY,\ln ):6 (TEX_ONLY,\rightarrow ):6 (TEX_ONLY,\Psi ):6 (TEX_ONLY,\langle ):6 (TEX_ONLY,\wedge ):6 (TEX_ONLY,J):5 (TEX_ONLY,Z):5 (TEX_ONLY,\circ ):5 (TEX_ONLY,;):5 (TEX_ONLY,\log ):5 (FUN1,\overline):5 (MATRIX,aligned):5 (TEX_ONLY,\varphi ):5 (TEX_ONLY,\Gamma ):5 (TEX_ONLY,\sigma ):5 (FUN1,\mathit):5 (FUN1,\vec):5 (FUN1nb,\mathbb):5 (FUN1,\bar):5 (TEX_ONLY,\partial ):5 (TEX_ONLY,\Phi ):5 (TEX_ONLY,~):5 (TEX_ONLY,Q):4 (TEX_ONLY,<):4 (TEX_ONLY,\prime ):4 (TEX_ONLY,\mapsto ):4 (FUN1,\mathcal):4 (TEX_ONLY,\approx ):4 (FUN2,\tfrac):4 (TEX_ONLY,\displaystyle ):4 (TEX_ONLY,\|):4 (TEX_ONLY,\vdots ):4 (RM,):4 (TEX_ONLY,\ell ):4 (TEX_ONLY,\psi ):4 (TEX_ONLY,\delta ):4 (MATRIX,pmatrix):4 (DECLh,\rm):4 (TEX_ONLY,\eta ):4 (TEX_ONLY,?):3 (INFIX,\choose):3 (TEX_ONLY,\lim ):3 (TEX_ONLY,\equiv ):3 (TEX_ONLY,\cong ):3 (TEX_ONLY,\chi ):3 (TEX_ONLY,\xi ):3 (TEX_ONLY,\qquad ):3 (TEX_ONLY,\nabla ):3 (TEX_ONLY,\prod ):3 (BOX,\mbox):3 (TEX_ONLY,\dots ):3 (TEX_ONLY,\ldots ):3 (TEX_ONLY,l):3 (TEX_ONLY,\geq ):2 (BIG,\big):2 (TEX_ONLY,\cos ):2 (TEX_ONLY,\cos():2 (TEX_ONLY,\Omega ):2 (TEX_ONLY,\color {red}):2 (BIG,\Big):2 (TEX_ONLY,\Leftrightarrow ):2 (TEX_ONLY,\neq ):2 (TEX_ONLY,\sup ):2 (TEX_ONLY,\epsilon ):2 (TEX_ONLY,\zeta ):2 (TEX_ONLY,\Pi ):2 (TEX_ONLY,\$):2 (TEX_ONLY,\min ):2 (TEX_ONLY,\quad ):2 (MATRIX,cases):2 (FUN1,\boldsymbol):2 (TEX_ONLY,\sin ):2 (FUN1,\tilde):2 (TEX_ONLY,\neg ):2 (MATRIX,bmatrix):2 (TEX_ONLY,\tan ):2 (BIG,\bigg):2 (TEX_ONLY,\scriptstyle ):2 (TEX_ONLY,\varepsilon ):2 (TEX_ONLY,\textstyle ):2 (TEX_ONLY,\mid ):2 (TEX_ONLY,\Lambda ):1 (FUN1,\bmod):1 (TEX_ONLY,\aleph ):1 (TEX_ONLY,O):1 (TEX_ONLY,\diagup ):1 (MATRIX,matrix):1 (TEX_ONLY,\vee ):1 (TEX_ONLY,\colon ):1 (FUN1,\mathfrak):1 (TEX_ONLY,\div ):1 (TEX_ONLY,\bigcap ):1 (TEX_ONLY,\cup ):1 (TEX_ONLY,\vdash ):1 (TEX_ONLY,\exp ):1 (TEX_ONLY,\Box ):1 (TEX_ONLY,\exp[):1 (TEX_ONLY,\%):1 (TEX_ONLY,\models ):1 (TEX_ONLY,\det ):1 (TEX_ONLY,\subseteq ):1 (TEX_ONLY,\hbar ):1 (TEX_ONLY,\sin():1 (TEX_ONLY,\arcsin ):1 (TEX_ONLY,\simeq ):1 (TEX_ONLY,\perp ):1 (TEX_ONLY,\pm ):1 (TEX_ONLY,\dagger ):1 (TEX_ONLY,\beth ):1 (TEX_ONLY,\kappa ):1 (FUN1nb,\operatorname):1
+
+
+
+
+
+
+
+ 1 ms
+ UnicodeMapTest
+
+
+
+ 1 ms
+ passed UnicodeMapTest.testChar2TeX
+
+
+
+ 0 ms
+ passed UnicodeMapTest.testString2TeX
+
+
+
+
+
+ 10 ms
+ UnicodeUtilsTest
+
+
+
+ 0 ms
+ passed UnicodeUtilsTest.normalizeString_boldA
+
+
+
+ 5 ms
+ passed UnicodeUtilsTest.normalizeString_mathLatinLetters
+
+
+ [INFO ]
+
+
+ 12:57:44.540
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝐀𝐁𝐂𝐃𝐄𝐅𝐆𝐇𝐈𝐉𝐊𝐋𝐌𝐍𝐎𝐏𝐐𝐑𝐒𝐓𝐔𝐕𝐖𝐗𝐘𝐙
+
+
+ [INFO ]
+
+
+ 12:57:44.540
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝐚𝐛𝐜𝐝𝐞𝐟𝐠𝐡𝐢𝐣𝐤𝐥𝐦𝐧𝐨𝐩𝐪𝐫𝐬𝐭𝐮𝐯𝐰𝐱𝐲𝐳
+
+
+ [INFO ]
+
+
+ 12:57:44.541
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝐴𝐵𝐶𝐷𝐸𝐹𝐺𝐻𝐼𝐽𝐾𝐿𝑀𝑁𝑂𝑃𝑄𝑅𝑆𝑇𝑈𝑉𝑊𝑋𝑌𝑍
+
+
+ [INFO ]
+
+
+ 12:57:44.541
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝑎𝑏𝑐𝑑𝑒𝑓𝑔𝑖𝑗𝑘𝑙𝑚𝑛𝑜𝑝𝑞𝑟𝑠𝑡𝑢𝑣𝑤𝑥𝑦𝑧
+
+
+ [INFO ]
+
+
+ 12:57:44.541
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝑨𝑩𝑪𝑫𝑬𝑭𝑮𝑯𝑰𝑱𝑲𝑳𝑴𝑵𝑶𝑷𝑸𝑹𝑺𝑻𝑼𝑽𝑾𝑿𝒀𝒁
+
+
+ [INFO ]
+
+
+ 12:57:44.541
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝒂𝒃𝒄𝒅𝒆𝒇𝒈𝒉𝒊𝒋𝒌𝒍𝒎𝒏𝒐𝒑𝒒𝒓𝒔𝒕𝒖𝒗𝒘𝒙𝒚𝒛
+
+
+ [INFO ]
+
+
+ 12:57:44.541
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝒜𝒞𝒟𝒢𝒥𝒦𝒩𝒪𝒫𝒬𝒮𝒯𝒰𝒱𝒲𝒳𝒴𝒵
+
+
+ [INFO ]
+
+
+ 12:57:44.541
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝒶𝒷𝒸𝒹𝒻𝒽𝒾𝒿𝓀𝓁𝓂𝓃𝓅𝓆𝓇𝓈𝓉𝓊𝓋𝓌𝓍𝓎𝓏
+
+
+ [INFO ]
+
+
+ 12:57:44.541
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝓐𝓑𝓒𝓓𝓔𝓕𝓖𝓗𝓘𝓙𝓚𝓛𝓜𝓝𝓞𝓟𝓠𝓡𝓢𝓣𝓤𝓥𝓦𝓧𝓨𝓩
+
+
+ [INFO ]
+
+
+ 12:57:44.541
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝓪𝓫𝓬𝓭𝓮𝓯𝓰𝓱𝓲𝓳𝓴𝓵𝓶𝓷𝓸𝓹𝓺𝓻𝓼𝓽𝓾𝓿𝔀𝔁𝔂𝔃
+
+
+ [INFO ]
+
+
+ 12:57:44.542
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝔄𝔅𝔇𝔈𝔉𝔊𝔍𝔎𝔏𝔐𝔑𝔒𝔓𝔔𝔖𝔗𝔘𝔙𝔚𝔛𝔜
+
+
+ [INFO ]
+
+
+ 12:57:44.542
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝔞𝔟𝔠𝔡𝔢𝔣𝔤𝔥𝔦𝔧𝔨𝔩𝔪𝔫𝔬𝔭𝔮𝔯𝔰𝔱𝔲𝔳𝔴𝔵𝔶𝔷
+
+
+ [INFO ]
+
+
+ 12:57:44.542
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝔸𝔹𝔻𝔼𝔽𝔾𝕀𝕁𝕂𝕃𝕄𝕆𝕊𝕋𝕌𝕍𝕎𝕏𝕐
+
+
+ [INFO ]
+
+
+ 12:57:44.542
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛𝕜𝕝𝕞𝕟𝕠𝕡𝕢𝕣𝕤𝕥𝕦𝕧𝕨𝕩𝕪𝕫
+
+
+ [INFO ]
+
+
+ 12:57:44.542
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝕬𝕭𝕮𝕯𝕰𝕱𝕲𝕳𝕴𝕵𝕶𝕷𝕸𝕹𝕺𝕻𝕼𝕽𝕾𝕿𝖀𝖁𝖂𝖃𝖄𝖅
+
+
+ [INFO ]
+
+
+ 12:57:44.542
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝖆𝖇𝖈𝖉𝖊𝖋𝖌𝖍𝖎𝖏𝖐𝖑𝖒𝖓𝖔𝖕𝖖𝖗𝖘𝖙𝖚𝖛𝖜𝖝𝖞𝖟
+
+
+ [INFO ]
+
+
+ 12:57:44.542
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝖠𝖡𝖢𝖣𝖤𝖥𝖦𝖧𝖨𝖩𝖪𝖫𝖬𝖭𝖮𝖯𝖰𝖱𝖲𝖳𝖴𝖵𝖶𝖷𝖸𝖹
+
+
+ [INFO ]
+
+
+ 12:57:44.543
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝖺𝖻𝖼𝖽𝖾𝖿𝗀𝗁𝗂𝗃𝗄𝗅𝗆𝗇𝗈𝗉𝗊𝗋𝗌𝗍𝗎𝗏𝗐𝗑𝗒𝗓
+
+
+ [INFO ]
+
+
+ 12:57:44.543
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝗔𝗕𝗖𝗗𝗘𝗙𝗚𝗛𝗜𝗝𝗞𝗟𝗠𝗡𝗢𝗣𝗤𝗥𝗦𝗧𝗨𝗩𝗪𝗫𝗬𝗭
+
+
+ [INFO ]
+
+
+ 12:57:44.543
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝗮𝗯𝗰𝗱𝗲𝗳𝗴𝗵𝗶𝗷𝗸𝗹𝗺𝗻𝗼𝗽𝗾𝗿𝘀𝘁𝘂𝘃𝘄𝘅𝘆𝘇
+
+
+ [INFO ]
+
+
+ 12:57:44.543
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝘈𝘉𝘊𝘋𝘌𝘍𝘎𝘏𝘐𝘑𝘒𝘓𝘔𝘕𝘖𝘗𝘘𝘙𝘚𝘛𝘜𝘝𝘞𝘟𝘠𝘡
+
+
+ [INFO ]
+
+
+ 12:57:44.543
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝘢𝘣𝘤𝘥𝘦𝘧𝘨𝘩𝘪𝘫𝘬𝘭𝘮𝘯𝘰𝘱𝘲𝘳𝘴𝘵𝘶𝘷𝘸𝘹𝘺𝘻
+
+
+ [INFO ]
+
+
+ 12:57:44.543
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝘼𝘽𝘾𝘿𝙀𝙁𝙂𝙃𝙄𝙅𝙆𝙇𝙈𝙉𝙊𝙋𝙌𝙍𝙎𝙏𝙐𝙑𝙒𝙓𝙔𝙕
+
+
+ [INFO ]
+
+
+ 12:57:44.543
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝙖𝙗𝙘𝙙𝙚𝙛𝙜𝙝𝙞𝙟𝙠𝙡𝙢𝙣𝙤𝙥𝙦𝙧𝙨𝙩𝙪𝙫𝙬𝙭𝙮𝙯
+
+
+ [INFO ]
+
+
+ 12:57:44.544
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝙰𝙱𝙲𝙳𝙴𝙵𝙶𝙷𝙸𝙹𝙺𝙻𝙼𝙽𝙾𝙿𝚀𝚁𝚂𝚃𝚄𝚅𝚆𝚇𝚈𝚉
+
+
+ [INFO ]
+
+
+ 12:57:44.544
+
+
+ [main] UnicodeUtilsTest:40
+
+
+ - test data 𝚊𝚋𝚌𝚍𝚎𝚏𝚐𝚑𝚒𝚓𝚔𝚕𝚖𝚗𝚘𝚙𝚚𝚛𝚜𝚝𝚞𝚟𝚠𝚡𝚢𝚣
+
+
+
+
+
+ 1 ms
+ passed UnicodeUtilsTest.normalize_letterLikeSymbols
+
+
+
+ 2 ms
+ passed UnicodeUtilsTest.normalizeString_greekLetters
+
+
+ [INFO ]
+
+
+ 12:57:44.546
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝚨𝚩𝚪𝚫𝚬𝚭𝚮𝚯𝚰𝚱𝚲𝚳𝚴𝚵𝚶𝚷𝚸𝚹𝚺𝚻𝚼𝚽𝚾𝚿𝛀𝛁
+
+
+ [INFO ]
+
+
+ 12:57:44.546
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝛂𝛃𝛄𝛅𝛆𝛇𝛈𝛉𝛊𝛋𝛌𝛍𝛎𝛏𝛐𝛑𝛒𝛓𝛔𝛕𝛖𝛗𝛘𝛙𝛚𝛛𝛜𝛝𝛞𝛟𝛠𝛡
+
+
+ [INFO ]
+
+
+ 12:57:44.546
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝛢𝛣𝛤𝛥𝛦𝛧𝛨𝛩𝛪𝛫𝛬𝛭𝛮𝛯𝛰𝛱𝛲𝛳𝛴𝛵𝛶𝛷𝛸𝛹𝛺𝛻
+
+
+ [INFO ]
+
+
+ 12:57:44.546
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝛼𝛽𝛾𝛿𝜀𝜁𝜂𝜃𝜄𝜅𝜆𝜇𝜈𝜉𝜊𝜋𝜌𝜍𝜎𝜏𝜐𝜑𝜒𝜓𝜔𝜕𝜖𝜗𝜘𝜙𝜚𝜛
+
+
+ [INFO ]
+
+
+ 12:57:44.547
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝜜𝜝𝜞𝜟𝜠𝜡𝜢𝜣𝜤𝜥𝜦𝜧𝜨𝜩𝜪𝜫𝜬𝜭𝜮𝜯𝜰𝜱𝜲𝜳𝜴𝜵
+
+
+ [INFO ]
+
+
+ 12:57:44.547
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝜶𝜷𝜸𝜹𝜺𝜻𝜼𝜽𝜾𝜿𝝀𝝁𝝂𝝃𝝄𝝅𝝆𝝇𝝈𝝉𝝊𝝋𝝌𝝍𝝎𝝏𝝐𝝑𝝒𝝓𝝔𝝕
+
+
+ [INFO ]
+
+
+ 12:57:44.547
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝝖𝝗𝝘𝝙𝝚𝝛𝝜𝝝𝝞𝝟𝝠𝝡𝝢𝝣𝝤𝝥𝝦𝝧𝝨𝝩𝝪𝝫𝝬𝝭𝝮𝝯
+
+
+ [INFO ]
+
+
+ 12:57:44.547
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝝰𝝱𝝲𝝳𝝴𝝵𝝶𝝷𝝸𝝹𝝺𝝻𝝼𝝽𝝾𝝿𝞀𝞁𝞂𝞃𝞄𝞅𝞆𝞇𝞈𝞉𝞊𝞋𝞌𝞍𝞎𝞏
+
+
+ [INFO ]
+
+
+ 12:57:44.547
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝞐𝞑𝞒𝞓𝞔𝞕𝞖𝞗𝞘𝞙𝞚𝞛𝞜𝞝𝞞𝞟𝞠𝞡𝞢𝞣𝞤𝞥𝞦𝞧𝞨𝞩
+
+
+ [INFO ]
+
+
+ 12:57:44.547
+
+
+ [main] UnicodeUtilsTest:54
+
+
+ - test data 𝞪𝞫𝞬𝞭𝞮𝞯𝞰𝞱𝞲𝞳𝞴𝞵𝞶𝞷𝞸𝞹𝞺𝞻𝞼𝞽𝞾𝞿𝟀𝟁𝟂𝟃𝟄𝟅𝟆𝟇𝟈𝟉
+
+
+
+
+
+ 2 ms
+ passed UnicodeUtilsTest.normalizeString_digits
+
+
+ [INFO ]
+
+
+ 12:57:44.548
+
+
+ [main] UnicodeUtilsTest:67
+
+
+ - test data 𝟎𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗
+
+
+ [INFO ]
+
+
+ 12:57:44.548
+
+
+ [main] UnicodeUtilsTest:67
+
+
+ - test data 𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡
+
+
+ [INFO ]
+
+
+ 12:57:44.548
+
+
+ [main] UnicodeUtilsTest:67
+
+
+ - test data 𝟢𝟣𝟤𝟥𝟦𝟧𝟨𝟩𝟪𝟫
+
+
+ [INFO ]
+
+
+ 12:57:44.548
+
+
+ [main] UnicodeUtilsTest:67
+
+
+ - test data 𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵
+
+
+ [INFO ]
+
+
+ 12:57:44.549
+
+
+ [main] UnicodeUtilsTest:67
+
+
+ - test data 𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿
+
+
+
+
+
+
+
+ 702 ms
+ WikiTextParserTest
+
+
+
+ 19 ms
+ passed WikiTextParserTest.testGo3
+
+
+
+ 29 ms
+ passed WikiTextParserTest.testGo4
+
+
+
+ 2 ms
+ failed WikiTextParserTest.testGo5
+
+
+ org.junit.ComparisonFailure:
+
+
+ Expected :
+
+
+ FORMULA_c6c19476aef63df1ad6ea83cbaca767d
+
+
+ Actual :
+
+
+ FORMULA_c6c19476aef63df1ad6ea83cbaca767d at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at com.formulasearchengine.mathosphere.mlp.text.WikiTextParserTest.testGo5(WikiTextParserTest.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 2 ms
+ passed WikiTextParserTest.testGo6
+
+
+
+ 2 ms
+ passed WikiTextParserTest.testGo7
+
+
+
+ 3 ms
+ failed WikiTextParserTest.testGo8
+
+
+ java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertNotNull(Assert.java:712) at org.junit.Assert.assertNotNull(Assert.java:722) at com.formulasearchengine.mathosphere.mlp.text.WikiTextParserTest.testGo8(WikiTextParserTest.java:245) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 1 ms
+ passed WikiTextParserTest.testGo9
+
+
+
+ 114 ms
+ failed WikiTextParserTest.testChem1
+
+
+ java.lang.AssertionError:
+
+
+ Expected :
+
+
+ 34
+
+
+ Actual :
+
+
+ 26 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.formulasearchengine.mathosphere.mlp.text.WikiTextParserTest.testChem1(WikiTextParserTest.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 6 ms
+ failed WikiTextParserTest.testGo10
+
+
+ org.junit.ComparisonFailure:
+
+
+ Expected :
+
+
+ a_{x}
+
+
+ Actual :
+
+
+ a at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at com.formulasearchengine.mathosphere.mlp.text.WikiTextParserTest.testGo10(WikiTextParserTest.java:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 22 ms
+ failed WikiTextParserTest.testGo11
+
+
+ \mathit{X}_{0}, \mathit{X}_{1}, … Parsing problem Retrieved: {"status":400,"type":"bad_request","title":"Bad Request","detail":{"error":{"message":"Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but \"&\" found.","expected":[{"type":"class","parts":[" ","\t","\n","\r"],"inverted":false,"ignoreCase":false},{"type":"literal","text":"_","ignoreCase":false},{"type":"literal","text":"^","ignoreCase":false},{"type":"class","parts":[["a","z"],["A","Z"]],"inverted":false,"ignoreCase":false},{"type":"class","parts":[["0","9"]],"inverted":false,"ignoreCase":false},{"type":"class","parts":[",",":",";","?","!","'"],"inverted":false,"ignoreCase":false},{"type":"literal","text":"-","ignoreCase":false},{"type":"class","parts":["-","+","*","="],"inverted":false,"ignoreCase":false},{"type":"literal","text":"\\","ignoreCase":false},{"type":"literal","text":"\\","ignoreCase":false},{"type":"class","parts":[">","<","~"],"inverted":false,"ignoreCase":false},{"type":"class","parts":["%","$"],"inverted":false,"ignoreCase":false},{"type":"class","parts":["(",")","."],"inverted":false,"ignoreCase":false},{"type":"class","parts":["/","|"],"inverted":false,"ignoreCase":false},{"type":"literal","text":"[","ignoreCase":false},{"type":"literal","text":"\\","ignoreCase":false},{"type":"literal","text":"{","ignoreCase":false},{"type":"literal","text":"\\begin","ignoreCase":false},{"type":"literal","text":"\\begin{","ignoreCase":false},{"type":"literal","text":"]","ignoreCase":false}],"found":"&","location":{"start":{"offset":32,"line":1,"column":33},"end":{"offset":33,"line":1,"column":34}},"name":"SyntaxError"},"success":false,"warnings":[],"status":"S","details":"SyntaxError: Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but \"&\" found.","offset":32,"line":1,"column":33},"method":"GET","uri":"/get/texvcinfo/tex/%5Cmathit%7BX%7D_%7B0%7D%2C%20%5Cmathit%7BX%7D_%7B1%7D%2C%20%26hellip%3B","success":false,"log":{"error":{"message":"Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but \"&\" found.","expected":[{"type":"class","parts":[" ","\t","\n","\r"],"inverted":false,"ignoreCase":false},{"type":"literal","text":"_","ignoreCase":false},{"type":"literal","text":"^","ignoreCase":false},{"type":"class","parts":[["a","z"],["A","Z"]],"inverted":false,"ignoreCase":false},{"type":"class","parts":[["0","9"]],"inverted":false,"ignoreCase":false},{"type":"class","parts":[",",":",";","?","!","'"],"inverted":false,"ignoreCase":false},{"type":"literal","text":"-","ignoreCase":false},{"type":"class","parts":["-","+","*","="],"inverted":false,"ignoreCase":false},{"type":"literal","text":"\\","ignoreCase":false},{"type":"literal","text":"\\","ignoreCase":false},{"type":"class","parts":[">","<","~"],"inverted":false,"ignoreCase":false},{"type":"class","parts":["%","$"],"inverted":false,"ignoreCase":false},{"type":"class","parts":["(",")","."],"inverted":false,"ignoreCase":false},{"type":"class","parts":["/","|"],"inverted":false,"ignoreCase":false},{"type":"literal","text":"[","ignoreCase":false},{"type":"literal","text":"\\","ignoreCase":false},{"type":"literal","text":"{","ignoreCase":false},{"type":"literal","text":"\\begin","ignoreCase":false},{"type":"literal","text":"\\begin{","ignoreCase":false},{"type":"literal","text":"]","ignoreCase":false}],"found":"&","location":{"start":{"offset":32,"line":1,"column":33},"end":{"offset":33,"line":1,"column":34}},"name":"SyntaxError"},"success":false,"warnings":[],"status":"S","details":"SyntaxError: Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but \"&\" found.","offset":32,"line":1,"column":33},"error":"SyntaxError: Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but \"&\" found."}
+
+
+ java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at com.formulasearchengine.mathosphere.mlp.text.WikiTextParserTest.testGo11(WikiTextParserTest.java:89) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:128)
+
+
+
+
+
+ 74 ms
+ passed WikiTextParserTest.testGo
+
+
+
+ 1 ms
+ passed WikiTextParserTest.testWiki2Tex
+
+
+
+ 269 ms
+ passed WikiTextParserTest.performanceTest
+
+
+ [WARN ]
+
+
+ 12:57:45.093
+
+
+ [main] WikiTextParserTest:103
+
+
+ - Performance test took quite long, worth to investigate it. Hamiltonian-wiki took 227ms
+
+
+
+
+
+ 158 ms
+ passed WikiTextParserTest.findFormulaFromWikiText
+
+
+ October 2010 A "martingale" is any of a class of LINK_5a312f1837b9da81e4109fc76324002c that originated from and were popular in 18th century LINK_0309a6c666a7a803fdb9db95de71cf01 . The simplest of these strategies was designed for a game in which the gambler wins his stake if a coin comes up heads and loses it if the coin comes up tails. The strategy had the gambler double his bet after every loss, so that the first win would recover all previous losses plus win a profit equal to the original stake. The martingale strategy has been applied to LINK_8d36f55401a198f65061479f5b2134ca as well, as the probability of hitting either red or black is close to 50%. Since a gambler with infinite wealth will, LINK_586e2bd4b66e207b109ecda1b4e15551 , eventually flip heads, the martingale betting strategy was seen as a LINK_29fb887939cb2776fd2eee2061c6fa57 by those who advocated it. Of course, none of the gamblers in fact possessed infinite wealth, and the LINK_5c1f9ca2cc040eb4e0f73466721c3620 of the bets would eventually bankrupt "unlucky" gamblers who chose to use the martingale. It is therefore a good example of a LINK_87f57446a791efac3e42a92f4a643198 – the gambler usually wins a small net reward, thus appearing to have a sound strategy. However, the gambler's expected value does indeed remain zero (or less than zero) because the small probability that he will suffer a catastrophic loss exactly balances with his expected gain. (In a casino, the expected value is "negative", due to the house's edge.) The likelihood of catastrophic loss may not even be very small. The bet size rises exponentially. This, combined with the fact that strings of consecutive losses actually occur more often than common intuition suggests, can bankrupt a gambler quickly. Casino betting limits eliminate the effectiveness of using the martingale strategy.CITE_c669a36f9118cb92dd5fbce7c27182b4 1. Effect of variance --------------------- Sometimes, by temporarily avoiding a losing streak, a bettor achieves a better result than the expected negative return. A straight string of losses is the only sequence of outcomes that results in a loss of money, so even when a player has lost the majority of his bets, he can still be ahead overall, since he always wins 1 unit when a bet wins, regardless of how many previous losses.CITE_108596731e4d97c5b192d173fecdc181 2. Intuitive analysis --------------------- Assuming that the win/loss outcomes of each bet are LINK_76be9a5ef7a030bd6a1d3a8ab4d02aea , the stopping time has finite LINK_cd0f68f319d8ed3ccb812b46956dc9b6 . This justifies the following argument, explaining why the betting system fails: Since LINK_cd0f68f319d8ed3ccb812b46956dc9b6, the expected value of a series of bets is just the sum of the expected value of each bet. Since in such games of chance the bets are LINK_3886f1ecb7cdac8aaa3200e322d4e174, the expectation of each bet does not depend on whether you previously won or lost. In most casino games, the expected value of any individual bet is negative, so the sum of lots of negative numbers is also always going to be negative. The martingale strategy fails even with unbounded stopping time, as long as there is a limit on earnings or on the bets (which are also true in practice).CITE_c8ef1066f191e38b540f74b8f658bab4 It is only with unbounded wealth, bets "and" time that the martingale becomes a LINK_e30dbc5cb902ae94ba2655060820c7f0 . 3. Mathematical analysis ------------------------ One round of the idealized martingale without time or credit constraints can be formulated mathematically as follows. Let the coin tosses be represented by a sequence FORMULA_06404fb3b9af489b849412d08a4c3ed0 of independent random variables, each of which is equal to FORMULA_ecdc60e2c6702d342e88079af77bcd3f with probability FORMULA_412e0fc3237b7306cae7495441dfdfe5 , and FORMULA_7afa092ec63b0e58da812961d97089df with probability FORMULA_17ad9aa837773d67d0a9b3884d9e4f0f Let FORMULA_91d6bd0c258409c6fa1c0b9a00d17950 be time of appearance of the first FORMULA_ecdc60e2c6702d342e88079af77bcd3f ; in other words, FORMULA_41067531404b1797a7ba47e40d5bf7fb , and FORMULA_914d94758cb2e467e473bf3692dc5701 If the coin never shows FORMULA_ecdc60e2c6702d342e88079af77bcd3f , we write FORMULA_64c3328d58d7197bc2659dc01079eb7b FORMULA_91d6bd0c258409c6fa1c0b9a00d17950 is itself a random variable because it depends on the random outcomes of the coin tosses. In the first FORMULA_24b07664d0b20379d28fb2c7b70d496e coin tosses, the player following the martingale strategy loses FORMULA_2320b13e9cd5163012baa9be6019c647 units, accumulating a total loss of FORMULA_7d1e86cf09d1d72647ce017116b663cd On the FORMULA_91d6bd0c258409c6fa1c0b9a00d17950 toss, there is a win of 2 units, resulting in a net gain of 1 unit over the first FORMULA_91d6bd0c258409c6fa1c0b9a00d17950 tosses. For example, suppose the first four coin tosses are FORMULA_7afa092ec63b0e58da812961d97089df , FORMULA_7afa092ec63b0e58da812961d97089df , FORMULA_7afa092ec63b0e58da812961d97089df , FORMULA_ecdc60e2c6702d342e88079af77bcd3f making FORMULA_cbdc253ca9716e8df7c903d21422b63d The bettor loses 1, 2, and 4 units on the first three tosses, for a total loss of 7 units, then wins 8 units on the fourth toss, for a net gain of 1 unit. As long as the coin eventually shows heads, the betting player realizes a gain. What is the probability that FORMULA_1226886dd490d526be656393debe4e98 i.e., that the coin never shows heads? Clearly it can be no greater than the probability that the first FORMULA_619a7547c69ef86172f5491f50320228 tosses are all FORMULA_7afa092ec63b0e58da812961d97089df ; this probability is "q". Unless FORMULA_3b45149eff86af9768173d3a46be7501 , the only nonnegative number less than or equal to "q" for all values of FORMULA_619a7547c69ef86172f5491f50320228 is zero. It follows that FORMULA_91d6bd0c258409c6fa1c0b9a00d17950 is finite with probability 1; therefore with probability 1, the coin will eventually show heads and the bettor will realize a net gain of 1 unit. This property of the idealized version of the martingale accounts for the attraction of the idea. In practice, the idealized version can only be approximated, for two reasons. Unlimited credit to finance possibly astronomical losses during long runs of tails is not available, and there is a limit to the number of coin tosses that can be performed in any finite period of time, precluding the possibility of playing long enough to observe very long runs of tails. As an example, consider a bettor with an available fortune, or credit, of FORMULA_03dba2c7ca16547685e7035a5f73fa84 (approximately 9 trillion) units, roughly half the size of the current US national debt in dollars. With this very large fortune, the player can afford to lose on the first 42 tosses, but a loss on the 43rd cannot be covered. The probability of losing on the first 42 tosses is FORMULA_8a5ea1c71e3cfdc63606032b6debe915 , which will be a very small number unless tails are nearly certain on each toss. In the fair case where FORMULA_f606cf509d4f3447bb4f9d4be2f44cfb , we could expect to wait something on the order of FORMULA_49481a784102cec7083ea0bb7e335b14 tosses before seeing 42 consecutive tails; tossing coins at the rate of one toss per second, this would require approximately 279,000 years. This version of the game is likely to be unattractive to both players. The player with the fortune can expect to see a head and gain one unit on average every two tosses, or two seconds, corresponding to an annual income of about 31.6 million units until disaster (42 tails) occurs. This is only a 0.0036 "percent" return on the fortune at risk. The other player can look forward to steady losses of 31.6 million units per year until hitting an incredibly large jackpot, probably in something like 279,000 years, a period far longer than any currency has yet existed. If FORMULA_693e1dcc783c682169b6453e1dd84619 , this version of the game is also unfavorable to the first player in the sense that it would have negative expected winnings. The impossibility of winning over the long run, given a limit of the size of bets or a limit in the size of one's bankroll or line of credit, is proven by the LINK_bf8715dee24113de5c4dd4001cbc18a0 .CITE_c8ef1066f191e38b540f74b8f658bab4 4. Mathematical analysis of a single round ------------------------------------------ Let one round be defined as a sequence of consecutive losses followed by either a win, or bankruptcy of the gambler. After a win, the gambler "resets" and is considered to have started a new round. A continuous sequence of martingale bets can thus be partitioned into a sequence of independent rounds. Following is an analysis of the expected value of one round. Let FORMULA_5c8103d582b47f7e419057c9f71bf4a7 be the probability of losing (e.g. for American double-zero roulette, it is 10/19 for a bet on black or red). Let FORMULA_a4a95b0dcedbe2c5581000bf363d40b7 be the amount of the initial bet. Let FORMULA_ff94e6bad4fde1d16d540c544b2aefba be the finite number of bets the gambler can afford to lose. The probability that the gambler will lose all FORMULA_ff94e6bad4fde1d16d540c544b2aefba bets is FORMULA_5c8103d582b47f7e419057c9f71bf4a7 . When all bets lose, the total loss is FORMULA_8f8af8eb212668665ce26460c2f8eaea The probability the gambler does not lose all FORMULA_ff94e6bad4fde1d16d540c544b2aefba bets is 1 − FORMULA_5c8103d582b47f7e419057c9f71bf4a7 . In all other cases, the gambler wins the initial bet ( FORMULA_a4a95b0dcedbe2c5581000bf363d40b7 .) Thus, the LINK_cd0f68f319d8ed3ccb812b46956dc9b6 profit per round is FORMULA_956241255c7b91b32df680312267c6ff Whenever FORMULA_5c8103d582b47f7e419057c9f71bf4a7 > 1/2, the expression 1 − (2 FORMULA_5c8103d582b47f7e419057c9f71bf4a7 ) < 0 for all FORMULA_ff94e6bad4fde1d16d540c544b2aefba > 0. Thus, for all games where a gambler is more likely to lose than to win any given bet, that gambler is expected to lose money, on average, each round. Increasing the size of wager for each round per the martingale system only serves to increase the average loss. Suppose a gambler has a 63 unit gambling bankroll. The gambler might bet 1 unit on the first spin. On each loss, the bet is doubled. Thus, taking FORMULA_619a7547c69ef86172f5491f50320228 as the number of preceding consecutive losses, the player will always bet 2 units. With a win on any given spin, the gambler will net 1 unit over the total amount wagered to that point. Once this win is achieved, the gambler restarts the system with a 1 unit bet. With losses on all of the first six spins, the gambler loses a total of 63 units. This exhausts the bankroll and the martingale cannot be continued. In this example, the probability of losing the entire bankroll and being unable to continue the martingale is equal to the probability of 6 consecutive losses: (10/19) = 2.1256%. The probability of winning is equal to 1 minus the probability of losing 6 times: 1 − (20/38) = 97.8744%. The expected amount won is (1 × 0.978744) = 0.978744. The expected amount lost is (63 × 0.021256)= 1.339118. Thus, the total expected value for each application of the betting system is (0.978744 − 1.339118) = −0.360374 . In a unique circumstance, this strategy can make sense. Suppose the gambler possesses exactly 63 units but desperately needs a total of 64. Assuming FORMULA_5c8103d582b47f7e419057c9f71bf4a7 > 1/2 (it is a real casino) and he may only place bets at even odds, his best strategy is "bold play": at each spin, he should bet the smallest amount such that if he wins he reaches his target immediately, and if he doesn't have enough for this, he should simply bet everything. Eventually he either goes bust or reaches his target. This strategy gives him a probability of 97.8744% of achieving the goal of winning one unit vs. a 2.1256% chance of losing all 63 units, and that is the best probability possible in this circumstance.CITE_19fc4006b9aa96fc706f81679ed5f24e However, bold play is not always the optimal strategy for having the biggest possible chance to increase an initial capital to some desired higher amount. If the gambler can bet arbitrarily small amounts at arbitrarily long odds (but still with the same expected loss of 2/38 of the stake at each bet), and can only place one bet at each spin, then there are strategies with above 98% chance of attaining his goal, and these use very timid play unless the gambler is close to losing all his capital, in which case he does switch to extremely bold play.CITE_2ffd56d8d1a71936316b51906a1b6660 5. Alternative mathematical analysis ------------------------------------ The previous analysis calculates "expected value", but we can ask another question: what is the chance that one can play a casino game using the martingale strategy, and avoid the losing streak long enough to double one's bankroll. As before, this depends on the likelihood of losing 6 roulette spins in a row assuming we are betting red/black or even/odd. Many gamblers believe that the chances of losing 6 in a row are remote, and that with a patient adherence to the strategy they will slowly increase their bankroll. In reality, the odds of a streak of 6 losses in a row are much higher than the many people intuitively believe. Psychological studies have shown that since people know that the odds of losing 6 times in a row out of 6 plays are low, they incorrectly assume that in a longer string of plays the odds are also very low. When people are asked to invent data representing 200 coin tosses, they often do not add streaks of more than 5 because they believe that these streaks are very unlikely.CITE_7d8de9252a2a0f8ff62bbb6af3ff7e18 This intuitive belief is sometimes referred to as the LINK_376bf40e181da2525b3a461690989154 . The odds of losing a single spin at roulette are FORMULA_35f2274f85e8c701927c5050e7d83fbe . If you play a total of 6 spins, the odds of losing 6 times are FORMULA_717367dcedd72f94f7bd002643d70179 , as stated above. However if you play more and more spins, the odds of losing 6 times in a row begin to increase rapidly. In 73 spins, there is a 50.3% chance that you will at some point have lost at least 6 spins in a row. (The chance of still being solvent after the first six spins is 0.978744, and the chance of becoming bankrupt at each subsequent spin is (1 − 0.526316)×0.021256 = 0.010069, where the first term is the chance that you won the ( FORMULA_ff94e6bad4fde1d16d540c544b2aefba − 6)th spin – if you had lost the ( FORMULA_ff94e6bad4fde1d16d540c544b2aefba − 6)th spin, you would have become bankrupt on the ( FORMULA_ff94e6bad4fde1d16d540c544b2aefba − 1)th spin. Thus over 73 spins the probability of remaining solvent is 0.978744 x (1-0.010069)^67 = 0.49683, and thus the chance of becoming bankrupt is 1 − 0.49683 = 50.3%.) Similarly, in 150 spins, there is a 77.2% chance that you will lose at least 6 spins in a row at some point. And in 250 spins, there is a 91.1% chance that you will lose at least 6 spins in a row at some point. To double the initial bankroll of 6,300 with initial bets of 100 would require a minimum of 63 spins (in the unlikely event you win every time), and a maximum of 378 spins (in the even more unlikely event that you win every single round on the sixth spin). Each round will last an average of approximately 2 spins, so, 63 rounds can be expected to take about 126 spins on average. Computer simulations show that the required number will almostAugust 2009 never exceed 150 spins. Thus many gamblers believe that they can play the martingale strategy with very little chance of failure long enough to double their bankroll. However, the odds of losing 6 in a row are 77.2% over 150 spins, as above. We can replace the roulette game in the analysis with either the "pass line" at LINK_2aecc21ce57c973d624175017c3f4616 , where the odds of losing are lower FORMULA_7bf9af469ef8e2ebfba61492e97623a9 , or FORMULA_922c4d5ad430201d7d8a08bed547f1f2 , or a "coin toss" game where the odds of losing are 50.0%. We should note that games like coin toss with no house edge are not played in a commercial casino and thus represent a "limiting case". In 150 turns, there is a 70.7% chance that you will lose 6 times in a row on the "pass line". In 150 turns, there is a 68.2% chance that you will lose 6 times in a row at "coin tossing". In larger casinos, the maximum table limit is higher, so you can double 7, 8, or 9 times without exceeding the limit. However, in order to end up with twice your initial bankroll, you must play even longer. The calculations produce the same results. The probabilities are overwhelming that you will reach the "bust streak" before you can even double your bankroll. The conclusion is that players using martingale strategy pose no threat to a casino. The odds are high that the player will go bust before he is even able to double his money. Contrary to popular belief, LINK_00ee4429005a80c06e77c9c7b6d931e1 are not designed to limit players from exploiting a martingale strategy. Instead, table limits exist to reduce the variance for the casino. For example, a casino which wins an average of $1000 a day on a given roulette table might not accept a $7000 bet on black at that table. While that bet would represent a positive expectation of over $368 ( FORMULA_fe94594974724b3fb7242c7779edd507 ) to the casino, it would also have a 47.37% chance of negating an entire week's profit. The effect however is the same - the ability of the player to use the martingale system to win is curtailed. 6. Anti-martingale ------------------ This is also known as the reverse martingale. In a classic martingale betting style, gamblers increase bets after each loss in hopes that an eventual win will recover all previous losses. The anti-martingale approach instead increases bets after wins, while reducing them after a loss. The perception is that the gambler will benefit from a winning streak or a "hot hand", while reducing losses while "cold" or otherwise having a losing streak. As the single bets are independent from each other (and from the gambler's expectations), the concept of winning "streaks" is merely an example of LINK_17dbdfe1af3340f465b17e28a10fb2d3 , and the anti-martingale strategy fails to make any money. If on the other hand, real-life stock returns are serially correlated (for instance due to economic cycles and delayed reaction to news of larger market participants), "streaks" of wins or losses do happen more often and are longer than those under a purely random process, the anti-martingale strategy could theoretically apply and can be used in trading systems (as trend-following or "doubling up"). 7. See also ----------- Mathematics LINK_ac6c45a5db4645e3b777752b3ec75ac0 8. References ------------- LINK_4c6abcf280eb20fdfd8e6d2ddfd8834b LINK_8d477e524d0fb79f02a981873e3bf82f LINK_f316ddeed90fd3c011a0eb5415c7925e
+
+
+
+
+
+
+
+ 5 ms
+ WikiTextUtilsTest
+
+
+
+ 0 ms
+ passed WikiTextUtilsTest.guessMarkupType_isMathML
+
+
+
+ 3 ms
+ passed WikiTextUtilsTest.findFormulaFromWikiText
+
+
+
+ 0 ms
+ passed WikiTextUtilsTest.extractPlainText_subsup
+
+
+
+ 1 ms
+ passed WikiTextUtilsTest.findMathTags
+
+
+
+ 0 ms
+ passed WikiTextUtilsTest.findMathTags_first
+
+
+
+ 0 ms
+ passed WikiTextUtilsTest.guessMarkupType_weirdMathTag_isLatex
+
+
+
+ 0 ms
+ ignored WikiTextUtilsTest.testRenderAllFormulae
+
+
+
+
+ 0 ms
+ passed WikiTextUtilsTest.replaceAllFormulas
+
+
+
+ 1 ms
+ passed WikiTextUtilsTest.testReplaceAllFormulas1
+
+
+
+ 0 ms
+ ignored WikiTextUtilsTest.renderResource
+
+
+
+
+ 0 ms
+ passed WikiTextUtilsTest.guessMarkupType_normalMathTag_isLatex
+
+
+
+
+
+ 3 m 36 s
+ WikidataInterfaceTest
+
+
+
+ 1.18 s
+ passed WikidataInterfaceTest.testGetEntities
+
+
+ [WARN ]
+
+
+ 12:57:45.571
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:45.572
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:46.435
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:46.435
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+
+
+
+ 3 m 35 s
+ passed WikidataInterfaceTest.testGetAliases
+
+
+ [WARN ]
+
+
+ 12:57:46.613
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:46.613
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:47.559
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:47.559
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:57:47.561
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:57:47.735
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:47.736
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:48.582
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:48.583
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:48.761
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:48.762
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:49.606
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:49.606
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:49.917
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:49.918
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:50.937
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:50.937
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:51.097
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:51.098
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:51.960
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:51.961
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:57:51.962
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:57:52.120
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:52.120
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:52.941
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:52.941
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:53.123
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:53.124
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:54.008
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:54.008
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:54.170
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:54.170
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:54.929
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:54.930
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:57:54.931
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:57:55.096
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:55.096
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:56.055
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:56.056
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:56.240
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:56.240
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:57.181
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:57.182
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:57:57.183
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:57:57.348
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:57.348
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:58.206
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:58.207
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:57:58.209
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:57:58.362
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:58.363
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:59.229
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:59.230
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:57:59.231
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:57:59.388
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:57:59.389
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:00.253
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:00.253
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:00.255
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:00.416
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:00.417
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:01.379
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:01.379
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:01.381
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:01.542
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:01.543
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:02.403
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:02.403
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:02.404
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:02.562
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:02.562
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:03.427
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:03.427
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:03.428
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:03.586
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:03.587
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:04.553
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:04.553
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:04.555
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:04.713
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:04.713
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:05.512
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:05.512
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:05.683
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:05.684
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:06.601
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:06.601
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:06.603
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:06.762
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:06.763
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:07.624
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:07.625
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:07.789
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:07.790
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:08.647
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:08.648
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:08.813
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:08.813
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:09.774
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:09.775
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:09.937
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:09.938
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:10.798
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:10.799
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:10.800
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:10.968
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:10.968
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:11.924
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:11.925
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:11.926
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:12.095
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:12.096
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:12.948
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:12.949
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:13.127
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:13.128
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:13.972
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:13.973
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:14.134
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:14.135
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:15.098
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:15.098
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:15.099
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:15.262
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:15.263
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:16.042
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:16.043
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:16.044
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:16.210
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:16.210
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:17.043
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:17.043
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:17.044
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:17.210
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:17.211
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:18.067
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:18.067
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:18.069
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:18.231
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:18.231
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:19.023
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:19.023
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:19.183
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:19.184
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:19.931
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:19.931
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:19.932
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:20.085
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:20.086
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:20.825
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:20.826
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:20.985
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:20.986
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:21.855
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:21.856
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:22.018
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:22.019
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:22.838
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:22.838
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:22.997
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:22.997
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:23.801
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:23.801
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:23.802
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:23.967
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:23.968
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:24.825
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:24.825
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:24.827
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:24.988
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:24.989
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:25.777
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:25.777
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:25.948
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:25.949
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:26.770
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:26.771
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:26.772
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:26.938
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:26.938
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:27.801
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:27.801
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:27.803
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:27.963
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:27.964
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:28.788
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:28.789
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:28.954
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:28.954
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:29.800
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:29.800
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:29.963
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:29.963
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:30.714
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:30.714
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:30.714
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:30.894
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:30.894
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:31.786
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:31.787
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:31.788
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:31.946
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:31.947
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:32.810
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:32.811
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:32.812
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:32.974
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:32.975
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:33.741
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:33.741
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:33.902
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:33.902
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:34.756
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:34.756
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:34.917
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:34.917
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:35.780
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:35.780
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:35.936
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:35.937
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:36.803
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:36.804
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:36.805
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:36.973
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:36.973
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:37.929
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:37.930
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:38.092
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:38.092
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:38.865
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:38.865
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:39.029
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:39.029
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:39.855
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:39.855
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:39.857
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:40.022
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:40.022
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:40.840
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:40.841
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:40.998
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:40.999
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:41.798
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:41.799
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:41.958
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:41.958
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:42.677
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:42.678
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:42.841
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:42.842
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:43.551
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:43.551
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:43.713
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:43.713
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:44.432
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:44.433
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:44.434
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:44.601
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:44.601
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:45.506
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:45.506
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:45.508
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:45.671
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:45.672
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:46.528
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:46.529
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:46.530
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:46.706
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:46.706
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:47.554
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:47.555
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:47.556
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:47.715
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:47.715
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:48.578
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:48.578
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:48.579
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:48.743
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:48.744
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:49.603
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:49.603
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:49.605
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:49.767
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:49.767
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:50.625
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:50.626
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:50.627
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:50.790
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:50.790
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:51.547
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:51.548
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:51.707
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:51.708
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:52.571
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:52.571
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:52.742
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:52.742
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:53.612
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:53.613
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:53.778
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:53.779
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:54.720
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:54.720
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:54.875
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:54.875
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:55.847
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:55.848
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:56.009
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:56.009
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:56.978
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:56.979
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:57.143
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:57.143
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:57.997
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:57.997
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:58.153
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:58.153
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:59.021
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:59.021
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:58:59.022
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:58:59.181
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:58:59.181
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:00.045
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:00.046
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:00.201
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:00.202
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:01.069
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:01.069
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:01.234
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:01.234
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:02.061
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:02.061
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:02.062
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:02.219
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:02.220
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:03.220
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:03.220
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:03.386
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:03.387
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:04.111
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:04.112
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:04.280
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:04.281
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:05.165
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:05.165
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:05.327
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:05.328
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:06.188
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:06.188
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:06.350
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:06.351
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:07.212
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:07.212
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:07.368
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:07.368
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:08.236
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:08.237
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:08.393
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:08.394
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:09.261
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:09.261
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:09.262
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:09.419
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:09.419
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:10.284
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:10.285
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:10.456
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:10.456
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:11.411
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:11.412
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:11.574
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:11.575
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:12.301
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:12.302
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:12.303
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:12.462
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:12.463
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:13.458
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:13.458
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:13.459
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:13.617
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:13.617
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:14.348
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:14.349
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:14.350
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:14.525
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:14.526
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:15.301
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:15.302
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:15.461
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:15.461
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:16.326
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:16.326
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:16.327
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:16.482
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:16.483
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:17.349
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:17.349
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:17.519
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:17.520
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:18.372
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:18.373
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:18.374
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:18.528
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:18.528
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:19.396
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:19.397
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:19.565
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:19.565
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:20.420
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:20.421
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:20.422
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:20.583
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:20.584
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:21.539
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:21.539
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:21.541
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:21.695
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:21.696
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:22.468
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:22.469
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:22.629
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:22.629
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:23.492
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:23.493
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:23.654
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:23.655
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:24.516
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:24.517
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:24.518
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:24.680
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:24.681
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:25.642
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:25.643
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:25.644
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:25.805
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:25.805
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:26.672
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:26.672
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:26.674
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:26.833
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:26.833
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:27.793
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:27.794
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:27.795
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:27.960
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:27.961
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:28.817
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:28.817
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:28.979
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:28.979
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:29.841
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:29.841
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:29.842
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:30.003
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:30.004
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:30.966
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:30.967
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:31.127
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:31.128
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:31.991
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:31.991
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:32.152
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:32.153
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:33.020
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:33.020
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:33.022
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:33.178
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:33.179
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:34.038
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:34.039
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:34.206
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:34.207
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:34.920
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:34.921
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:34.922
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:35.086
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:35.087
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:35.882
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:35.883
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:36.040
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:36.040
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:37.132
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:37.133
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:37.134
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:37.296
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:37.297
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:38.062
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:38.062
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:38.063
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:38.223
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:38.224
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:39.158
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:39.158
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:39.160
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:39.320
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:39.320
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:40.079
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:40.080
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:40.081
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:40.239
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:40.240
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:41.211
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:41.211
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:41.368
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:41.368
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:42.252
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:42.253
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:42.254
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:42.420
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:42.420
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:43.257
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:43.257
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:43.258
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:43.418
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:43.418
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:44.139
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:44.139
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:44.140
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:44.299
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:44.300
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:45.068
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:45.069
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:45.070
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:45.231
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:45.232
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:46.121
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:46.121
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:46.122
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:46.287
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:46.287
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:47.063
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:47.064
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:47.232
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:47.233
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:48.057
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:48.057
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:48.224
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:48.224
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:49.193
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:49.193
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:49.194
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:49.367
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:49.368
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:50.216
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:50.217
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:50.218
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:50.381
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:50.382
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:51.343
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:51.343
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:51.515
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:51.516
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:52.367
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:52.367
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:52.531
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:52.532
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:53.391
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:53.391
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:53.559
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:53.559
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:54.517
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:54.517
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:54.518
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:54.684
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:54.684
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:55.530
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:55.531
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:55.532
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:55.692
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:55.692
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:56.667
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:56.668
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:56.830
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:56.831
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:57.691
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:57.691
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:57.858
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:57.859
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:58.639
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:58.639
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 12:59:58.640
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 12:59:58.811
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:58.811
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:59.637
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:59.637
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:59.803
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 12:59:59.804
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:00.660
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:00.661
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:00.825
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:00.826
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:01.618
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:01.619
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:01.776
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:01.777
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:02.709
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:02.709
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:02.864
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:02.864
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:03.630
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:03.631
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:03.791
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:03.791
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:04.654
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:04.654
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:04.655
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:04.819
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:04.820
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:05.548
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:05.549
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:05.550
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:05.710
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:05.711
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:06.526
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:06.527
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:06.687
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:06.687
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:07.444
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:07.444
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:07.605
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:07.605
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:08.442
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:08.443
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:08.444
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:08.600
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:08.600
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:09.390
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:09.390
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:09.547
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:09.547
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:10.310
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:10.310
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:10.468
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:10.469
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:11.207
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:11.207
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:11.364
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:11.364
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:12.333
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:12.333
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:12.334
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:12.494
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:12.495
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:13.466
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:13.466
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:13.467
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:13.632
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:13.632
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:14.483
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:14.484
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:14.649
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:14.650
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:15.507
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:15.507
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:15.507
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:15.667
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:15.667
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:16.473
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:16.473
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:16.635
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:16.636
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:17.372
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:17.373
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:17.373
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:17.528
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:17.528
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:18.466
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:18.467
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:18.643
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:18.644
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:19.373
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:19.373
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:19.529
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:19.530
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:20.422
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:20.423
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:20.579
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:20.580
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:21.548
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:21.549
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:21.706
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:21.706
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:22.675
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:22.675
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:22.854
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:22.854
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:23.698
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:23.699
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:23.852
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:23.852
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:24.680
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:24.680
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:24.843
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:24.843
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:25.675
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:25.676
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:25.832
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:25.833
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:26.641
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:26.641
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:26.642
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:26.797
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:26.798
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:27.535
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:27.536
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:27.536
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:27.693
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:27.693
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:28.411
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:28.411
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:28.412
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:28.571
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:28.571
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:29.392
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:29.392
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:29.393
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:29.562
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:29.562
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:30.308
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:30.308
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:30.309
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:30.462
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:30.462
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:31.258
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:31.258
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:31.259
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:31.413
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:31.413
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:32.204
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:32.205
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:32.205
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:32.366
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:32.366
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:33.092
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:33.092
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:33.249
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:33.249
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:33.991
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:33.991
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:34.145
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:34.145
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:34.891
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:34.891
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:34.892
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:35.048
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:35.048
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:35.828
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:35.828
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:35.991
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:35.992
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:36.792
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:36.792
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:36.958
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:36.958
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:37.770
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:37.770
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:37.771
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:37.929
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:37.929
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:38.644
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:38.645
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:38.807
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:38.807
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:39.596
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:39.597
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:39.752
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:39.752
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:40.465
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:40.465
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:40.619
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:40.619
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:41.420
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:41.420
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:41.420
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:41.572
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:41.572
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:42.297
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:42.297
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:42.454
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:42.454
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:43.158
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:43.159
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:43.317
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:43.317
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:44.096
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:44.096
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:44.097
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:44.263
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:44.263
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:45.037
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:45.037
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:45.038
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:45.188
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:45.189
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:45.912
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:45.912
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:46.064
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:46.065
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:46.836
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:46.836
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:46.837
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:47.002
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:47.002
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:47.715
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:47.715
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:47.869
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:47.869
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:48.639
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:48.639
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:48.798
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:48.798
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:49.592
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:49.592
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:49.755
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:49.755
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:50.475
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:50.476
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:50.476
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:50.631
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:50.631
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:51.399
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:51.399
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:51.561
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:51.561
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:52.291
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:52.291
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:52.292
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:52.470
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:52.470
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:53.259
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:53.259
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:53.416
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:53.417
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:54.164
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:54.164
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:54.165
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:54.318
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:54.318
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:55.107
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:55.107
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:55.108
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:55.263
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:55.263
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:55.971
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:55.972
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:55.972
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:56.128
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:56.128
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:56.851
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:56.851
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:57.010
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:57.010
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:57.831
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:57.831
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:57.994
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:57.994
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:58.768
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:58.768
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:58.929
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:58.929
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:59.639
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:59.639
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:00:59.640
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:00:59.808
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:00:59.808
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:00.510
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:00.511
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:00.511
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:00.664
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:00.665
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:01.456
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:01.456
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:01.457
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:01.625
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:01.625
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:02.405
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:02.405
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:02.557
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:02.557
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:03.346
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:03.347
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:03.347
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:03.503
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:03.503
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:04.237
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:04.238
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:04.390
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:04.390
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:05.177
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:05.177
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:05.178
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:05.338
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:05.338
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:06.084
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:06.084
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:06.085
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:06.245
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:06.245
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:06.990
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:06.990
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:07.143
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:07.143
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:07.958
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:07.958
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:08.112
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:08.113
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:08.912
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:08.913
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:08.913
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:09.066
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:09.066
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:09.827
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:09.827
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:09.827
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:09.979
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:09.979
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:10.771
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:10.771
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:10.928
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:10.929
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:11.734
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:11.734
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:11.735
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:11.886
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:11.886
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:12.667
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:12.667
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:12.668
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:12.824
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:12.824
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:13.620
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:13.621
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:13.621
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:13.782
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:13.782
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:14.500
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:14.500
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:14.500
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:14.672
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:14.672
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:15.406
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:15.407
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:15.574
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:15.574
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:16.309
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:16.310
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:16.311
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:16.496
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:16.496
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:17.967
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:17.967
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:17.968
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:18.126
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:18.126
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:18.909
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:18.909
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:18.909
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:19.073
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:19.073
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:19.799
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:19.799
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [ERROR]
+
+
+ 13:01:19.800
+
+
+ [main] JSONObject:111
+
+
+ - JSONObject["en"] is not a JSONArray.
+
+
+ [WARN ]
+
+
+ 13:01:19.957
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:19.957
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:20.683
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:20.683
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:20.844
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:20.845
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:21.592
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access=24-Apr-2020;Path=/;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+ [WARN ]
+
+
+ 13:01:21.592
+
+
+ [main] ResponseProcessCookies:130
+
+
+ - Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=24-Apr-2020;Path=/;Domain=.wikidata.org;HttpOnly;secure;Expires=Tue, 26 May 2020 00:00:00 GMT". Invalid 'expires' attribute: Tue, 26 May 2020 00:00:00 GMT
+
+
+
+
+
+
+
+ 7 ms
+ WikidataLinkMapTest
+
+
+
+ 3 ms
+ passed WikidataLinkMapTest.testWriteFile
+
+
+ /tmp/temp42387759231670481305270539086408
+
+
+
+
+
+ 4 ms
+ passed WikidataLinkMapTest.testTitle2Data
+
+
+
+
+
+ 561 ms
+ MediaWikiTypeTest
+
+
+
+ 467 ms
+ passed MediaWikiTypeTest.testGetLang
+
+
+
+ 27 ms
+ passed MediaWikiTypeTest.testGetPage
+
+
+
+ 29 ms
+ passed MediaWikiTypeTest.testGetLogitem
+
+
+
+ 20 ms
+ passed MediaWikiTypeTest.testGetVersion
+
+
+
+ 18 ms
+ passed MediaWikiTypeTest.testGetSiteinfo
+
+
+
+
+
+ 181 ms
+ PageTypeTest
+
+
+
+ 24 ms
+ passed PageTypeTest.testGetTitle
+
+
+
+ 27 ms
+ passed PageTypeTest.testGetId
+
+
+
+ 22 ms
+ passed PageTypeTest.testGetNs
+
+
+
+ 19 ms
+ passed PageTypeTest.testGetLastRevision
+
+
+
+ 21 ms
+ passed PageTypeTest.testGetDiscussionthreadinginfo
+
+
+
+ 25 ms
+ passed PageTypeTest.testGetRestrictions
+
+
+
+ 22 ms
+ passed PageTypeTest.testGetRedirect
+
+
+
+ 21 ms
+ passed PageTypeTest.testGetRevisionOrUpload
+
+
+
+
+
+
+
+
+
diff --git a/basex/pom.xml b/basex/pom.xml
index 150aa985..18c37ab1 100644
--- a/basex/pom.xml
+++ b/basex/pom.xml
@@ -53,6 +53,12 @@
https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+ basex
+ https://files.basex.org/maven
+
+
org.basex
@@ -103,12 +109,12 @@
com.fasterxml.jackson.core
jackson-core
- 2.5.1
+ 2.10.3
com.fasterxml.jackson.core
jackson-databind
- 2.5.1
+ 2.10.3
com.intellij
@@ -152,7 +158,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 2.9.1
+ 3.2.0
attach-javadocs
diff --git a/config.dev.yaml b/config.dev.yaml
index 9cc1f135..a5640397 100644
--- a/config.dev.yaml
+++ b/config.dev.yaml
@@ -9,7 +9,7 @@ worker_heap_limit_mb: 250
# Logger info
logging:
- level: warn
+ level: info
# streams:
# # Use gelf-stream -> logstash
# - type: gelf
diff --git a/evaluation/pom.xml b/evaluation/pom.xml
index a8a58be4..5ab817c5 100644
--- a/evaluation/pom.xml
+++ b/evaluation/pom.xml
@@ -29,14 +29,14 @@
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.8
- 1.8
-
-
+
+
+
+
+
+
+
+
org.apache.maven.plugins
maven-shade-plugin
@@ -73,7 +73,7 @@
org.apache.commons
commons-csv
- RELEASE
+ 1.8
junit
diff --git a/lib/GoUldI b/lib/GoUldI
index c6d873c2..26f841d0 160000
--- a/lib/GoUldI
+++ b/lib/GoUldI
@@ -1 +1 @@
-Subproject commit c6d873c2cb8da3e61df6a4da9938ed495042d841
+Subproject commit 26f841d022f1439a9466182673370ad9912d9844
diff --git a/lib/MathMLCan b/lib/MathMLCan
index 476b7f96..f13ea6bb 160000
--- a/lib/MathMLCan
+++ b/lib/MathMLCan
@@ -1 +1 @@
-Subproject commit 476b7f9654fbc06db2347ed7be254231d407be15
+Subproject commit f13ea6bbaaf1021e43529c18994807d221b5380e
diff --git a/lib/MathMLTools b/lib/MathMLTools
new file mode 160000
index 00000000..1597c66c
--- /dev/null
+++ b/lib/MathMLTools
@@ -0,0 +1 @@
+Subproject commit 1597c66c3d0655a2110015cace8215a103138318
diff --git a/lib/RTED b/lib/RTED
index d4052ff1..e5c5abc3 160000
--- a/lib/RTED
+++ b/lib/RTED
@@ -1 +1 @@
-Subproject commit d4052ff1268503f6405dae770b2a19d79f300499
+Subproject commit e5c5abc345f76d15ae08cfcbe49c52df0be4f0be
diff --git a/mathosphere-core/lacast.config.yaml b/mathosphere-core/lacast.config.yaml
new file mode 100644
index 00000000..a2980c3c
--- /dev/null
+++ b/mathosphere-core/lacast.config.yaml
@@ -0,0 +1,5 @@
+# This configuration defines the path the library and configuration folder for LaCASt.
+# You can either specify the location of this file with a flag: "-config=pathToThisConfig.yaml",
+# or you put this file into the local directory or your home directory in ".lacast" folder.
+lacast.libs.path: "/home/andreg-p/Projects/LaCASt/libs"
+lacast.config.path: "/home/andreg-p/Projects/LaCASt/config"
\ No newline at end of file
diff --git a/mathosphere-core/pom.xml b/mathosphere-core/pom.xml
index 390f3318..0de13cb9 100755
--- a/mathosphere-core/pom.xml
+++ b/mathosphere-core/pom.xml
@@ -24,7 +24,7 @@
www2.ph.ed.ac.uk-releases
- http://www2.ph.ed.ac.uk/maven2
+ https://www2.ph.ed.ac.uk/maven2
apache.snapshots
@@ -39,6 +39,11 @@
+
+ gov.nist.drmf.interpreter
+ interpreter.pom
+ 2.1-SNAPSHOT
+
org.apache.logging.log4j
@@ -58,11 +63,22 @@
2.10.0
-
+
+
+
+
+
+
org.apache.logging.log4j
log4j-slf4j-impl
2.10.0
-
+
@@ -87,30 +103,44 @@
9.5.1-6
- com.formulasearchengine
- mathmltools
- 0.3.1-SNAPSHOT
+ com.formulasearchengine.mathmltools
+ mathml-core
+ 2.0.5-SNAPSHOT
cz.muni.fi.mir
mathml-canonicalizer
- 1.2-Mathosphere-SNAPSHOT
+ 1.3.1
org.apache.commons
commons-lang3
- 3.3.2
+ 3.10
+
+
- org.fusesource.wikitext
- wikitext-core
- 1.4
+ org.eclipse.mylyn.wikitext
+ wikitext.mediawiki
+ 0.9.4.I20090220-1600-e3x
+
- org.fusesource.wikitext
- mediawiki-core
- 1.4
+ org.netbeans.external
+ org-eclipse-mylyn-wikitext-core
+ RELEASE113
+
+
+
+
+
+
+
+
+
+
+
com.beust
jcommander
@@ -119,7 +149,7 @@
org.sweble.wikitext
swc-engine
- 3.1.5
+ 3.1.9
@@ -129,14 +159,34 @@
org.apache.flink
- flink-streaming-java_2.10
+ flink-streaming-java_2.12
+ ${flink.version}
+
+
+ org.apache.flink
+ flink-clients_2.12
${flink.version}
org.apache.flink
- flink-clients_2.10
+ flink-runtime-web_2.12
${flink.version}
+ compile
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.11.3
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.11.3
+
+
nz.ac.waikato.cms.weka
LibSVM
@@ -167,7 +217,7 @@
com.fasterxml.jackson.jr
jackson-jr-objects
- 2.5.0
+ ${jackson.version}
@@ -180,20 +230,20 @@
edu.stanford.nlp
stanford-corenlp
- 3.5.2
+ 4.0.0
edu.stanford.nlp
stanford-corenlp
- 3.5.2
- models
+ 4.0.0
+ models
edu.stanford.nlp
stanford-corenlp
- 3.5.2
+ 3.9.2
models-german
@@ -246,12 +296,13 @@
org.apache.commons
commons-text
- 1.0
+ 1.8
+
- org.apache.commons
- commons-text
- 1.0
+ javax.annotation
+ javax.annotation-api
+ 1.3.2
@@ -281,11 +332,14 @@
%regex[.*mathpd.*]
+ %regex[.*mlp.*]
+ %regex[.*wikitext.*]
maven-assembly-plugin
+ 3.3.0
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/Distances.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/Distances.java
index 1b15dc97..33a1bba2 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/Distances.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/Distances.java
@@ -1,8 +1,8 @@
package com.formulasearchengine.mathosphere.mathpd;
+import com.formulasearchengine.mathmltools.helper.XMLHelper;
import com.formulasearchengine.mathmltools.mml.CMMLInfo;
-import com.formulasearchengine.mathmltools.xmlhelper.NonWhitespaceNodeList;
-import com.formulasearchengine.mathmltools.xmlhelper.XMLHelper;
+import com.formulasearchengine.mathmltools.xml.NonWhitespaceNodeList;
import com.formulasearchengine.mathosphere.mathpd.distances.earthmover.EarthMoverDistanceWrapper;
import com.formulasearchengine.mathosphere.mathpd.distances.earthmover.JFastEMD;
import com.formulasearchengine.mathosphere.mathpd.distances.earthmover.Signature;
@@ -21,6 +21,9 @@
import java.text.DecimalFormat;
import java.util.*;
+//import com.formulasearchengine.mathmltools.xmlhelper.NonWhitespaceNodeList;
+//import com.formulasearchengine.mathmltools.xmlhelper.XMLHelper;
+
/**
* Created by Felix Hamborg on 05.12.16.
*/
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/FlinkPd.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/FlinkPd.java
index bbc16e32..c57f9e03 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/FlinkPd.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/FlinkPd.java
@@ -7,7 +7,7 @@
import com.formulasearchengine.mathosphere.mathpd.pojos.ExtractedMathPDDocument;
import com.formulasearchengine.mathosphere.mlp.contracts.CreateCandidatesMapper;
import com.formulasearchengine.mathosphere.mlp.contracts.JsonSerializerMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextAnnotatorMapper;
import com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument;
import com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput;
@@ -459,7 +459,7 @@ public static DataSource readPreprocessedFile(String pathname, Execution
}
public WikiDocumentOutput outDocFromText(FlinkPdCommandConfig config, String input) throws Exception {
- final TextAnnotatorMapper textAnnotatorMapper = new TextAnnotatorMapper(config);
+ final WikiTextAnnotatorMapper textAnnotatorMapper = new WikiTextAnnotatorMapper(config);
textAnnotatorMapper.open(null);
final CreateCandidatesMapper candidatesMapper = new CreateCandidatesMapper(config);
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/contracts/TextExtractorMapper.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/contracts/TextExtractorMapper.java
index fc65f4f0..e8a53442 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/contracts/TextExtractorMapper.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/contracts/TextExtractorMapper.java
@@ -1,6 +1,6 @@
package com.formulasearchengine.mathosphere.mathpd.contracts;
-import com.formulasearchengine.mathmltools.xmlhelper.NonWhitespaceNodeList;
+import com.formulasearchengine.mathmltools.xml.NonWhitespaceNodeList;
import com.formulasearchengine.mathosphere.mathpd.Distances;
import com.formulasearchengine.mathosphere.mathpd.pojos.ArxivDocument;
import com.formulasearchengine.mathosphere.mathpd.pojos.ExtractedMathPDDocument;
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/pojos/ArxivDocument.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/pojos/ArxivDocument.java
index 9f6c0c71..9e82753c 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/pojos/ArxivDocument.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mathpd/pojos/ArxivDocument.java
@@ -1,7 +1,9 @@
package com.formulasearchengine.mathosphere.mathpd.pojos;
-import com.formulasearchengine.mathmltools.xmlhelper.NonWhitespaceNodeList;
-import com.formulasearchengine.mathmltools.xmlhelper.XMLHelper;
+//import com.formulasearchengine.mathmltools.xmlhelper.NonWhitespaceNodeList;
+//import com.formulasearchengine.mathmltools.xmlhelper.XMLHelper;
+import com.formulasearchengine.mathmltools.helper.XMLHelper;
+import com.formulasearchengine.mathmltools.xml.NonWhitespaceNodeList;
import com.google.common.collect.HashMultiset;
import com.google.common.collect.Multiset;
import org.apache.commons.lang3.StringUtils;
@@ -47,7 +49,7 @@ public void setPage(String page) {
}
public Document getDoc() {
- return XMLHelper.string2Doc(text, true);
+ return XMLHelper.string2Doc(text, false);
}
public NonWhitespaceNodeList getMathTags() throws XPathExpressionException {
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/FlinkMlpRelationFinder.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/FlinkMlpRelationFinder.java
index 2c317a43..a3217494 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/FlinkMlpRelationFinder.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/FlinkMlpRelationFinder.java
@@ -18,6 +18,7 @@
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVPrinter;
import org.apache.commons.csv.CSVRecord;
+import org.apache.flink.api.common.functions.FlatMapFunction;
import org.apache.flink.api.common.functions.GroupReduceFunction;
import org.apache.flink.api.common.functions.MapFunction;
import org.apache.flink.api.java.DataSet;
@@ -37,8 +38,8 @@
import com.formulasearchengine.mathosphere.mlp.contracts.CreateCandidatesMapper;
import com.formulasearchengine.mathosphere.mlp.contracts.JsonSerializerMapper;
import com.formulasearchengine.mathosphere.mlp.contracts.PatternMatcherMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextExtractorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextAnnotatorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextPageExtractorMapper;
import com.formulasearchengine.mathosphere.mlp.pojos.MathTag;
import com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument;
import com.formulasearchengine.mathosphere.mlp.pojos.Relation;
@@ -61,14 +62,21 @@ public static void run(FlinkMlpCommandConfig config) throws Exception {
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();
DataSource source = readWikiDump(config, env);
- DataSet documents =
- source.flatMap(new TextExtractorMapper())
- .map(new TextAnnotatorMapper(config));
+ DataSet documents = source
+ .flatMap(new WikiTextPageExtractorMapper())
+ .map(new WikiTextAnnotatorMapper(config));
DataSet result = documents.map(new CreateCandidatesMapper(config));
+ DataSet tmp = result.map(new MapFunction() {
+ @Override
+ public String map(WikiDocumentOutput wikiDocumentOutput) throws Exception {
+ Util.writeExtractedDefinitionsAsCsv(config.getOutputDir() + "/extraction.csv", wikiDocumentOutput.getqId(), wikiDocumentOutput.getTitle().replaceAll("\\s", "_"), wikiDocumentOutput.getRelations());
+ return "";
+ }
+ });
- result.map(new JsonSerializerMapper<>())
- .writeAsText(config.getOutputDir(), WriteMode.OVERWRITE);
+ tmp.map(new JsonSerializerMapper<>())
+ .writeAsText(config.getOutputDir()+"/MLP.json", WriteMode.OVERWRITE);
//int cores = Runtime.getRuntime().availableProcessors();
//env.setParallelism(1); // rounds down
final int parallelism = config.getParallelism();
@@ -82,7 +90,8 @@ public static DataSource readWikiDump(FlinkMlpCommandConfig config, Exec
Path filePath = new Path(config.getDataset());
TextInputFormat inp = new TextInputFormat(filePath);
inp.setCharsetName("UTF-8");
- inp.setDelimiter("");
+ // no longer necessary, The wikitextpageextractormapper does the splitting
+ inp.setDelimiter("");
return env.readFile(inp, config.getDataset());
}
@@ -91,8 +100,8 @@ public static void evaluate(EvalCommandConfig config) throws Exception {
DataSource source = readWikiDump(config, env);
DataSet documents =
- source.flatMap(new TextExtractorMapper())
- .map(new TextAnnotatorMapper(config));
+ source.flatMap(new WikiTextPageExtractorMapper())
+ .map(new WikiTextAnnotatorMapper(config));
final File file = new File(config.getQueries());
ObjectMapper mapper = new ObjectMapper();
List userData = mapper.readValue(file, List.class);
@@ -126,14 +135,17 @@ public void reduce(Iterable iterable, Collector coll
final Integer formulaId = Integer.parseInt((String) formula.get("fid"));
final String tex = (String) formula.get("math_inputtex");
final String qId = (String) formula.get("qID");
- final MathTag seed = parsedWikiDocument.getFormulas().stream()
- .filter(f -> f.getMarkUpType().equals(WikiTextUtils.MathMarkUpType.LATEX)).collect(Collectors.toList())
- .get(formulaId);
+ final MathTag seed = parsedWikiDocument.getFormulaeMap().values().stream()
+ .filter(mathTag -> mathTag.getContent().equals(tex))
+ .findFirst().orElse(null);
+// parsedWikiDocument.getFormulaeMap().values().stream()
+// .filter(f -> f.getMarkUpType().equals(WikiTextUtils.MathMarkUpType.LATEX)).collect(Collectors.toList())
+// .get(formulaId);
//WikiTextUtils.getLatexFormula(parsedWikiDocument, formulaId);
- if (!seed.getContent().equals(tex)) {
- LOGGER.error("PROBLEM WITH" + title);
- LOGGER.error(seed.getContent());
- LOGGER.error(tex);
+ if (tex == null || seed == null || !tex.equals(seed.getContent())) {
+ LOGGER.error("PROBLEM WITH: " + title);
+ LOGGER.error("Seed: " + (seed == null ? "Null" : seed.getContent()));
+ LOGGER.error("TeX: " + tex);
throw new Exception("Invalid numbering.");
}
final MapFunction candidatesMapper = getCandidatesMapper(config);
@@ -296,7 +308,7 @@ public String runFromText(FlinkMlpCommandConfig config, String input) throws Exc
}
public WikiDocumentOutput outDocFromText(FlinkMlpCommandConfig config, String input) throws Exception {
- final TextAnnotatorMapper textAnnotatorMapper = new TextAnnotatorMapper(config);
+ final WikiTextAnnotatorMapper textAnnotatorMapper = new WikiTextAnnotatorMapper(config);
textAnnotatorMapper.open(null);
final CreateCandidatesMapper candidatesMapper = new CreateCandidatesMapper(config);
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningModelGenerator.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningModelGenerator.java
index 7f0e56fa..0026322d 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningModelGenerator.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningModelGenerator.java
@@ -2,8 +2,8 @@
import com.formulasearchengine.mathosphere.mlp.cli.MachineLearningDefinienExtractionConfig;
import com.formulasearchengine.mathosphere.mlp.contracts.JsonSerializerMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextExtractorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextAnnotatorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextPageExtractorMapper;
import com.formulasearchengine.mathosphere.mlp.pojos.EvaluationResult;
import com.formulasearchengine.mathosphere.mlp.ml.WekaLearner;
import com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument;
@@ -32,8 +32,8 @@ public static void find(MachineLearningDefinienExtractionConfig config) throws E
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();
env.setParallelism(config.getParallelism());
DataSource source = FlinkMlpRelationFinder.readWikiDump(config, env);
- DataSet documents = source.flatMap(new TextExtractorMapper())
- .map(new TextAnnotatorMapper(config));
+ DataSet documents = source.flatMap(new WikiTextPageExtractorMapper())
+ .map(new WikiTextAnnotatorMapper(config));
ArrayList gold = (new Evaluator()).readGoldEntries(new File(config.getGoldFile()));
DataSet instances = documents.map(new SimpleFeatureExtractorMapper(config, gold));
//process parsed wikipedia
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationClassifier.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationClassifier.java
index 71b10b31..d2b6f308 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationClassifier.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationClassifier.java
@@ -4,9 +4,8 @@
import com.formulasearchengine.mathosphere.mlp.cli.MachineLearningDefinienClassifierConfig;
import com.formulasearchengine.mathosphere.mlp.cli.MachineLearningDefinienExtractionConfig;
import com.formulasearchengine.mathosphere.mlp.contracts.JsonSerializerMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.StupidRelationScorer;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextExtractorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextAnnotatorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextPageExtractorMapper;
import com.formulasearchengine.mathosphere.mlp.ml.WekaClassifier;
import com.formulasearchengine.mathosphere.mlp.pojos.*;
import com.formulasearchengine.mathosphere.mlp.text.SimpleFeatureExtractorMapper;
@@ -17,7 +16,6 @@
import org.apache.flink.core.fs.FileSystem;
import java.io.File;
-import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@@ -34,8 +32,8 @@ public static void find(MachineLearningDefinienClassifierConfig config) throws E
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();
env.setParallelism(config.getParallelism());
DataSource source = readWikiDump(config, env);
- DataSet documents = source.flatMap(new TextExtractorMapper())
- .map(new TextAnnotatorMapper(config));
+ DataSet documents = source.flatMap(new WikiTextPageExtractorMapper())
+ .map(new WikiTextAnnotatorMapper(config));
DataSet instances = documents.map(new SimpleFeatureExtractorMapper(config, null));
//process parsed wikipedia
DataSet result = instances.map(new WekaClassifier(config));
@@ -49,24 +47,24 @@ public static void find(MachineLearningDefinienClassifierConfig config) throws E
ndData.put(((String) entry.get("document_title")).replaceAll(" ", "_"), o);
}
}
- DataSet withNamespaces = result.map(new MapFunction() {
- @Override
- public WikiDocumentOutput map(WikiDocumentOutput wikiDocumentOutput) throws Exception {
- if (config.getNamespace()) {
- wikiDocumentOutput.setRelations(new ArrayList<>());
- final Map nd = (Map) ndData.get(wikiDocumentOutput.getTitle().replaceAll("\\s", "_"));
- if (nd != null) {
- List relNS = (List) nd.get("namespace_relations");
- if (relNS != null)
- for (Object o : relNS) {
- Relation rel = new Relation(o);
- wikiDocumentOutput.getRelations().add(rel);
- }
- }
- }
- return wikiDocumentOutput;
- }
- });
+// DataSet withNamespaces = result.map(new MapFunction() {
+// @Override
+// public WikiDocumentOutput map(WikiDocumentOutput wikiDocumentOutput) throws Exception {
+// if (config.getNamespace()) {
+// wikiDocumentOutput.setRelations(new ArrayList<>());
+// final Map nd = (Map) ndData.get(wikiDocumentOutput.getTitle().replaceAll("\\s", "_"));
+// if (nd != null) {
+// List relNS = (List) nd.get("namespace_relations");
+// if (relNS != null)
+// for (Object o : relNS) {
+// Relation rel = new Relation(o);
+// wikiDocumentOutput.getRelations().add(rel);
+// }
+// }
+// }
+// return wikiDocumentOutput;
+// }
+// });
if (config.isEvaluate()) {
String[] args = {
"-in", config.getDataset(),
@@ -76,14 +74,15 @@ public WikiDocumentOutput map(WikiDocumentOutput wikiDocumentOutput) throws Exce
"--tex",
};
MachineLearningDefinienExtractionConfig evaluationConfig = MachineLearningDefinienExtractionConfig.from(args);
- DataSet evaluationResult = withNamespaces.reduceGroup(new StupidRelationScorer(evaluationConfig));
- evaluationResult.map(new JsonSerializerMapper<>()).writeAsText(config.getOutputDir() + "/extractedDefiniens/evaluated", FileSystem.WriteMode.OVERWRITE);
+// DataSet evaluationResult = withNamespaces.reduceGroup(new StupidRelationScorer(evaluationConfig));
+// evaluationResult.map(new JsonSerializerMapper<>()).writeAsText(config.getOutputDir() + "/extractedDefiniens/evaluated", FileSystem.WriteMode.OVERWRITE);
}
- DataSet stripped_result = withNamespaces.map(stripSentenceMapper);
+// DataSet stripped_result = withNamespaces.map(stripSentenceMapper);
+ DataSet stripped_result = result.map(stripSentenceMapper);
//write and kick off flink execution
stripped_result.map(new JsonSerializerMapper<>())
- .writeAsText(config.getOutputDir() + "/extractedDefiniens", FileSystem.WriteMode.OVERWRITE);
+ .writeAsText(config.getOutputDir() + "/extractedDefiniens.json", FileSystem.WriteMode.OVERWRITE);
env.execute();
}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationExtractor.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationExtractor.java
index e385fa74..d096bff8 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationExtractor.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationExtractor.java
@@ -1,44 +1,25 @@
package com.formulasearchengine.mathosphere.mlp;
-import com.formulasearchengine.mathosphere.mlp.cli.BaseConfig;
-import com.formulasearchengine.mathosphere.mlp.cli.FlinkMlpCommandConfig;
import com.formulasearchengine.mathosphere.mlp.cli.MachineLearningDefinienListConfig;
-import com.formulasearchengine.mathosphere.mlp.cli.MlpCommandConfig;
import com.formulasearchengine.mathosphere.mlp.contracts.CreateCandidatesMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.JsonSerializerMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextExtractorMapper;
-import com.formulasearchengine.mathosphere.mlp.ml.WekaLearner;
-import com.formulasearchengine.mathosphere.mlp.pojos.*;
-import com.formulasearchengine.mathosphere.mlp.text.SimpleFeatureExtractorMapper;
-import com.formulasearchengine.mathosphere.utils.GoldUtil;
-import com.formulasearchengine.mlp.evaluation.Evaluator;
-import com.formulasearchengine.mlp.evaluation.pojo.GoldEntry;
-import javafx.scene.control.TextFormatter;
-import org.apache.commons.csv.CSVFormat;
-import org.apache.commons.csv.CSVPrinter;
-import org.apache.commons.lang.StringUtils;
-import org.apache.flink.api.common.functions.FlatMapFunction;
-import org.apache.flink.api.common.functions.GroupReduceFunction;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextAnnotatorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextPageExtractorMapper;
+import com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument;
+import com.formulasearchengine.mathosphere.mlp.pojos.RawWikiDocument;
+import com.formulasearchengine.mathosphere.mlp.pojos.Relation;
+import com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput;
import org.apache.flink.api.common.functions.MapFunction;
-import org.apache.flink.api.common.functions.ReduceFunction;
import org.apache.flink.api.java.DataSet;
import org.apache.flink.api.java.ExecutionEnvironment;
import org.apache.flink.api.java.io.TextOutputFormat;
import org.apache.flink.api.java.operators.DataSource;
import org.apache.flink.api.java.operators.FlatMapOperator;
import org.apache.flink.core.fs.FileSystem;
-import org.apache.flink.util.Collector;
-import org.apache.flink.util.FileUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
-import java.io.*;
-import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
-import java.nio.file.attribute.FileAttribute;
-import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
@@ -68,10 +49,10 @@ public static void start( MachineLearningDefinienListConfig config ){
DataSource dataSource = FlinkMlpRelationFinder.readWikiDump( config, flinkEnv );
LOG.debug("Parse documents via flink");
- FlatMapOperator mapOperator = dataSource.flatMap(new TextExtractorMapper());
+ FlatMapOperator mapOperator = dataSource.flatMap(new WikiTextPageExtractorMapper());
LOG.debug("Open text annotator mapper");
- TextAnnotatorMapper annotatorMapper = new TextAnnotatorMapper(config);
+ WikiTextAnnotatorMapper annotatorMapper = new WikiTextAnnotatorMapper(config);
// ML approach doesn't create PosTagger here ... strange, so I will use it now.
annotatorMapper.open(null);
DataSet parsedDocuments = mapOperator.map( annotatorMapper );
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/Main.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/Main.java
index 8c4850b5..fd99e6d9 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/Main.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/Main.java
@@ -17,15 +17,23 @@ public static void main(String[] args) throws Exception {
TokenCounter.run(params.getCount());
break;
case CliParams.LIST:
+ // OLD, should be deleted or fixed for MOIs if really needed
+ // it just extracts all identifiers from a document and lists them...
RelationExtractor.list(params.getListCommandConfig());
break;
case CliParams.EXTRACT:
+ // extract and MLP are identical!!!
+ // The only difference is that MLP starts flink for multiple docs while extract
+ // only presumes a single doc input.
RelationExtractor.run(params.getExtractCommandConfig());
break;
case CliParams.MLP:
+ // identical to EXTRACT
FlinkMlpRelationFinder.run(params.getMlpCommandConfig());
break;
case CliParams.EVAL:
+ // identical to EXTRACT and MLP but also takes the gold dataset as input
+ // to evaluate the results (true positives, etc).
FlinkMlpRelationFinder.evaluate(params.getEvalCommandConfig());
break;
case CliParams.ML:
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/PatternMatchingRelationFinder.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/PatternMatchingRelationFinder.java
index d89c2307..c22789a3 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/PatternMatchingRelationFinder.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/PatternMatchingRelationFinder.java
@@ -3,11 +3,10 @@
import com.formulasearchengine.mathosphere.mlp.cli.FlinkMlpCommandConfig;
import com.formulasearchengine.mathosphere.mlp.contracts.JsonSerializerMapper;
import com.formulasearchengine.mathosphere.mlp.contracts.PatternMatcherMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextExtractorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextAnnotatorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextPageExtractorMapper;
import com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument;
import com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput;
-
import org.apache.flink.api.java.DataSet;
import org.apache.flink.api.java.ExecutionEnvironment;
import org.apache.flink.api.java.operators.DataSource;
@@ -21,8 +20,8 @@ public static void main(String[] args) throws Exception {
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();
DataSource source = readWikiDump(config, env);
- DataSet documents = source.flatMap(new TextExtractorMapper())
- .map(new TextAnnotatorMapper(config));
+ DataSet documents = source.flatMap(new WikiTextPageExtractorMapper())
+ .map(new WikiTextAnnotatorMapper(config));
DataSet relations = documents.map(new PatternMatcherMapper());
relations.map(new JsonSerializerMapper<>())
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/RelationExtractor.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/RelationExtractor.java
index 20ffaca3..526b8919 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/RelationExtractor.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/RelationExtractor.java
@@ -6,7 +6,7 @@
import com.formulasearchengine.mathosphere.mlp.cli.ListCommandConfig;
import com.formulasearchengine.mathosphere.mlp.cli.MlpCommandConfig;
import com.formulasearchengine.mathosphere.mlp.contracts.CreateCandidatesMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextAnnotatorMapper;
import com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument;
import com.formulasearchengine.mathosphere.mlp.pojos.RawWikiDocument;
import com.formulasearchengine.mathosphere.mlp.pojos.Relation;
@@ -22,6 +22,15 @@
import java.io.PrintWriter;
import java.util.List;
+/**
+ * The main Math Language Processor (MLP) class following the original idea of the MLP.
+ * That means, it analyzes wikitext, extracts all mathematical expressions and nouns (as definiens).
+ * It creates candidates of identifier-definiens via {@link CreateCandidatesMapper} and scores them
+ * based on distance calculations.
+ *
+ * The main entry point is {@link #run(MlpCommandConfig)}.
+ * The method {@link #list(ListCommandConfig)} is for testing.
+ */
public class RelationExtractor {
public static void main(String[] args) throws Exception {
@@ -37,7 +46,7 @@ public static void run(MlpCommandConfig config) throws Exception {
List relations = output.getRelations();
CSVPrinter printer = CSVFormat.DEFAULT.withRecordSeparator("\n").print(pw);
for (Relation r : relations) {
- String[] record = {r.getIdentifier(), r.getDefinition(), Double.toString(r.getScore())};
+ String[] record = {r.getMathTag().getContent(), r.getDefinition(), Double.toString(r.getScore())};
printer.printRecord(record);
}
printer.flush();
@@ -45,15 +54,28 @@ public static void run(MlpCommandConfig config) throws Exception {
}
}
+ /**
+ * The main pipeline. It creates {@link WikiDocumentOutput} for a given input. The output
+ * already contains all information (scored identifier-definiens candidates).
+ * @param config configuration
+ * @return final document with scored identifier-definiens pairs.
+ * @throws Exception if something went wrong
+ */
private static WikiDocumentOutput getWikiDocumentOutput(MlpCommandConfig config) throws Exception {
- TextAnnotatorMapper annotator = new TextAnnotatorMapper(config);
- annotator.open(null);
-
String filePath = config.getInput();
String text = FileUtils.readFileToString(new File(filePath), "UTF-8");
- RawWikiDocument doc = new RawWikiDocument(filePath, 0, text);
+
+ // create document based on given input
+ RawWikiDocument doc = new RawWikiDocument(text);
+
+ // load wikitext annotator
+ WikiTextAnnotatorMapper annotator = new WikiTextAnnotatorMapper(config);
+ annotator.open(null);
+
+ // annotate (PoS tagging)
ParsedWikiDocument parsedDocument = annotator.map(doc);
+ // create candidates of identifier-definien pairs and score them
CreateCandidatesMapper mlp = new CreateCandidatesMapper(config);
return mlp.map(parsedDocument);
}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/StupidRelationFinder.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/StupidRelationFinder.java
index 1b46284a..8a9a8a48 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/StupidRelationFinder.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/StupidRelationFinder.java
@@ -3,8 +3,8 @@
import com.formulasearchengine.mathosphere.mlp.cli.MachineLearningDefinienExtractionConfig;
import com.formulasearchengine.mathosphere.mlp.contracts.JsonSerializerMapper;
import com.formulasearchengine.mathosphere.mlp.contracts.StupidRelationScorer;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextAnnotatorMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextExtractorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextAnnotatorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextPageExtractorMapper;
import com.formulasearchengine.mathosphere.mlp.pojos.EvaluationResult;
import com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument;
import com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput;
@@ -31,8 +31,8 @@ public static void find(MachineLearningDefinienExtractionConfig config) throws E
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();
env.setParallelism(config.getParallelism());
DataSource source = readWikiDump(config, env);
- DataSet documents = source.flatMap(new TextExtractorMapper())
- .map(new TextAnnotatorMapper(config));
+ DataSet documents = source.flatMap(new WikiTextPageExtractorMapper())
+ .map(new WikiTextAnnotatorMapper(config));
ArrayList gold = (new Evaluator()).readGoldEntries(new File(config.getGoldFile()));
DataSet instances = documents.map(new SimpleFeatureExtractorMapper(config, gold));
//get extraction results and rate all of them without selecting
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/WikiTagExtractor.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/WikiTagExtractor.java
index bd5a2175..fa86a665 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/WikiTagExtractor.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/WikiTagExtractor.java
@@ -3,20 +3,18 @@
import com.formulasearchengine.mathosphere.mlp.cli.TagsCommandConfig;
import com.formulasearchengine.mathosphere.mlp.contracts.JsonArrayOutputFormat;
import com.formulasearchengine.mathosphere.mlp.contracts.TagExtractionMapper;
-import com.formulasearchengine.mathosphere.mlp.contracts.TextExtractorMapper;
+import com.formulasearchengine.mathosphere.mlp.contracts.WikiTextPageExtractorMapper;
import com.formulasearchengine.mathosphere.mlp.pojos.MathTag;
import org.apache.flink.api.java.ExecutionEnvironment;
import org.apache.flink.api.java.operators.DataSource;
import org.apache.flink.core.fs.Path;
public class WikiTagExtractor {
-
-
public static void run(TagsCommandConfig config) throws Exception {
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();
final DataSource dump = FlinkMlpRelationFinder.readWikiDump(config, env);
dump
- .flatMap(new TextExtractorMapper())
+ .flatMap(new WikiTextPageExtractorMapper())
.flatMap(new TagExtractionMapper(config))
.distinct(MathTag::getContentHash)
.map(MathTag::toJson)
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/BaseConfig.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/BaseConfig.java
index 3c062317..739d1a5b 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/BaseConfig.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/BaseConfig.java
@@ -9,120 +9,153 @@
import java.util.Properties;
public class BaseConfig implements Serializable {
+ // way faster than english-bidiractional-distsim.tagger
protected static final String DEFAULT_POS_MODEL =
- "edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger";
- @Parameter(names = {"-pos", "--posModel"}, description = "POS model to use")
- protected String model = DEFAULT_POS_MODEL;
+ "edu/stanford/nlp/models/pos-tagger/english-left3words-distsim.tagger";
- @Parameter(names = {"-l", "--language"}, description = "Language of the input")
- protected String language = "en";
+ // look here:
+ // https://nlp.stanford.edu/software/nndep.html
+ private static final String DEFAULT_DEPENDENCY_PARSER_MODEL =
+ "edu/stanford/nlp/models/parser/nndep/english_SD.gz";
- @Parameter(names = {"-a", "--alpha"})
- protected double alpha = 1.0;
+ @Parameter(names = {"-pos", "--posModel"}, description = "POS model to use")
+ protected String model = DEFAULT_POS_MODEL;
- @Parameter(names = {"-b", "--beta"})
- protected double beta = 1.0;
+ @Parameter(names = {"--dependencyParserModel"}, description = "Location of the model for the dependency parser.")
+ protected String dependencyParserModel = DEFAULT_DEPENDENCY_PARSER_MODEL;
- @Parameter(names = {"-g", "--gamma"})
- protected double gamma = 0.1;
+ @Parameter(names = {"-l", "--language"}, description = "Language of the input")
+ protected String language = "en";
- @Parameter(names = {"-t", "--threshold"})
- protected double threshold = 0.4;
+ @Parameter(names = {"-a", "--alpha"})
+ protected double alpha = 1.0;
- @Parameter(names = {"-w", "--wikiDataList"})
- protected String wikiDataFile = null;
+ @Parameter(names = {"-b", "--beta"})
+ protected double beta = 1.0;
- @Parameter(names = {"--tex"})
- protected boolean useTeXIdentifiers = false;
+ @Parameter(names = {"-g", "--gamma"})
+ protected double gamma = 0.1;
- @Parameter(names = {"--texvcinfo"})
- protected String texvcinfoUrl = "https://en.wikipedia.org/api/rest_v1/media/math/check/tex";
+ @Parameter(names = {"-t", "--threshold"})
+ protected double threshold = 0.4;
- @Parameter(names = {"--definitionMerging"}, description = "apply definition merging algorithm")
- protected Boolean definitionMerging = false;
+ @Parameter(names = {"-w", "--wikiDataList"})
+ protected String wikiDataFile = null;
- public BaseConfig() {
- Properties prop = new Properties();
- String propFileName = "mathosphere.properties";
+ @Parameter(names = {"--tex"})
+ protected boolean useTeXIdentifiers = false;
- InputStream inputStream = getClass().getClassLoader().getResourceAsStream(propFileName);
+ @Parameter(names = {"--texvcinfo"})
+ protected String texvcinfoUrl = "https://en.wikipedia.org/api/rest_v1/media/math/check/tex";
- if (inputStream != null) {
- try {
- prop.load(inputStream);
- if (prop.stringPropertyNames().contains("texvcinfo")) {
- final String texvcinfo = prop.getProperty("texvcinfo");
- if (texvcinfo.length() > 0) {
- texvcinfoUrl = texvcinfo;
- }
+ @Parameter(names = {"--definitionMerging"}, description = "apply definition merging algorithm")
+ protected Boolean definitionMerging = false;
+
+ @Parameter(names = {"--moi"}, description = "Use MOI instead of single identifier")
+ protected boolean moi = false;
+
+ public BaseConfig() {
+ Properties prop = new Properties();
+ String propFileName = "mathosphere.properties";
+
+ InputStream inputStream = getClass().getClassLoader().getResourceAsStream(propFileName);
+
+ if (inputStream != null) {
+ try {
+ prop.load(inputStream);
+ if (prop.stringPropertyNames().contains("texvcinfo")) {
+ final String texvcinfo = prop.getProperty("texvcinfo");
+ if (texvcinfo.length() > 0) {
+ texvcinfoUrl = texvcinfo;
+ }
+ }
+ } catch (IOException e) {
+ e.printStackTrace();
+ }
}
- } catch (IOException e) {
- e.printStackTrace();
- }
- }
- }
-
- public BaseConfig(String model, String language, double alpha, double beta, double gamma,
- double threshold, boolean useTeXIdentifiers) {
- this.model = model;
- this.language = language;
- this.alpha = alpha;
- this.beta = beta;
- this.gamma = gamma;
- this.threshold = threshold;
- this.useTeXIdentifiers = useTeXIdentifiers;
- }
+ }
+
+ public BaseConfig(String model, String language, double alpha, double beta, double gamma,
+ double threshold, boolean useTeXIdentifiers) {
+ this.model = model;
+ this.language = language;
+ this.alpha = alpha;
+ this.beta = beta;
+ this.gamma = gamma;
+ this.threshold = threshold;
+ this.useTeXIdentifiers = useTeXIdentifiers;
+ }
+
+ public void setDefinitionMerging(boolean definitionMerging) {
+ this.definitionMerging = definitionMerging;
+ }
public Boolean getDefinitionMerging() {
return definitionMerging;
}
- public String getModel() {
- return model;
- }
+ public String getModel() {
+ return model;
+ }
+
+ public String getDependencyParserModel() {
+ return dependencyParserModel;
+ }
public void setModel(String model) {
this.model = model;
}
- public double getAlpha() {
- return alpha;
- }
+ public double getAlpha() {
+ return alpha;
+ }
- public double getBeta() {
- return beta;
- }
+ public double getBeta() {
+ return beta;
+ }
- public double getGamma() {
- return gamma;
- }
+ public double getGamma() {
+ return gamma;
+ }
+
+ public double getThreshold() {
+ return threshold;
+ }
+
+ public String getLanguage() {
+ return language;
+ }
+
+ public boolean getUseTeXIdentifiers() {
+ return useTeXIdentifiers;
+ }
- public double getThreshold() {
- return threshold;
- }
+ public void setUseTeXIdentifiers(boolean useTeXIdentifiers) {
+ this.useTeXIdentifiers = useTeXIdentifiers;
+ }
- public String getLanguage() {
- return language;
- }
+ public void setUseMOI(boolean use) {
+ this.moi = use;
+ }
- public boolean getUseTeXIdentifiers() {
- return useTeXIdentifiers;
- }
+ public boolean useMOI() {
+ return moi;
+ }
- public void setUseTeXIdentifiers(boolean useTeXIdentifiers) {
- this.useTeXIdentifiers = useTeXIdentifiers;
- }
+ public String getWikiDataFile() {
+ return wikiDataFile;
+ }
- public String getWikiDataFile() {
- return wikiDataFile;
- }
+ public BaseConfig setWikiDataFile(String wikiDataFile) {
+ this.wikiDataFile = wikiDataFile;
+ return this;
+ }
- public BaseConfig setWikiDataFile(String wikiDataFile) {
- this.wikiDataFile = wikiDataFile;
- return this;
- }
+ public void setTexvcinfoUrl(String url) {
+ this.texvcinfoUrl = url;
+ }
- public String getTexvcinfoUrl() {
- return texvcinfoUrl;
- }
+ public String getTexvcinfoUrl() {
+ return texvcinfoUrl;
+ }
}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/MachineLearningDefinienClassifierConfig.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/MachineLearningDefinienClassifierConfig.java
index 4de25e73..104087ad 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/MachineLearningDefinienClassifierConfig.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/MachineLearningDefinienClassifierConfig.java
@@ -23,9 +23,6 @@ public String getSvmModel() {
@Parameter(names = {"--svmModel"}, description = "File location of the svm model to use.")
protected String svmModel;
- @Parameter(names = {"--dependencyParserModel"}, description = "Location of the model for the dependency parser.")
- protected String dependencyParserModel = "edu/stanford/nlp/models/parser/nndep/english_UD.gz";
-
public static MachineLearningDefinienClassifierConfig test() {
MachineLearningDefinienClassifierConfig test = new MachineLearningDefinienClassifierConfig();
test.dataset = "c:/tmp/mlp/input/eval_dataset.xml";
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/MachineLearningDefinienExtractionConfig.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/MachineLearningDefinienExtractionConfig.java
index dc4098be..dd98c8da 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/MachineLearningDefinienExtractionConfig.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/cli/MachineLearningDefinienExtractionConfig.java
@@ -40,9 +40,6 @@ public boolean isFineSearch() {
protected boolean coarseSearch;
@Parameter(names = {"--fineParameterSearch"}, description = "Searches for parameters in a fine grid of cost and gamma values.")
protected boolean fineSearch;
- @Parameter(names = {"--dependencyParserModel"}, description = "Location of the model for the dependency parser.")
- protected String dependencyParserModel = "edu/stanford/nlp/models/parser/nndep/english_UD.gz";
-
@Parameter(names = {"--leaveOneOutEvaluation"}, description = "Perform a leave one out evaluation of the models performance.")
protected boolean leaveOneOutEvaluation = false;
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/CreateCandidatesMapper.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/CreateCandidatesMapper.java
index 4de328fd..c254f2ed 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/CreateCandidatesMapper.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/CreateCandidatesMapper.java
@@ -1,26 +1,32 @@
package com.formulasearchengine.mathosphere.mlp.contracts;
+import com.formulasearchengine.mathosphere.mlp.cli.BaseConfig;
+import com.formulasearchengine.mathosphere.mlp.pojos.*;
+import com.formulasearchengine.mathosphere.mlp.text.PatternMatcher;
+import com.formulasearchengine.mathosphere.mlp.text.PosTag;
+import com.formulasearchengine.mathosphere.mlp.text.SimplePatternMatcher;
import com.google.common.collect.HashMultiset;
import com.google.common.collect.Lists;
import com.google.common.collect.Multiset;
import com.google.common.collect.Multiset.Entry;
-
-import com.formulasearchengine.mathosphere.mlp.cli.BaseConfig;
-import com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument;
-import com.formulasearchengine.mathosphere.mlp.pojos.Relation;
-import com.formulasearchengine.mathosphere.mlp.pojos.Sentence;
-import com.formulasearchengine.mathosphere.mlp.pojos.WikiDocumentOutput;
-import com.formulasearchengine.mathosphere.mlp.pojos.Word;
-
import org.apache.flink.api.common.functions.MapFunction;
+import org.apache.flink.api.java.tuple.Tuple2;
+import org.apache.flink.api.java.tuple.Tuple3;
+import org.apache.logging.log4j.LogManager;
+import org.apache.logging.log4j.Logger;
+import java.io.IOException;
import java.util.*;
+import java.util.regex.Matcher;
+import java.util.stream.Collectors;
+import java.util.stream.Stream;
/**
* Mapper that finds a list of possible identifiers and their definitions. As described in section 2 step 4 of
- * https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0ahUKEwjbo8bF5J3PAhWMcT4KHesdCRMQFgg0MAM&url=https%3A%2F%2Fwww.gipp.com%2Fwp-content%2Fpapercite-data%2Fpdf%2Fschubotz16.pdf&usg=AFQjCNG8WcokDbLBSdzddbijH-bJh4w5sA&sig2=ofIftBvBlsOdwikq2d1fag
+ * https://www.gipp.com/wp-content/papercite-data/pdf/schubotz16.pdf
*/
public class CreateCandidatesMapper implements MapFunction {
+ private static final Logger LOG = LogManager.getLogger(CreateCandidatesMapper.class.getName());
private final BaseConfig config;
private double alpha;
@@ -35,10 +41,95 @@ public CreateCandidatesMapper(BaseConfig config) {
this.gamma = config.getGamma();
}
+ /**
+ * There are two modes for generating definiens-math pairs. Either the original approach searching
+ * for single identifiers or for entire math objects (here called MOI). Which mode is used is defined by
+ * {@link BaseConfig#useMOI()}.
+ * @param doc the parsed document (no scoring, no definien-math pairs)
+ * @return a scored document
+ */
@Override
public WikiDocumentOutput map(ParsedWikiDocument doc) {
- Set identifiers = doc.getIdentifiers().elementSet();
+ if ( config.useMOI() ) {
+ return moiMapping(doc);
+ } else return identifierMapping(doc);
+ }
+
+ public WikiDocumentOutput moiMapping( ParsedWikiDocument doc ) {
+ LOG.info("Start MOI-definiens mapping.");
List relations = Lists.newArrayList();
+
+ Collection formulae = doc.getFormulae();
+ if ( formulae == null || formulae.isEmpty() )
+ return new WikiDocumentOutput(doc.getTitle(), relations, doc.getFormulaeMap());
+
+ Collection math = doc.getFormulae();
+ relations = analyzeFormulae(doc, math);
+ return new WikiDocumentOutput(doc.getTitle(), relations, doc.getFormulaeMap());
+ }
+
+ public void analyzeSingleFormulaWithDependencies( ParsedWikiDocument doc, MathTag formula ) {
+ MathTagGraph graph = doc.getFormulaGraph();
+ if ( !graph.contains( formula ) ) {
+ LOG.info("The requested formula is not part of the dependency tree. Adding it as a node to the tree.");
+ graph.addFormula(formula);
+ }
+ List formulae = new LinkedList<>(graph.getIngoingEdges(formula));
+ formulae.add(0, formula); // the formula itself must be an element as well... lol
+
+ analyzeFormulae(doc, formulae);
+ }
+
+ private List analyzeFormulae( ParsedWikiDocument doc, Collection formulae ) {
+ return formulae.stream()
+ .filter( m -> m.getPositions() != null && m.getPositions().size() > 0 )
+ .sorted(Comparator.comparing(m -> m.getPositions().get(0)))
+ .flatMap( m -> relations(doc, m) )
+ .filter( rel -> rel.getScore() >= config.getThreshold() )
+ .sorted() // uses Relation.compareTo(Relation r) method
+ .collect(Collectors.toList());
+ }
+
+ private Stream relations(ParsedWikiDocument doc, MathTag mathTag) {
+ List candidates = generateCandidates(doc, mathTag);
+
+ for ( Relation rel : candidates ) {
+ String def = rel.getDefinition();
+ def = resolveFormulae(def, doc);
+ rel.setDefinition(def);
+ }
+
+ if(config.getDefinitionMerging()){
+ selfMerge(candidates);
+ }
+
+ doc.getFormulaGraph().setMOIRelation(mathTag, candidates);
+ return candidates.stream();
+ }
+
+ private static String resolveFormulae(String def, ParsedWikiDocument doc) {
+ Map formulaMap = doc.getFormulaeMap();
+ StringBuilder sb = new StringBuilder();
+ Matcher m = MathTag.FORMULA_PATTERN.matcher(def);
+ while ( m.find() ) {
+ MathTag tag = formulaMap.get(m.group(0));
+ if ( tag != null ) {
+ m.appendReplacement(sb, tag.getContent());
+ } else m.appendReplacement(sb, m.group(0));
+ }
+ m.appendTail(sb);
+ return sb.toString();
+ }
+
+ private WikiDocumentOutput identifierMapping(ParsedWikiDocument doc) {
+ LOG.info("Start identifier-definiens mapping.");
+ List relations = Lists.newArrayList();
+ Multiset idents = doc.getIdentifiers();
+ if ( idents == null ) {
+ LOG.warn("No identifiers available.");
+ return new WikiDocumentOutput(doc.getTitle(), relations, HashMultiset.create());
+ }
+ Set identifiers = doc.getIdentifiers().elementSet();
for (String identifier : identifiers) {
List candidates = generateCandidates(doc, identifier);
if(config.getDefinitionMerging()){
@@ -57,7 +148,7 @@ public WikiDocumentOutput map(ParsedWikiDocument doc) {
}
private void selfMerge(List candidates) {
- Collections.sort(candidates,Relation::compareNameScore);
+ candidates.sort(Relation::compareNameScore);
final Iterator iterator = candidates.iterator();
Relation lastLower = null;
Relation lastElement = null;
@@ -65,7 +156,7 @@ private void selfMerge(List candidates) {
int multiplicity = 1;
while (iterator.hasNext()) {
final Relation relation = iterator.next();
- Relation lower = new Relation(relation.getIdentifier(), relation.getDefinition().toLowerCase());
+ Relation lower = new Relation(relation.getMathTag().getContent(), relation.getDefinition().toLowerCase());
if (lastLower != null && lower.compareToName(lastLower) == 0) {
multiplicity++;
decayFactor = Math.pow(2, -1.3*multiplicity);
@@ -81,9 +172,96 @@ private void selfMerge(List candidates) {
candidates.sort(Relation::compareTo);
}
+ private String getAppropriateText(Word word, DocumentMetaLib lib) {
+ if ( !PosTag.LINK.equals(word.getPosTag()) ) return word.getLemma();
+
+ SpecialToken token = lib.getLinkLib().get(word.getWord());
+ return token.getContent();
+ }
+
+ private List generateCandidates(ParsedWikiDocument doc, MathTag formula) {
+ List formulaPositions = formula.getPositions();
+ if ( formulaPositions == null || formulaPositions.isEmpty() ) {
+ LOG.warn("No positions found for formula " + formula.getContent());
+ return new LinkedList<>();
+ }
+
+ // the positions are ordered on init
+ Position firstAppearancePosition = formulaPositions.get(0);
+
+ List result = Lists.newArrayList();
+ List, List>> sentences = findSentencesWithFormula(doc.getSentences(), formula, doc.getFormulaGraph());
+ if ( sentences.isEmpty() ) return result;
+
+ Multiset wordFrequencies = HashMultiset.create();
+ sentences.stream()
+ .flatMap(f -> f.f0.getWords().stream())
+ .filter(this::isGood)
+ .map(Word::toLowerCase)
+ .forEach(wordFrequencies::add);
+ if ( wordFrequencies.isEmpty() ) return result;
+
+ int maxNounFrequency = calculateMax(wordFrequencies);
+
+// Position firstAppearancePosition = sentences.get(0).f1.stream().findFirst().get();
+
+ LOG.debug("First pos of formula is " + firstAppearancePosition + "; Identified " + sentences.size() + " sentences " +
+ "that include (partially) the formula: " + formula.getContent());
+
+ PatternMatcher patternMatcher = PatternMatcher.generateMOIPatternMatcher(formula);
+ Set addedDefiniens = new HashSet<>();
+
+ for (int sentenceIdx = 0; sentenceIdx < sentences.size(); sentenceIdx++) {
+ Tuple3, List> entry = sentences.get(sentenceIdx);
+ Sentence sentence = entry.f0;
+ List definiens = sentence.getNouns();
+ Set patternMatchedDefinitions = patternMatcher.match( sentence.getWords() );
+ Set patternStrings = patternMatchedDefinitions.stream().map( w -> getAppropriateText(w, doc.getLib()) ).collect(Collectors.toSet());
+
+ // note: it is impossible that there are patternMatchedDefinitions that are not also in definiens list.
+ // makes sense right? Because definiens contains simply all definiens in the sentence
+ // while patternMatchedDefinitions only contains the nouns that matches the pattern IN the same sentence
+ // and to match the pattern, it must be nouns... quite simply
+
+// List positions = identifierPositions(words, identifier);
+ for ( Word def : definiens ) {
+ String defAppropriateString = getAppropriateText(def, doc.getLib());
+
+// Position closestPosition = getClosestPosition(def, entry.f1);
+// int wordDistance = calculateClosestDistance(def, entry.f1);
+ double score = -1;
+ if ( patternStrings.contains(defAppropriateString) ) {
+ score = 1;
+ } else {
+ int graphDistance = getClosestGraphDistance(sentence, def, entry.f2);
+ int freq = wordFrequencies.count(def.getWord().toLowerCase());
+ score = calculateScore(
+ graphDistance,
+ freq,
+ maxNounFrequency,
+ firstAppearancePosition.getSentenceDistance(def.getPosition())
+ );
+ }
+
+ Relation relation = new Relation();
+ relation.setMathTag(formula);
+ relation.setIdentifierPosition(formula.getPositions().get(0).getWord());
+ relation.setDefinition(defAppropriateString);
+ relation.setWordPosition(def.getPosition().getWord());
+ relation.setScore(score);
+ relation.setSentence(sentence);
+
+ result.add(relation);
+ addedDefiniens.add(defAppropriateString);
+ }
+ }
+
+ return result;
+ }
+
/**
* Find a list of possible definitions for an identifier. As described in section 2 step 4 of
- * https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0ahUKEwjbo8bF5J3PAhWMcT4KHesdCRMQFgg0MAM&url=https%3A%2F%2Fwww.gipp.com%2Fwp-content%2Fpapercite-data%2Fpdf%2Fschubotz16.pdf&usg=AFQjCNG8WcokDbLBSdzddbijH-bJh4w5sA&sig2=ofIftBvBlsOdwikq2d1fag
+ * https://www.gipp.com/wp-content/papercite-data/pdf/schubotz16.pdf
*
* @param doc Where to search for definitions
* @param identifier What to define.
@@ -124,11 +302,10 @@ private List generateCandidates(ParsedWikiDocument doc, String identif
Relation relation = new Relation();
relation.setIdentifier(identifier);
relation.setIdentifierPosition(identifierPosition);
- relation.setDefinition(word, doc);
+ relation.setDefinition(getAppropriateText(word, doc.getLib()));
relation.setWordPosition(wordIdx);
relation.setScore(score);
relation.setSentence(sentence);
- // relation.setSentence(sentence);
result.add(relation);
}
@@ -139,7 +316,7 @@ private List generateCandidates(ParsedWikiDocument doc, String identif
/**
* Find a list of possible definitions for an identifier. As described in section 2 step 5 of
- * https://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0ahUKEwjbo8bF5J3PAhWMcT4KHesdCRMQFgg0MAM&url=https%3A%2F%2Fwww.gipp.com%2Fwp-content%2Fpapercite-data%2Fpdf%2Fschubotz16.pdf&usg=AFQjCNG8WcokDbLBSdzddbijH-bJh4w5sA&sig2=ofIftBvBlsOdwikq2d1fag
+ * https://www.gipp.com/wp-content/papercite-data/pdf/schubotz16.pdf
*
* @param distance Number of tokens between identifier and definiens.
* @param frequency The term frequency of the possible definiendum.
@@ -148,9 +325,11 @@ private List generateCandidates(ParsedWikiDocument doc, String identif
* @return Score how likely the definiendum is the correct definition for the identifier.
*/
private double calculateScore(int distance, int frequency, int maxFrequency, int sentenceIdx) {
+ // sigma_d
double std1 = Math.sqrt(Math.pow(5d, 2d) / (2d * Math.log(2)));
double dist = gaussian(distance, std1);
+ // sigma_s
double std2 = Math.sqrt(Math.pow(3d, 2d) / (2d * Math.log(2)));
double seq = gaussian(sentenceIdx, std2);
@@ -158,8 +337,10 @@ private double calculateScore(int distance, int frequency, int maxFrequency, int
return (alpha * dist + beta * seq + gamma * relativeFrequency) / (alpha + beta + gamma);
}
+ private static final double SQRT_DOUBLE_PI = Math.sqrt( 2d * Math.PI );
+
private static double gaussian(double x, double std) {
- return Math.exp(-x * x / (2 * std * std));
+ return Math.exp(-(x * x) / (2 * std * std)); // / (std * SQRT_DOUBLE_PI);
}
/**
@@ -200,7 +381,7 @@ public static int closestIdentifierPosition(List positions, int wordIdx
public static int calculateMax(Multiset frequencies) {
Entry max = Collections.max(frequencies.entrySet(),
- (e1, e2) -> Integer.compare(e1.getCount(), e2.getCount()));
+ Comparator.comparingInt(Entry::getCount));
return max.getCount();
}
@@ -229,17 +410,225 @@ private boolean isGood(Word in) {
if ("ID".equals(posTag)) {
return false;
}*/
- if (word.length() < 3) {
- return false;
- }
- if (word.contains("<")) {
- // remove tags and so
- //TODO: Make a white-list of allowed chars.
- return false;
- }
+// if (word.length() < 3) {
+// return false;
+// }
+// if (word.contains("<")) {
+// // remove tags and so
+// //TODO: Make a white-list of allowed chars.
+// return false;
+// }
// we're only interested in nouns, entities and links
- return posTag.matches("NN[PS]{0,2}|NP\\+?|NN\\+|LNK");
+ return posTag.matches(PosTag.DEFINIEN_REGEX);
+ }
+
+ public static int calculateClosestDistance(Word def, Set positions) {
+ Position wordP = def.getPosition();
+ return positions.stream()
+// .flatMap(f -> f.getPositions().stream())
+ .filter( f -> wordP.getSection() == f.getSection() && wordP.getSentence() == f.getSentence())
+ .map( f -> Math.abs(wordP.compareTo(f)) )
+ .min( Integer::compareTo )
+ .orElse(Integer.MIN_VALUE);
+ }
+
+ public static int getClosestGraphDistance(Sentence sentence, Word definien, List mathWordsInSentence) {
+ return mathWordsInSentence.stream()
+ .map( mathWord -> sentence.getGraphDistance(definien, mathWord) )
+ .mapToInt(i -> i)
+ .min()
+ .orElse( -1 );
+ }
+
+ public static Position getClosestPosition(Word def, Set positions) {
+ Position wordP = def.getPosition();
+ return positions.stream()
+ .filter( f -> wordP.getSection() == f.getSection() && wordP.getSentence() == f.getSentence())
+ .min( Position::compareTo )
+ .orElse(null);
+ }
+
+ /**
+ * Find the sentences in which the given formula appears in (also if the given formula is a subexpression of
+ * another formula).
+ * @param sentences the list of sentences to search for
+ * @param formula the formula to search for
+ * @return the list of sentences and positions in these sentences where the given formula appears
+ * (or is a subexpression of a formula that appears in this sentence).
+ */
+ private List, List>> findSentencesWithFormula(List sentences, MathTag formula, MathTagGraph graph) {
+ // first approach
+ List, List>> out = new LinkedList<>();
+
+ Collection superMathTags = graph.getOutgoingEdges(formula);
+ for ( Sentence sentence : sentences ) {
+ // first we add all positions from the formula itself
+ Set poss = formula.getPositionsInSentence(sentence);
+ List wordss = formula.getWordsInSentence(sentence);
+
+ // now add all outgoing connected nodes as well.
+ for ( MathTag superTag : superMathTags ) {
+ Set superPoss = superTag.getPositionsInSentence(sentence);
+ poss.addAll(superPoss);
+ wordss.addAll(superTag.getWordsInSentence(sentence));
+ }
+
+ if ( !poss.isEmpty() ) out.add(new Tuple3<>(sentence, poss, wordss));
+ }
+ return out;
+
+// MatchablePomTaggedExpression patternTree = null;
+// LOG.info("Search for math formula: " + formula.getContent());
+// // first, create patterns of the formula where all identifiers are replaced by wildcards
+// Set idInFormula = new HashSet<>(formula.getIdentifiers().elementSet());
+// String firstIdentifier = null;
+// String expression = formula.getContent();
+// for ( String id : idInFormula ) {
+// if ( expression.startsWith(id) ) {
+// firstIdentifier = id;
+// idInFormula.remove(id);
+// LOG.debug("Expression starts with identifier, consider it as primary-identifier: " + id);
+// break;
+// }
+// }
+//
+// try {
+// int counter = 1;
+// for (String id : idInFormula) {
+// String regex = "";
+// if ( !id.startsWith("\\") ) {
+// regex = "(? 1 || expression.contains("\\begin") ) {
+// LOG.debug("Unable to generate pattern for complex expression. Consider it as single appearance");
+// for (Sentence s : sentences) {
+// Set p = formula.getPositionsInSentence(s);
+// if ( !p.isEmpty() ) {
+// Tuple2> e = new Tuple2<>(s, p);
+// out.add(e);
+// }
+// }
+// return out;
+// }
+//
+// if ( idInFormula.isEmpty() && firstIdentifier == null ) {
+// LOG.debug("No identifier in this formula. Let's not check for subexpressions somewhere else.");
+// for (Sentence s : sentences) {
+// Set p = formula.getPositionsInSentence(s);
+// if ( !p.isEmpty() ) {
+// Tuple2> e = new Tuple2<>(s, p);
+// out.add(e);
+// }
+// }
+// return out;
+// }
+//
+// LOG.debug("Actually, found that it is only one identifier. So fall back to standard task");
+// // fall back to identifier solution.
+// if ( firstIdentifier != null ) idInFormula.add(firstIdentifier);
+// sentences.stream().filter( s -> s.getIdentifiers().containsAll(idInFormula) )
+// .forEach( s -> {
+// Position pos = s.getWords().get(0).getPosition();
+// Set mathPositions = s.getMath().stream()
+// .filter(m -> m.getIdentifiers().containsAll(idInFormula))
+// .flatMap( m -> m.getPositions().stream() )
+// .filter( p -> Position.inSameSentence(p, pos) )
+// .collect(Collectors.toSet());
+// Tuple2> entry = new Tuple2<>(s, mathPositions);
+// out.add(entry);
+// });
+// return out;
+// }
+//
+// patternTree = PomMatcherBuilder.compile(mlp, expression, "var\\d+");
+// LOG.info("Generated matchable pom tagged expression");
+// } catch (ParseException e) {
+// LOG.error("Cannot generate pattern of expression: " + e.getMessage(), e);
+// }
+//
+// List allFormulaePosition = formula.getPositions();
+//
+// for ( Sentence sentence : sentences ) {
+// if ( sentence.getWords().isEmpty() ) continue;
+// Set entries = new HashSet<>();
+// Position firstWordInSentencePos = sentence.getWords().get(0).getPosition();
+// // first, check if given formulae actually appear in this sentence at it is (exact hits based on content)
+// for ( Position p : allFormulaePosition ) {
+// if ( Position.inSameSentence(firstWordInSentencePos, p) ) {
+// entries.add(p);
+// }
+// }
+//
+// // next, lets try to find pattern matches
+// if ( patternTree != null ) {
+// Set formulaeInSentence = sentence.getMath();
+// for ( MathTag m : formulaeInSentence ) {
+// if ( m.getContent().contains("\\begin") ) {
+// // skip this stuff... its too difficult for PoM-Tagger
+// continue;
+// }
+//// if ( m.equals(formula) ) continue; // already added before, don't need to test
+// try {
+// PomMatcher matcher = patternTree.matcher(m.getContent());
+// if ( matcher.find() ) {
+// LOG.debug("Found a pattern match with " + m.getContent());
+// LOG.debug("Captured Groups: " + matcher.groups());
+//// if ( matcher.groups().values().size() != idInFormula.size() ) {
+//// LOG.debug("Not all groups matched. Hence it was only a partial match which we will skip now.");
+//// continue;
+//// }
+//
+// // let's make it even more strict, there should be at least one (or even more?)
+// // identifiers from the original expression in the found match
+// Collection hits = matcher.groups().values();
+// Set originalIdsCopy = new HashSet<>(idInFormula);
+// originalIdsCopy.retainAll(hits);
+// // if there was no primary identifier, we want to see at least ONE match between captured groups
+// // and identifiers from the original expression. For example: f(x) should not match g(y).
+// if ( !originalIdsCopy.isEmpty() || firstIdentifier != null ) {
+//// if ( !originalIdsCopy.isEmpty() )
+//// LOG.debug("Multiple hits were used in the original formula: " + originalIdsCopy);
+// // if ( Position.inSameSentence(firstWordInSentencePos, p) )
+// entries.addAll(m.getPositions());
+// } else {
+// LOG.debug("There is no match between the found captures and the originally extracted identifiers "
+// + idInFormula + ". Hence, it doesn't count as a hit.");
+// }
+// } else if ( !matcher.groups().isEmpty() ) {
+// LOG.debug("No find() but partially contains (ignore it): " + m.getContent());
+// }
+// } catch (Exception e) {
+// LOG.warn("Unable to parse expression:\n"+m.getContent(), e);
+// }
+// }
+// }
+//
+//// Set formulae = sentence.getMath();
+// if ( !entries.isEmpty() ) {
+// Tuple2> entry = new Tuple2<>(sentence, entries);
+// out.add(entry);
+// }
+// }
+//
+//
+//// for ( Sentence s : sentences ) {
+//// Set allMath = s.getFormulaWithAllIdentifiers(formula);
+//// if ( !allMath.isEmpty() ) {
+//// Tuple2> entry = new Tuple2<>(s, allMath);
+//// out.add(entry);
+//// }
+//// }
+//
+// return out;
}
/**
@@ -247,11 +636,11 @@ private boolean isGood(Word in) {
*
* @return {@link ArrayList} with the sentences containing the identifier.
*/
- public static List findSentencesWithIdentifier(List sentences, String identifier) {
+ public static List findSentencesWithIdentifier(List sentences, String... identifier) {
List result = Lists.newArrayList();
for (Sentence sentence : sentences) {
- if (sentence.contains(identifier)) {
+ if (sentence.containsIdentifier(identifier)) {
result.add(sentence);
}
}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TagExtractionMapper.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TagExtractionMapper.java
index acbba726..6208835c 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TagExtractionMapper.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TagExtractionMapper.java
@@ -3,7 +3,7 @@
import com.formulasearchengine.mathosphere.mlp.cli.TagsCommandConfig;
import com.formulasearchengine.mathosphere.mlp.pojos.MathTag;
import com.formulasearchengine.mathosphere.mlp.pojos.RawWikiDocument;
-import com.formulasearchengine.mathosphere.mlp.text.MathConverter;
+import com.formulasearchengine.mathosphere.mlp.text.WikiTextParser;
import org.apache.flink.api.common.functions.FlatMapFunction;
import org.apache.flink.util.Collector;
@@ -20,10 +20,10 @@ public TagExtractionMapper(TagsCommandConfig c) {
@Override
public void flatMap(RawWikiDocument rawWikiDocument, Collector collector) throws Exception {
- final MathConverter converter = new MathConverter(rawWikiDocument.text, rawWikiDocument.title, config);
+ final WikiTextParser converter = new WikiTextParser(rawWikiDocument, config);
converter.setSkipHiddenMath(true);
converter.processTags();
- for (MathTag tag : converter.getMathTags()) {
+ for (MathTag tag : converter.getMetaLibrary().getFormulaLib().values()) {
collector.collect(tag);
}
}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TextAnnotatorMapper.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TextAnnotatorMapper.java
deleted file mode 100644
index ffbf880d..00000000
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TextAnnotatorMapper.java
+++ /dev/null
@@ -1,89 +0,0 @@
-package com.formulasearchengine.mathosphere.mlp.contracts;
-
-import com.google.common.collect.HashMultiset;
-import com.google.common.collect.Multiset;
-
-import com.formulasearchengine.mathosphere.mlp.cli.BaseConfig;
-import com.formulasearchengine.mathosphere.mlp.pojos.MathTag;
-import com.formulasearchengine.mathosphere.mlp.pojos.ParsedWikiDocument;
-import com.formulasearchengine.mathosphere.mlp.pojos.RawWikiDocument;
-import com.formulasearchengine.mathosphere.mlp.pojos.Sentence;
-import com.formulasearchengine.mathosphere.mlp.pojos.WikidataLink;
-import com.formulasearchengine.mathosphere.mlp.text.MathConverter;
-import com.formulasearchengine.mathosphere.mlp.text.PosTagger;
-import com.formulasearchengine.mathosphere.mlp.text.WikiTextUtils;
-
-import org.apache.flink.api.common.functions.RichMapFunction;
-import org.apache.flink.configuration.Configuration;
-import org.apache.logging.log4j.Logger;
-import org.apache.logging.log4j.LogManager;
-
-import java.util.ArrayList;
-import java.util.List;
-
-public class TextAnnotatorMapper extends RichMapFunction {
-
- private static final Logger LOGGER = LogManager.getLogger(TextAnnotatorMapper.class.getName());
-
- private final BaseConfig config;
-
-
- private transient PosTagger posTagger;
-
- public TextAnnotatorMapper(BaseConfig config) {
- this.config = config;
- }
-
- @Override
- public void open(Configuration cfg) {
- posTagger = PosTagger.create(config);
- }
-
- @Override
- public ParsedWikiDocument map(RawWikiDocument doc) {
- LOGGER.info("processing \"{}\"...", doc.title);
-
- final ParsedWikiDocument parse = parse(doc.text, doc.title);
- LOGGER.debug("identifiers in \"{}\" from {} formulas: {}", doc.title, parse.getFormulas().size(),
- parse.getIdentifiers());
- return parse;
- }
-
- public ParsedWikiDocument parse(String wikitext, String title) {
- List sentences;
- List links = null;
- List mathTags;
- try {
- String cleanText;
- if (config.getUseTeXIdentifiers()) {
- MathConverter c = new MathConverter(wikitext, title, config);
- cleanText = c.getStrippedOutput();
- mathTags = c.getMathTags();
- links = c.getLinks();
- } else {
- mathTags = WikiTextUtils.findMathTags(wikitext);
- String newText = WikiTextUtils.replaceAllFormulas(wikitext, mathTags);
- cleanText = WikiTextUtils.extractPlainText(newText);
- }
- //formulas = toFormulas(mathTags, config.getUseTeXIdentifiers(),config.getTexvcinfoUrl());
- sentences = posTagger.process(cleanText, mathTags);
- } catch (Exception e) {
- LOGGER.warn("Problem with text processing", title, e);
- mathTags = new ArrayList<>();
- sentences = new ArrayList<>();
- }
- Multiset allIdentifiers = HashMultiset.create();
- for (MathTag formula : mathTags) {
- for (Multiset.Entry entry : formula.getIdentifiers(config).entrySet()) {
- allIdentifiers.add(entry.getElement(), entry.getCount());
- }
- }
- return new ParsedWikiDocument(title, allIdentifiers, mathTags, sentences, links);
- }
-
- public ParsedWikiDocument parse(String wikitext) {
- return parse(wikitext, "no title specified");
- }
-
-
-}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TextExtractorMapper.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TextExtractorMapper.java
deleted file mode 100644
index 549f08b5..00000000
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/TextExtractorMapper.java
+++ /dev/null
@@ -1,76 +0,0 @@
-package com.formulasearchengine.mathosphere.mlp.contracts;
-
-import com.formulasearchengine.mathosphere.mlp.pojos.RawWikiDocument;
-
-import org.apache.commons.lang3.text.translate.AggregateTranslator;
-import org.apache.commons.lang3.text.translate.CharSequenceTranslator;
-import org.apache.commons.lang3.text.translate.EntityArrays;
-import org.apache.commons.lang3.text.translate.LookupTranslator;
-import org.apache.flink.api.common.functions.FlatMapFunction;
-import org.apache.flink.util.Collector;
-import org.apache.logging.log4j.Logger;
-import org.apache.logging.log4j.LogManager;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-public class TextExtractorMapper implements FlatMapFunction {
-
- private static final Logger LOGGER = LogManager.getLogger(TextExtractorMapper.class.getName());
-
- private static final Pattern TITLE_PATTERN = Pattern.compile("(?:)(.*?)(?: )");
- private static final Pattern NAMESPACE_PATTERN = Pattern.compile("(?:)(.*?)(?: )");
- private static final Pattern TEXT_PATTERN = Pattern.compile("(?:)(.*?)(?:)",
- Pattern.DOTALL);
-
- private static final CharSequenceTranslator TRANSLATOR = new AggregateTranslator(
- new LookupTranslator(EntityArrays.ISO8859_1_UNESCAPE()),
- new LookupTranslator(EntityArrays.BASIC_UNESCAPE()),
- new LookupTranslator(EntityArrays.HTML40_EXTENDED_UNESCAPE()));
-
- @Override
- public void flatMap(String content, Collector out) throws Exception {
- Matcher titleMatcher = TITLE_PATTERN.matcher(content);
- if (!titleMatcher.find()) {
- return;
- }
-
- String title = titleMatcher.group(1);
- LOGGER.info("processing document '{}'...", title);
-
- Matcher namespaceMatcher = NAMESPACE_PATTERN.matcher(content);
- if (!namespaceMatcher.find()) {
- return;
- }
-
- int ns = Integer.parseInt(namespaceMatcher.group(1));
- if (ns != 0) {
- // skip docs from namespaces other than 0
- return;
- }
-
- // parse text
- Matcher textMatcher = TEXT_PATTERN.matcher(content);
- if (!textMatcher.find()) {
- return;
- }
-
- String rawText = textMatcher.group(1);
- String text = unescape(rawText);
-
- out.collect(new RawWikiDocument(title, ns, text));
-
- }
-
- /**
- * Unescapes special entity char sequences like < to its UTF-8 representation. All ISO-8859-1,
- * HTML4 and Basic entities will be translated.
- *
- * @param text the text that will be unescaped
- * @return the unescaped version of the string text
- */
- public static String unescape(String text) {
- return TRANSLATOR.translate(text);
- }
-
-}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/WikiTextAnnotatorMapper.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/WikiTextAnnotatorMapper.java
new file mode 100644
index 00000000..5bb0b9ef
--- /dev/null
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/WikiTextAnnotatorMapper.java
@@ -0,0 +1,88 @@
+package com.formulasearchengine.mathosphere.mlp.contracts;
+
+import com.formulasearchengine.mathosphere.mlp.cli.BaseConfig;
+import com.formulasearchengine.mathosphere.mlp.pojos.*;
+import com.formulasearchengine.mathosphere.mlp.text.TextAnnotator;
+import com.formulasearchengine.mathosphere.mlp.text.WikiTextParser;
+import com.google.common.collect.HashMultiset;
+import com.google.common.collect.Multiset;
+import edu.stanford.nlp.parser.nndep.DependencyParser;
+import org.apache.flink.api.common.functions.RichMapFunction;
+import org.apache.flink.configuration.Configuration;
+import org.apache.logging.log4j.LogManager;
+import org.apache.logging.log4j.Logger;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Map;
+
+public class WikiTextAnnotatorMapper extends RichMapFunction {
+ private static final Logger LOG = LogManager.getLogger(WikiTextAnnotatorMapper.class.getName());
+
+ private final BaseConfig config;
+ private TextAnnotator annotator;
+
+ public WikiTextAnnotatorMapper(BaseConfig config) {
+ this.config = config;
+ }
+
+ @Override
+ public synchronized void open(Configuration cfg) {
+ annotator = new TextAnnotator(config);
+ }
+
+ @Override
+ public ParsedWikiDocument map(RawWikiDocument doc) {
+ LOG.info("Processing \"{}\"...", doc.getTitle());
+
+ final ParsedWikiDocument parse = parse(doc);
+ if ( parse != null ) LOG.debug("Extract {} formulae from document {}.", parse.getFormulae().size(), doc.getTitle());
+ return parse;
+ }
+
+ public ParsedWikiDocument parse(RawWikiDocument doc) {
+ return parse(doc, null);
+ }
+
+ public ParsedWikiDocument parse(RawWikiDocument doc, DocumentMetaLib lib) {
+ List sentences;
+ try {
+ WikiTextParser c = new WikiTextParser(doc, config, lib);
+ List cleanText = c.parse();
+ lib = c.getMetaLibrary();
+ if ( doc != null ) LOG.info("NLP analyzing document " + doc.getTitle());
+ sentences = annotator.annotate(cleanText, lib);
+ } catch (Exception e) {
+ LOG.warn("Unable to parse wikitext from document {}. Reason: {}", doc.getTitle(), e);
+ e.printStackTrace();
+ sentences = new ArrayList<>();
+ if ( lib == null ) lib = new DocumentMetaLib(config);
+ return null;
+ }
+
+ Multiset allIdentifiers = getAllIdentifiers(lib.getFormulaLib(), config);
+ ParsedWikiDocument pwd = new ParsedWikiDocument(doc.getTitle(), sentences, lib);
+
+ /*
+ sentences.stream().flatMap(s -> s.getWords().stream()).forEach(w -> {if (w.getWord().contains("Jacobi")){ System.out.println(w.getWord() + ": " + w.getPosition());}});
+ */
+
+ pwd.setIdentifiers(allIdentifiers);
+ return pwd;
+ }
+
+ public ParsedWikiDocument parse(String wikitext) {
+ return parse(new RawWikiDocument("no title specified", -1, wikitext));
+ }
+
+ public static Multiset getAllIdentifiers(Map mathTags, BaseConfig config) {
+ Multiset allIdentifiers = HashMultiset.create();
+ for (MathTag formula : mathTags.values()) {
+ for (Multiset.Entry entry : formula.getIdentifiers(config).entrySet()) {
+ allIdentifiers.add(entry.getElement(), entry.getCount());
+ }
+ }
+ return allIdentifiers;
+ }
+
+}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/WikiTextPageExtractorMapper.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/WikiTextPageExtractorMapper.java
new file mode 100644
index 00000000..c805526c
--- /dev/null
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/contracts/WikiTextPageExtractorMapper.java
@@ -0,0 +1,68 @@
+package com.formulasearchengine.mathosphere.mlp.contracts;
+
+import com.formulasearchengine.mathosphere.mlp.pojos.RawWikiDocument;
+
+import org.apache.flink.api.common.functions.FlatMapFunction;
+import org.apache.flink.api.common.functions.util.ListCollector;
+import org.apache.flink.util.Collector;
+import org.apache.logging.log4j.Logger;
+import org.apache.logging.log4j.LogManager;
+
+import java.util.Collection;
+import java.util.LinkedList;
+import java.util.List;
+import java.util.function.Function;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+import java.util.stream.Stream;
+
+public class WikiTextPageExtractorMapper implements FlatMapFunction {
+
+ private static final Logger LOGGER = LogManager.getLogger(WikiTextPageExtractorMapper.class.getName());
+
+ private static final Pattern PAGE_PATTERN = Pattern.compile("(.+?) ", Pattern.DOTALL);
+
+ @Override
+ public void flatMap(String content, Collector out) {
+ Matcher pageMatcher = PAGE_PATTERN.matcher(content);
+
+ boolean foundAtLeastOnePage = false;
+ while(pageMatcher.find()) {
+ foundAtLeastOnePage = true;
+ String page = pageMatcher.group(1);
+ RawWikiDocument rwd = getRawWikiDocumentFromSinglePage(page);
+ LOGGER.info("Processing document '{}'...", rwd.getTitle());
+
+ if ( rwd.getWikiNamespace() != 0 ) {
+ LOGGER.warn("Skip document '{}' because the namespace is different to 0.", rwd.getTitle());
+ // skip docs from namespaces other than 0
+ continue;
+ }
+
+ out.collect(rwd);
+ }
+
+ if ( foundAtLeastOnePage ) return;
+
+ LOGGER.info("Page extractor did not identified any pages. Consider the entire given content as one single pure wikitext instead.");
+ RawWikiDocument rwd = getRawWikiDocumentFromSinglePage(content);
+ out.collect(rwd);
+ }
+
+ /**
+ * To support usual java streams, we have another flat map method that can be used
+ * in Java's internal {@link Stream#flatMap(Function)}
+ * @param content the content
+ * @return the stream of elements
+ */
+ public Stream streamFlatMap(String content) {
+ List listOfDocs = new LinkedList<>();
+ Collector collector = new ListCollector<>(listOfDocs);
+ flatMap(content, collector);
+ return listOfDocs.stream();
+ }
+
+ public static RawWikiDocument getRawWikiDocumentFromSinglePage(String singlePage) {
+ return new RawWikiDocument(singlePage);
+ }
+}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/ml/WekaClassifier.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/ml/WekaClassifier.java
index 81648af1..146a1017 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/ml/WekaClassifier.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/ml/WekaClassifier.java
@@ -27,58 +27,59 @@
*/
public class WekaClassifier extends RichMapFunction {
- public final MachineLearningDefinienClassifierConfig config;
- private FilteredClassifier svm;
- private DependencyParser parser;
- private StringToWordVector stringToWordVector;
+ public final MachineLearningDefinienClassifierConfig config;
+ private FilteredClassifier svm;
+ private DependencyParser parser;
+ private StringToWordVector stringToWordVector;
- public WekaClassifier(MachineLearningDefinienClassifierConfig config) throws IOException {
- this.config = config;
- }
+ public WekaClassifier(MachineLearningDefinienClassifierConfig config) throws IOException {
+ this.config = config;
+ }
- @Override
- public void open(Configuration parameters) throws Exception {
- svm = (FilteredClassifier) weka.core.SerializationHelper.read(config.getSvmModel());
- stringToWordVector = (StringToWordVector) weka.core.SerializationHelper.read(config.getStringToWordVectorFilter());
- parser = DependencyParser.loadFromModelFile(config.dependencyParserModel());
- }
+ @Override
+ public void open(Configuration parameters) throws Exception {
+ svm = (FilteredClassifier) weka.core.SerializationHelper.read(config.getSvmModel());
+ stringToWordVector = (StringToWordVector) weka.core.SerializationHelper.read(config.getStringToWordVectorFilter());
+ parser = DependencyParser.loadFromModelFile(config.dependencyParserModel());
+ }
- @Override
- public WikiDocumentOutput map(WikiDocumentOutput doc) throws Exception {
- System.out.println("Classifying " + doc.getTitle());
- Instances instances;
- WekaUtils wekaUtils = new WekaUtils();
- instances = wekaUtils.createInstances("AllRelations");
- Map precomputedGraphStore = wekaUtils.getPrecomputedGraphStore();
- Map positiveClassifications = new HashMap<>();
- for (int i = 0; i < doc.getRelations().size(); i++) {
- Relation relation = doc.getRelations().get(i);
- wekaUtils.addRelationToInstances(parser, precomputedGraphStore, doc.getTitle(), doc.getqId(), instances, doc.getMaxSentenceLength(), relation);
- Instances toStringReplace = new Instances(instances, 1);
- toStringReplace.add(instances.get(i));
- Instances stringReplaced = Filter.useFilter(toStringReplace, stringToWordVector);
- Instance instance = stringReplaced.get(0);
- double[] distribution = svm.distributionForInstance(instance);
- String predictedClass = instances.classAttribute().value((int) svm.classifyInstance(instance));
- if (predictedClass.equals(MATCH)) {
- relation.setScore(distribution[instances.classAttribute().indexOfValue(MATCH)]);
- IdentifierDefinition extraction = new IdentifierDefinition(
- instance.stringValue(instance.attribute(instances.attribute(IDENTIFIER).index())),
- instance.stringValue(instance.attribute(instances.attribute(DEFINIEN).index())));
- //put in hashmap to deal with duplicates and preserve highest score.
- if (!positiveClassifications.containsKey(extraction)) {
- positiveClassifications.put(extraction, relation);
- } else {
- if (positiveClassifications.get(extraction).getScore() < relation.getScore()) {
- positiveClassifications.put(extraction, relation);
- }
+ @Override
+ public WikiDocumentOutput map(WikiDocumentOutput doc) throws Exception {
+ System.out.println("Classifying " + doc.getTitle());
+ Instances instances;
+ WekaUtils wekaUtils = new WekaUtils();
+ instances = wekaUtils.createInstances("AllRelations");
+ Map precomputedGraphStore = wekaUtils.getPrecomputedGraphStore();
+ Map positiveClassifications = new HashMap<>();
+ for (int i = 0; i < doc.getRelations().size(); i++) {
+ Relation relation = doc.getRelations().get(i);
+ wekaUtils.addRelationToInstances(parser, precomputedGraphStore, doc.getTitle(), doc.getqId(), instances, doc.getMaxSentenceLength(), relation);
+ Instances toStringReplace = new Instances(instances, 1);
+ toStringReplace.add(instances.get(i));
+ Instances stringReplaced = Filter.useFilter(toStringReplace, stringToWordVector);
+ Instance instance = stringReplaced.get(0);
+ double[] distribution = svm.distributionForInstance(instance);
+ double classificationValue = svm.classifyInstance(instance);
+ String predictedClass = instances.classAttribute().value((int) classificationValue);
+// if (predictedClass.equals(MATCH)) {
+ relation.setScore(distribution[instances.classAttribute().indexOfValue(predictedClass)]);
+ IdentifierDefinition extraction = new IdentifierDefinition(
+ instance.stringValue(instance.attribute(instances.attribute(IDENTIFIER).index())),
+ instance.stringValue(instance.attribute(instances.attribute(DEFINIEN).index())));
+ //put in hashmap to deal with duplicates and preserve highest score.
+ if (!positiveClassifications.containsKey(extraction)) {
+ positiveClassifications.put(extraction, relation);
+ } else {
+// if (positiveClassifications.get(extraction).getScore() < relation.getScore()) {
+ positiveClassifications.put(extraction, relation);
+// }
+ }
+// }
}
- }
+ //replace relations with positive ones
+ doc.setRelations(new ArrayList<>(positiveClassifications.values()));
+ System.out.println("Classifying done " + doc.getTitle() + " considered " + instances.size() + " definiens");
+ return doc;
}
- //replace relations with positive ones
- doc.setRelations(new ArrayList<>(positiveClassifications.values()));
- System.out.println("Classifying done " + doc.getTitle() + " considered " + instances.size() + " definiens");
- return doc;
- }
}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/ml/WekaTester.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/ml/WekaTester.java
new file mode 100644
index 00000000..6c02f4f2
--- /dev/null
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/ml/WekaTester.java
@@ -0,0 +1,60 @@
+package com.formulasearchengine.mathosphere.mlp.ml;
+
+import weka.classifiers.meta.FilteredClassifier;
+import weka.core.Instance;
+import weka.core.Instances;
+import weka.core.converters.ArffLoader;
+import weka.filters.Filter;
+import weka.filters.unsupervised.attribute.StringToWordVector;
+
+import java.io.BufferedReader;
+import java.io.FileReader;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+
+import static com.formulasearchengine.mathosphere.mlp.ml.WekaUtils.MATCH;
+
+/**
+ * @author Andre Greiner-Petter
+ */
+public class WekaTester {
+// private static final Path BASE = Paths.get("src/test/resources/com/formulasearchengine/mathosphere/mlp/ml/");
+ private static final Path BASE = Paths.get("test-ml-w-jacobi");
+ private static final Path SVM_MODEL_PATH = BASE.resolve("svm_model_c_1.0_gamma_0.0185881361.model");
+ private static final Path FILTER_PATH = BASE.resolve("string_filter_c_1.0_gamma_0.0185881361.model");
+ private static final Path ARFF_PATH = BASE.resolve("instances.arff");
+
+ private static FilteredClassifier svm;
+ private static StringToWordVector stringToWordVector;
+
+ public static void open() throws Exception {
+ svm = (FilteredClassifier) weka.core.SerializationHelper.read(SVM_MODEL_PATH.toString());
+ stringToWordVector = (StringToWordVector) weka.core.SerializationHelper.read(FILTER_PATH.toString());
+ }
+
+ public static Instances readInstances() throws Exception {
+ BufferedReader reader =
+ new BufferedReader(new FileReader(ARFF_PATH.toFile()));
+ ArffLoader.ArffReader arff = new ArffLoader.ArffReader(reader);
+ Instances instances;
+ instances = arff.getData();
+ instances.setClassIndex(instances.numAttributes() - 1);
+ return instances;
+ }
+
+ public static void main(String[] args) throws Exception {
+ open();
+ Instances instances = readInstances();
+ Instances stringReplaced = Filter.useFilter(instances, stringToWordVector);
+ for (int i = 0; i < instances.size(); i++) {
+// Instance instance = instances.get(i);
+ Instance instance = stringReplaced.get(i);
+ String predictedClass = instances.classAttribute().value((int) svm.classifyInstance(instance));
+ if (predictedClass.equals(MATCH)) {
+ System.out.println(instance.toString() + " matched");
+ } else {
+ System.out.println(instance.toString() + " not matched");
+ }
+ }
+ }
+}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/DocumentMetaLib.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/DocumentMetaLib.java
new file mode 100644
index 00000000..c1341700
--- /dev/null
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/DocumentMetaLib.java
@@ -0,0 +1,160 @@
+package com.formulasearchengine.mathosphere.mlp.pojos;
+
+import com.formulasearchengine.mathosphere.mlp.cli.BaseConfig;
+import com.google.common.collect.Lists;
+import com.google.common.collect.Maps;
+
+import java.util.LinkedList;
+import java.util.List;
+import java.util.Map;
+
+/**
+ * @author Andre Greiner-Petter
+ */
+public class DocumentMetaLib {
+
+ private MathTagGraph graph;
+
+ private Map formulaLib;
+ private Map linkLib;
+ private Map citeLib;
+
+ private List> sectionSentenceLengths = null;
+
+ public DocumentMetaLib() {
+ this(new BaseConfig());
+ }
+
+ /**
+ * Uses the default graph implementation {@link IdentifierGraphImpl} to build
+ * a graph of the given formulae.
+ */
+ public DocumentMetaLib(BaseConfig config) {
+// this(new MOIGraphImpl());
+ this(new IdentifierGraphImpl(config));
+ }
+
+ /**
+ * Uses the given graph interface to build a graph of the added formulae.
+ * @param graph an empty graph that represents the dependencies of the formulae
+ */
+ public DocumentMetaLib(MathTagGraph graph) {
+ this.graph = graph;
+ formulaLib = Maps.newHashMap();
+ linkLib = Maps.newHashMap();
+ citeLib = Maps.newHashMap();
+ }
+
+ public void setGraph(MathTagGraph graph) {
+ this.graph = graph;
+ }
+
+ public void addFormula(MathTag mathTag) {
+ formulaLib.putIfAbsent( mathTag.placeholder(), mathTag );
+ this.graph.addFormula(mathTag);
+ }
+
+ public void setAllFormula(List mathTags) {
+ mathTags.clear();
+ addAllFormula(mathTags);
+ }
+
+ public void addAllFormula(List mathTags) {
+ mathTags.forEach(
+ f -> {
+ formulaLib.put(f.placeholder(), f);
+ graph.addFormula(f);
+ }
+ );
+ }
+
+ public MathTag removeFormula(String id) {
+ MathTag tag = this.formulaLib.remove(id);
+ if ( tag != null ) this.graph.removeFormula(tag);
+ return tag;
+ }
+
+ public void addLink(SpecialToken link) {
+ linkLib.put(link.placeholder(), link);
+ }
+
+ public void addAllLinks(List links) {
+ links.forEach(
+ f -> linkLib.put(f.placeholder(), f)
+ );
+ }
+
+ public void addCite(SpecialToken cite) {
+ citeLib.put(cite.placeholder(), cite);
+ }
+
+ public void addAllCites(List cites) {
+ cites.forEach(
+ f -> citeLib.put(f.placeholder(), f)
+ );
+ }
+
+ public void setDocumentLength(List>> documentStructure) {
+ sectionSentenceLengths = Lists.newArrayListWithCapacity(documentStructure.size());
+ for ( List> sections : documentStructure ) {
+ List sentenceLength = Lists.newArrayListWithCapacity(sections.size());
+ for ( List sentence : sections ) {
+ sentenceLength.add(sentence.size());
+ }
+ sectionSentenceLengths.add(sentenceLength);
+ }
+ }
+
+ public void addDocumentLength(int maxSections, int section, List sentencesInSection) {
+ if ( sectionSentenceLengths == null ) sectionSentenceLengths = Lists.newArrayListWithCapacity(maxSections);
+ List sentenceLengths = new LinkedList<>();
+ for ( Sentence s : sentencesInSection ) {
+ sentenceLengths.add(s.getWords().size());
+ }
+ sectionSentenceLengths.add(section, sentenceLengths);
+ }
+
+ public int getNumberOfSentencesInSection(int section) {
+ return sectionSentenceLengths.get(section).size();
+ }
+
+ public int getSectionLength(int section) {
+ return sectionSentenceLengths.get(section).stream().reduce(0, Integer::sum);
+ }
+
+ public MathTagGraph getGraph() {
+ return graph;
+ }
+
+ public Map getFormulaLib() {
+ return formulaLib;
+ }
+
+ public Map getLinkLib() {
+ return linkLib;
+ }
+
+ public Map getCiteLib() {
+ return citeLib;
+ }
+
+ public void setFormulaLib(Map formulaLib) {
+ this.formulaLib = formulaLib;
+ }
+
+ public void setLinkLib(Map linkLib) {
+ this.linkLib = linkLib;
+ }
+
+ public void setCiteLib(Map citeLib) {
+ this.citeLib = citeLib;
+ }
+
+ public List> getSectionSentenceLengths() {
+ return sectionSentenceLengths;
+ }
+
+ public void setSectionSentenceLengths(List> sectionSentenceLengths) {
+ this.sectionSentenceLengths = sectionSentenceLengths;
+ }
+}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/IdentifierGraphImpl.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/IdentifierGraphImpl.java
new file mode 100644
index 00000000..4ecc9dd5
--- /dev/null
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/IdentifierGraphImpl.java
@@ -0,0 +1,94 @@
+package com.formulasearchengine.mathosphere.mlp.pojos;
+
+import com.formulasearchengine.mathosphere.mlp.cli.BaseConfig;
+import com.google.common.collect.Multiset;
+
+import java.util.*;
+import java.util.stream.Collectors;
+
+/**
+ * A graph implementation of the {@link MathTagGraph}. It builds a graph
+ * structure based on the identifiers in each formula. If two formulae share
+ * an identifier, both formulae are connected by an edge.
+ *
+ * @author Andre Greiner-Petter
+ */
+public class IdentifierGraphImpl implements MathTagGraph {
+ private final BaseConfig config;
+
+ private final Set nodes;
+
+ private final Map> edges;
+
+ private final Map> relations;
+
+ public IdentifierGraphImpl(BaseConfig config) {
+ this.config = config;
+ this.nodes = new HashSet<>();
+ this.edges = new HashMap<>();
+ this.relations = new HashMap<>();
+ }
+
+ @Override
+ public void addFormula(MathTag mathTag) {
+ if ( nodes.contains(mathTag) ) return;
+
+ Collection connections = nodes.stream()
+ .filter( m -> isSubexpression(mathTag, m) )
+ .collect(Collectors.toSet());
+
+ nodes.add(mathTag);
+ edges.put(mathTag, connections);
+ }
+
+ private boolean isSubexpression(MathTag tag, MathTag reference) {
+ Multiset identifiers = tag.getIdentifiers(config);
+ return reference.getIdentifiers(config)
+ .stream()
+ .anyMatch(identifiers::contains);
+ }
+
+ @Override
+ public MathTag removeFormula(MathTag mathTag) {
+ Collection connections = edges.get(mathTag);
+ if ( connections != null ) {
+ connections.forEach(m -> {
+ Collection con = edges.get(m);
+ if (con != null) con.remove(mathTag);
+ });
+ }
+
+ nodes.remove(mathTag);
+ return mathTag;
+ }
+
+ @Override
+ public boolean contains(MathTag mathTag) {
+ return nodes.contains(mathTag);
+ }
+
+ @Override
+ public void appendMOIRelation(MathTag mathTag, Relation relation) {
+ this.relations.computeIfAbsent(mathTag, (key) -> new LinkedList<>()).add(relation);
+ }
+
+ @Override
+ public void setMOIRelation(MathTag mathTag, Collection relations) {
+ this.relations.computeIfAbsent(mathTag, (key) -> new LinkedList<>()).addAll(relations);
+ }
+
+ @Override
+ public List getRelations(MathTag mathTag) {
+ return relations.computeIfAbsent(mathTag, (key) -> new LinkedList<>());
+ }
+
+ @Override
+ public Collection getOutgoingEdges(MathTag mathTag) {
+ return edges.getOrDefault( mathTag, new HashSet<>() );
+ }
+
+ @Override
+ public Collection getIngoingEdges(MathTag mathTag) {
+ return edges.getOrDefault( mathTag, new HashSet<>() );
+ }
+}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MOIGraphImpl.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MOIGraphImpl.java
new file mode 100644
index 00000000..572ecd8a
--- /dev/null
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MOIGraphImpl.java
@@ -0,0 +1,82 @@
+package com.formulasearchengine.mathosphere.mlp.pojos;
+
+import gov.nist.drmf.interpreter.pom.moi.IDependency;
+import gov.nist.drmf.interpreter.pom.moi.MOIDependency;
+import gov.nist.drmf.interpreter.pom.moi.MOIDependencyGraph;
+import gov.nist.drmf.interpreter.pom.moi.MOINode;
+import mlp.ParseException;
+import org.apache.logging.log4j.LogManager;
+import org.apache.logging.log4j.Logger;
+
+import java.util.*;
+import java.util.stream.Collectors;
+
+/**
+ * @author Andre Greiner-Petter
+ */
+public class MOIGraphImpl extends MOIDependencyGraph implements MathTagGraph {
+ private static final Logger LOG = LogManager.getLogger(MOIGraphImpl.class.getName());
+
+ private Map> relations;
+
+ public MOIGraphImpl(){
+ this.relations = new HashMap<>();
+ }
+
+ @Override
+ public void addFormula(MathTag mathTag) {
+ try {
+ super.addNode(mathTag.placeholder(), mathTag.getContent(), mathTag);
+ } catch (Exception e) {
+ LOG.error("Unable to add mathTag to graph: " + mathTag.getContent(), e);
+ }
+ }
+
+ @Override
+ public MathTag removeFormula(MathTag mathTag) {
+ super.removeNode(mathTag.getContent());
+ return mathTag;
+ }
+
+ @Override
+ public boolean contains(MathTag mathTag) {
+ return super.containsNode(mathTag.placeholder());
+ }
+
+ @Override
+ public void appendMOIRelation(MathTag mathTag, Relation relation) {
+ this.relations.computeIfAbsent(mathTag.placeholder(), (key) -> new LinkedList<>()).add(relation);
+ }
+
+ @Override
+ public void setMOIRelation(MathTag mathTag, Collection relations) {
+ this.relations.computeIfAbsent(mathTag.placeholder(), (key) -> new LinkedList<>()).addAll(relations);
+ }
+
+ @Override
+ public List getRelations(MathTag mathTag) {
+ return relations.computeIfAbsent(mathTag.placeholder(), (key) -> new LinkedList<>());
+ }
+
+ @Override
+ public Collection getOutgoingEdges(MathTag mathTag) {
+ MOINode node = super.getNode(mathTag.placeholder());
+ if ( node == null ) return new HashSet<>();
+ return node.getOutgoingDependencies().stream()
+ .map( IDependency::getSink )
+ .map( o -> (MOINode)o)
+ .map( MOINode::getAnnotation )
+ .collect(Collectors.toSet());
+ }
+
+ @Override
+ public Collection getIngoingEdges(MathTag mathTag) {
+ MOINode node = super.getNode(mathTag.placeholder());
+ if ( node == null ) return new HashSet<>();
+ return node.getIngoingDependencies().stream()
+ .map( IDependency::getSource )
+ .map( o -> (MOINode)o)
+ .map( MOINode::getAnnotation )
+ .collect(Collectors.toSet());
+ }
+}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MathTag.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MathTag.java
index d43c6fcf..2a92ce7a 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MathTag.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MathTag.java
@@ -5,37 +5,47 @@
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.formulasearchengine.mathosphere.mlp.cli.BaseConfig;
+import com.formulasearchengine.mathosphere.mlp.text.PosTag;
import com.formulasearchengine.mathosphere.mlp.text.WikiTextUtils.MathMarkUpType;
+import com.google.common.collect.Maps;
import com.google.common.collect.Multiset;
+import com.google.common.collect.Sets;
import com.google.common.hash.HashFunction;
import com.google.common.hash.Hashing;
+import gov.nist.drmf.interpreter.common.latex.TeXPreProcessor;
+import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.nio.charset.StandardCharsets;
+import java.security.MessageDigest;
+import java.util.*;
+import java.util.regex.Matcher;
import java.util.regex.Pattern;
+import java.util.stream.Collectors;
import static com.formulasearchengine.mathosphere.mlp.text.MathMLUtils.extractIdentifiers;
import static com.formulasearchengine.mathosphere.mlp.text.MathMLUtils.extractIdentifiersFromMathML;
-public class MathTag {
+public class MathTag implements SpecialToken {
private static final Logger logger = LogManager.getLogger(MathTag.class.getName());
- public final static Pattern FORMULA_PATTERN =
- Pattern.compile("FORMULA_[0-9a-f+]");
- private static final HashFunction HASHER = Hashing.md5();
- private final int position;
- private final String content;
+ public static final Pattern FORMULA_PATTERN = Pattern.compile("FORMULA_[a-zA-Z0-9]{32}");
+
+ private static final HashFunction HASHER = Hashing.goodFastHash(64);
+ private final List positions;
+ private String content;
private final MathMarkUpType markUpType;
- private Multiset indentifiers = null;
+ private Multiset identifiers = null;
private static final ObjectMapper objectMapper = new ObjectMapper();
- public MathTag(int position, String content, MathMarkUpType markUp) {
- this.position = position;
- this.content = content;
+ public MathTag(String content, MathMarkUpType markUp) {
+ this.positions = new LinkedList<>();
+ this.content = content.trim();
+ if ( content.endsWith("\\") ) this.content = this.content.substring(0, this.content.length()-1);
this.markUpType = markUp;
}
@@ -45,13 +55,14 @@ public boolean equals(Object obj) {
}
@JsonGetter("input")
+ @Override
public String getContent() {
return content;
}
@JsonGetter("inputhash")
public String getContentHash() {
- return HASHER.hashString(content, StandardCharsets.UTF_8).toString();
+ return hash(content);
}
@Deprecated
@@ -59,11 +70,26 @@ public Multiset getIdentifier(boolean useTeX, boolean useBlacklist) {
return extractIdentifiersFromMathML(getContent(), useTeX, useBlacklist);
}
+ public Multiset getIdentifiers() {
+ if ( identifiers == null )
+ throw new NullPointerException("No identifiers found. Use getIdentifiers with config method to retrieve them.");
+ return identifiers;
+ }
+
public Multiset getIdentifiers(BaseConfig config) {
- if (indentifiers == null || indentifiers.size() == 0) {
- indentifiers = extractIdentifiers(this, config.getUseTeXIdentifiers(), config.getTexvcinfoUrl());
+ if (identifiers == null) {
+ // TODO we might don't want to differ between tex/mathml anymore. decide on the fly instead
+ identifiers = extractIdentifiers(this, config.getUseTeXIdentifiers(), config.getTexvcinfoUrl());
}
- return indentifiers;
+ return identifiers;
+ }
+
+ public boolean containsIdentifier(Collection identifier) {
+ return getIdentifiers().containsAll(identifier);
+ }
+
+ public boolean containsIdentifier(String identifier, BaseConfig config) {
+ return getIdentifiers(config).contains(identifier);
}
@JsonIgnore
@@ -77,13 +103,62 @@ public MathMarkUpType getMarkUpType() {
}
@JsonIgnore
- public int getPosition() {
- return position;
+ public List getPositions() {
+ return positions;
+ }
+
+ @JsonIgnore
+ public Set getPositionsInSentence(Sentence s) {
+ Set pos = new HashSet<>();
+ if ( s.getWords().isEmpty() ) return pos;
+ Position sentencePos = s.getWords().get(0).getPosition();
+ return positions.stream().filter( p -> Position.inSameSentence(p, sentencePos) ).collect(Collectors.toSet());
+ }
+
+ @JsonIgnore
+ public List getWordsInSentence(Sentence s) {
+ List words = new LinkedList<>();
+ if ( s.getWords().isEmpty() ) return words;
+ for ( Word w : s.getWords() ) {
+ if ( w.getPosTag().equals(PosTag.MATH) && w.getWord().equals(placeholder()) ) {
+ words.add(w);
+ }
+ }
+ return words;
+ }
+
+ public void addPosition(Position p) {
+ this.positions.add(p);
}
@JsonIgnore
public String getTagContent() {
- return content.replaceAll("", "").replaceAll("", "");
+ return clean(content);
+ }
+
+ private static final Pattern EOM_PATTERN = Pattern.compile("\\\\([,;.!]|$)");
+
+ private String clean(String in) {
+ in = in.replaceAll("", "").replaceAll("", "");
+ StringBuilder sb = new StringBuilder();
+ Matcher m = EOM_PATTERN.matcher(in);
+ while ( m.find() ) {
+ m.appendReplacement(sb, "");
+ }
+ m.appendTail(sb);
+ return TeXPreProcessor.preProcessingTeX(sb.toString());
+ }
+
+ public void extendContent(String extension) {
+ // should be only supported for tex...
+ if ( MathMarkUpType.MATHML.equals(markUpType) ) {
+ throw new IllegalArgumentException("Extend the content of MathML is not supported.");
+ }
+ if ( content != null && !content.isBlank() ) {
+ if ( content.matches(".*\\\\[a-zA-Z]+$") && extension.matches("^[a-zA-Z].*") )
+ extension = " " + extension;
+ }
+ content += extension;
}
@Override
@@ -93,7 +168,7 @@ public int hashCode() {
@JsonIgnore
public String placeholder() {
- return "FORMULA_" + getContentHash();
+ return getID(content);
}
public String toJson() {
@@ -107,7 +182,51 @@ public String toJson() {
@Override
public String toString() {
- return "MathTag [position=" + position + ", content=" + content + "]";
+ return "MathTag [position=" + positions + ", content=" + content + "]";
+ }
+
+
+
+ /**
+ * Builds a map from ID to MathTag
+ * @param math a list of math tags
+ * @return a map where the IDs of the math tags are the keys
+ */
+ public static Map getMathIDMap(List math) {
+ Map formulaIndex = Maps.newHashMap();
+ math.forEach(
+ f -> formulaIndex.put(f.getKey(), f)
+ );
+ return formulaIndex;
+ }
+
+ /**
+ * Retrieves all identifiers from all math expressions (no duplicates).
+ * @param math math tags
+ * @param config config specifies how to retrieve the identifier
+ * @return the set of retrieved identifiers (no duplicates)
+ */
+ public static Set getAllIdentifier(Map math, BaseConfig config) {
+ Set allIdentifiers = Sets.newHashSet();
+ math.values().forEach(f -> allIdentifiers.addAll(
+ f.getIdentifiers(config)
+ .stream()
+ .map(e -> e.matches(".") ? "\\mathit{" + e + "}" : e)
+ .collect(Collectors.toList())
+ ));
+ return allIdentifiers;
+ }
+
+ public static String hash(String in) {
+ // the old version (HASHER come from Hashing.goodFastHash(64); from import com.google.common.hash.HashFunction;)
+ // was time dependant (or instance dependant, what ever...) restarting the damn VM generated other hashes... man
+ // return HASHER.hashString(content, StandardCharsets.UTF_8).toString();
+ return DigestUtils.md5Hex(in);
+ }
+
+ public static String getID(String tex) {
+ String hash = hash(tex);
+ return "FORMULA_" + hash;
}
}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MathTagGraph.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MathTagGraph.java
new file mode 100644
index 00000000..e122484a
--- /dev/null
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/MathTagGraph.java
@@ -0,0 +1,77 @@
+package com.formulasearchengine.mathosphere.mlp.pojos;
+
+import java.util.Collection;
+import java.util.List;
+
+/**
+ * Represents a directed graph structure of {@link MathTag} elements.
+ * A vertex is a single {@link MathTag} and an edge represents the
+ * dependencies (is subexpression) between {@link MathTag}.
+ *
+ * Vertices might be isolated, i.e., they are not subexpressions of other
+ * {@link MathTag} (no outgoing edges) and no other {@link MathTag} are
+ * subexpressions of this element (no ingoing edges).
+ *
+ * @author Andre Greiner-Petter
+ */
+public interface MathTagGraph {
+ /**
+ * Adds a formula the graph.
+ * @param mathTag formula
+ */
+ void addFormula(MathTag mathTag);
+
+ /**
+ * Removes a formula from the graph.
+ * @param mathTag formula
+ * @return the formula without edges.
+ */
+ MathTag removeFormula(MathTag mathTag);
+
+ /**
+ * True if the given formula is an element of this graph.
+ * @param mathTag formula
+ * @return true if the graph contains this formula, false otherwise.
+ */
+ boolean contains(MathTag mathTag);
+
+ /**
+ * Appends relation for the given node
+ * @param mathTag the formula
+ * @param relation the relation that should be appended
+ */
+ void appendMOIRelation(MathTag mathTag, Relation relation);
+
+ /**
+ * Sets the relations for the given formula all at once in contrast to
+ * {@link #appendMOIRelation(MathTag, Relation)} which simply appends single relations.
+ * @param mathTag the formula
+ * @param relations the collection of relations
+ */
+ void setMOIRelation(MathTag mathTag, Collection relations);
+
+ /**
+ * Gets the list of relations from the given formula
+ * @param mathTag the formula
+ * @return the appended list of relations
+ */
+ List getRelations(MathTag mathTag);
+
+ /**
+ * Returns the outgoing edges of the given {@link MathTag}.
+ * If the given formula does not exist, it returns an empty
+ * collection (not null).
+ * @param mathTag the formula
+ * @return the outgoing edges of the formula (never null)
+ */
+ Collection getOutgoingEdges(MathTag mathTag);
+
+ /**
+ * Returns the ingoing edges of the given {@link MathTag}.
+ * If the formula does not exist, the returned collection
+ * is empty, not null.
+ * @param mathTag formula
+ * @return the ingoing edges of the formula (never null)
+ */
+ Collection getIngoingEdges(MathTag mathTag);
+}
diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/ParsedWikiDocument.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/ParsedWikiDocument.java
index 83687f53..45c4d2bb 100644
--- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/ParsedWikiDocument.java
+++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/pojos/ParsedWikiDocument.java
@@ -1,91 +1,93 @@
package com.formulasearchengine.mathosphere.mlp.pojos;
import com.google.common.collect.Multiset;
+import edu.stanford.nlp.trees.GrammaticalStructure;
+import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class ParsedWikiDocument {
-
- private List links;
private String title;
- private Multiset identifiers;
- private List formulas;
private List sentences;
- private Map linkMap = null;
+ private DocumentMetaLib lib;
+ private Multiset identifier;
public ParsedWikiDocument() {
}
- public ParsedWikiDocument(String title, Multiset identifiers, List formulas,
- List sentences) {
+ public ParsedWikiDocument(String title, List sentences, DocumentMetaLib lib) {
this.title = title;
- this.identifiers = identifiers;
- this.formulas = formulas;
+ this.lib = lib;
this.sentences = sentences;
}
- public ParsedWikiDocument(String title, Multiset identifiers, List formulas, List sentences, List links) {
+ public void setTitle(String title) {
this.title = title;
- this.identifiers = identifiers;
- this.formulas = formulas;
+ }
+
+ public void setSentences(List sentences) {
this.sentences = sentences;
- this.links = links;
}
+ public void setLib(DocumentMetaLib lib) {
+ this.lib = lib;
+ }
- public String getTitle() {
- return title;
+ public void setIdentifier(Multiset identifier) {
+ this.identifier = identifier;
}
- public void setTitle(String title) {
- this.title = title;
+ public String getTitle() {
+ return title;
}
public List getSentences() {
return sentences;
}
- public Multiset getIdentifiers() {
- return identifiers;
+ public DocumentMetaLib getLib() {
+ return lib;
}
- public void setIdentifiers(Multiset identifiers) {
- this.identifiers = identifiers;
+ public MathTagGraph getFormulaGraph() {
+ return lib.getGraph();
}
- public List getFormulas() {
- return formulas;
+ public Collection getFormulae() {
+ return lib.getFormulaLib().values();
}
- public void setFormulas(List formulas) {
- this.formulas = formulas;
+ public Map getFormulaeMap() {
+ return lib.getFormulaLib();
}
- public void setSentences(List sentences) {
- this.sentences = sentences;
+ public Map getCitationMap() {
+ return lib.getCiteLib();
+ }
+
+ public Map getLinkMap() {
+ return lib.getLinkLib();
}
- public List getLinks() {
- return links;
+ public Multiset