Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
147 commits
Select commit Hold shift + click to select a range
3d88137
[FLINK-11246][table] Fix distinct AGG visibility issue
dianfu Jan 2, 2019
7ca3e04
[FLINK-11217][docs] Add missing back-to-top buttons
leesf Jan 2, 2019
a4c09d3
[FLINK-10779][tests] Update Java / Scala StatefulJobSavepointMigratio…
hequn8128 Dec 19, 2018
50f4196
Merge pull request #7242 from hequn8128/flink-10781
hequn8128 Jan 2, 2019
7bb63f6
[FLINK-10780][tests] Update Java / Scala StatefulJobWBroadcastStateMi…
hequn8128 Dec 22, 2018
4febcdc
[FLINK-11235][es] Close transportclient if no connection could be est…
lamberken Jan 2, 2019
f6995f0
[FLINK-11181][tests] Fix SimpleRecoveryFailureRateStrategyITBase test…
hequn8128 Jan 3, 2019
903a909
[FLINK-11163][tests] Use random port in RestClusterClientTest
zentol Dec 20, 2018
7ce6375
[hotfix][tests] Remove mocks from RestClusterClientTest
zentol Jan 2, 2019
9f99d4b
[FLINK-11023] Add LICENSE & NOTICE files for flink-connector-cassandra
zentol Nov 29, 2018
842e424
[FLINK-11023] Add LICENSE & NOTICE files for flink-connector-elastics…
zentol Nov 29, 2018
da57ce7
[hotfix][ES2] Set findbugs to provided
zentol Dec 11, 2018
4d1fd44
[FLINK-11023] Add LICENSE & NOTICE files for flink-connector-elastics…
zentol Nov 29, 2018
6e774a2
[FLINK-11023] Add LICENSE & NOTICE files for flink-connector-elastics…
zentol Nov 29, 2018
89f8f47
[FLINK-11023] Add LICENSE & NOTICE files for flink-connector-kinesis
zentol Nov 29, 2018
aa92438
[FLINK-10761][metrics] Do not acquire lock for getAllVariables()
zentol Jan 3, 2019
9e0ea45
[FLINK-11079][storm] Skip deployment of storm-examples
zentol Dec 20, 2018
7a0a525
[FLINK-11194][hbase] Use type instead of classifier
zentol Dec 19, 2018
c28250b
[FLINK-11023][ES] Add NOTICE file
zentol Jan 3, 2019
96d6979
[hotfix][docs][kafka] Fix typo
wangzzu Jan 4, 2019
04035ce
[FLINK-11234] [table] Fix ExternalTableCatalogBuilder unable to build…
EronWright Dec 31, 2018
71f8564
[hotfix][ES6][SQL] Remove unused version property
zentol Dec 18, 2018
b623768
[FLINK-11026][kafka][SQL] Rework kafka sql-client jar creation
zentol Dec 18, 2018
cef75fe
[hotfix] [table] Fix typos in Table javadoc.
EronWright Dec 31, 2018
1ee2a88
[hotfix][docs] Fix incorrect example in cep doc
KarmaGYZ Jan 4, 2019
d3f0075
[FLINK-11119][docs] Correct Scala example for Table Function in User-…
wenhuitang Dec 29, 2018
1c3c663
[FLINK-11227] [table] Fix bound checking errors in DescriptorProperties
xccui Dec 25, 2018
c09dc96
[FLINK-11173][table] Fix the exception message of proctime attribute …
wenhuitang Dec 25, 2018
038dc00
[FLINK-11001] [table] Update exception message for time attributes on…
twalthr Jan 4, 2019
b82b24d
[FLINK-11124][table] Add private[flink] to TemporalTableFunction.crea…
hequn8128 Dec 11, 2018
c8675b8
[hotfix] [docs] Update docs regarding missing 'sql-jar' suffix
twalthr Jan 4, 2019
e26d90f
[FLINK-10848][YARN] properly remove YARN ContainerRequest upon contai…
Nov 10, 2018
c0a37f8
[FLINK-10845] [table] Support multiple different DISTINCT aggregates …
xueyumusic Nov 23, 2018
28e0b83
[hotfix] Improve performance of GenericArraySerializer.copy()
StefanRRichter Jun 6, 2018
6f9a884
[hotfix] Remove unused generic parameter from RocksDB states
StefanRRichter Dec 11, 2018
54ef382
[FLINK-9702] Improvement in (de)serialization of keys and values for …
StefanRRichter Nov 27, 2018
ec48bea
[FLINK-11265][docs] AvroSinkWriter → AvroKeyValueSinkWriter
Fokko Jan 7, 2019
11aa9b6
[hotfix][runtime] Remove redundant suppression
tisonkun Jan 7, 2019
1794ea0
[FLINK-11073] [core] Add COMPATIBLE_WITH_RECONFIGURED_SERIALIZER to T…
tzulitai Nov 29, 2018
e03cea5
[FLINK-11073] [state backends] Respect serializer reconfiguration in …
tzulitai Dec 13, 2018
29174f8
[hotfix] Rename keySerializerConfigSnapshot to keySerializerSnapshot …
tzulitai Dec 18, 2018
583b3a2
[hotfix] [doc] Fix an error in state_backends
Jan 3, 2019
3d5b6b1
[hotfix] [doc] Fix incorrect http port in Elasticsearch 6.x Scala doc
lamberken Dec 25, 2018
35d16f9
[FLINK-11165] Refine the task deploying log for easier finding of tas…
zhuzhurk Dec 14, 2018
fe489bd
[FLINK-11189] Deprecated documentation for readSequenceFile function
leesf Dec 23, 2018
0b28bfd
[FLINK-11273][state] Fix shared InputView object between event proces…
StefanRRichter Jan 7, 2019
79f3170
[FLINK-11161][scala-shell] Fix unable to import java packages in scal…
shuiqiangchen Dec 27, 2018
90f3b42
[FLINK-11279] [table] Fix week interval parsing in ExpressionParser
XuQianJin-Stars Jan 8, 2019
392647d
[FLINK-11191] [table] Check for ambiguous columns in MATCH_RECOGNIZE
dawidwys Dec 18, 2018
d77151c
Revert "[FLINK-10848][YARN] properly remove YARN ContainerRequest upo…
tillrohrmann Jan 8, 2019
7a1147b
[FLINK-11280] [rocksdb] Lazily create RocksDBSerializedCompositeKeyBu…
tzulitai Jan 8, 2019
ef08a86
[hotfix] [rocksdb] Only log snapshot restore message when state is ac…
tzulitai Jan 8, 2019
f39fd29
[hotfix] [rocksdb] Remove unused method in RocksDBSerializedComposite…
tzulitai Jan 8, 2019
31685a3
[FLINK-11280] [state backends, tests] Do not set current key before r…
tzulitai Jan 8, 2019
beee5b1
[FLINK-11073] [core] Introduce CompositeTypeSerializerSnapshot
tzulitai Dec 5, 2018
8174854
[FLINK-11079] [core] Let ListSerializerSnapshot extend CompositeTypeS…
tzulitai Dec 5, 2018
9822cc8
[FLINK-11073] [core] Let MapViewSerializerSnapshot be a CompositeType…
tzulitai Dec 5, 2018
383cc9e
[FLINK-11073] [core] Let ArrayListSerializerSnapshot be a CompositeTy…
tzulitai Dec 5, 2018
eda7376
[FLINK-11073] [core] Let LockableTypeSerializerSnapshot be a Composit…
tzulitai Dec 5, 2018
faf093d
[FLINK-11073] [core] Let ListViewSerializerSnapshot be a CompositeTyp…
tzulitai Dec 5, 2018
5e6664d
[FLINK-11073] [core] Let MapSerializerSnapshot be a CompositeTypeSeri…
tzulitai Dec 5, 2018
68fab12
[FLINK-11073] [core] Let ScalaEitherSerializerSnapshot be a Composite…
tzulitai Dec 5, 2018
e791b1a
[FLINK-11073] [core] Replace GenericArraySerializerConfigSnapshot wit…
tzulitai Dec 6, 2018
301be55
[FLINK-11073] [core] Replace EitherSerializerSnapshot with new JavaEi…
tzulitai Jan 7, 2019
25dc483
[hotfix] [core] Assert current serializer snapshot is expected snapsh…
tzulitai Dec 6, 2018
5bcaf2e
[FLINK-11073] [core] Rename CompositeSerializerSnapshot to NestedSeri…
tzulitai Jan 7, 2019
1072bbf
[FLINK-10555] [test] Port AkkaSslITCase to new code base
tisonkun Oct 15, 2018
fc98a1f
[FLINK-10555] Clean-up BlobServerSSLTest
tillrohrmann Jan 8, 2019
f9fbbd7
[FLINK-10700] [cluster managerment] Remove LegacyStandaloneClusterDes…
tisonkun Jan 8, 2019
9ab04da
[FLINK-11232][rest] Fix subtask start-time field name
eaglewatcherwb Jan 9, 2019
9742ef7
[FLINK-11251][metrics] Exclude variable values from logical scope of …
tony810430 Jan 9, 2019
5e46487
[hotfix][cep] Change contract of cep TimerContext#timestamp to never
dawidwys Jan 7, 2019
abe7ae2
[hotfix][cep] Introduced nfa test harness
dawidwys Dec 12, 2018
60f8826
[FLINK-10596][cep] Added access to timer service in IterativeCondition
dawidwys Dec 12, 2018
0a46510
[hotfix][cep] Renamed TimerContext to TimeContext
dawidwys Jan 8, 2019
47e9ccf
[FLINK-10596][cep, docs] Added description of TimeContext to docs
dawidwys Jan 8, 2019
52dd89d
[FLINK-11056] [mesos] Remove MesosApplicationMasterRunner
tisonkun Dec 4, 2018
64f766f
[hotfix][docs] Sync formatting for cli usage examples
intsmaze Jan 9, 2019
9323ef6
[hotfix][test] Remove usage of deprecated method
tisonkun Jan 8, 2019
5b5ec59
[hotfix][test] Reduce test timeout to a reasonable value
tisonkun Jan 8, 2019
4782236
[hotfix][test] Adjust suppressWarnings
tisonkun Jan 8, 2019
a93e91a
[hotfix][docs] Update addShutdownHookThread javadocs
leesf Jan 9, 2019
6a4bc90
[hotfix][docs] Fix javadocs of RandomFibonacciSource
DreamsZM Jan 9, 2019
3702029
[FLINK-11140][fs-connector] Fix empty child path check in Buckets.
Matrix42 Jan 8, 2019
6650d74
[FLINK-11197][tests] Improve migration test comments about how to gen…
hequn8128 Dec 19, 2018
e4bc287
[FLINK-11262][py] Bump jython-standalone to 2.7.1
Fokko Jan 9, 2019
78cc9bc
[FLINK-10783][tests] Update WindowOperatorMigrationTest for 1.7
Jan 9, 2019
f817537
[FLINK-11207][build] Bump commons-compress to 1.18
NicoK Jan 9, 2019
0315f20
[FLINK-10326] Simplify ZooKeeperSubmittedJobGraphStore#constructor
tillrohrmann Sep 12, 2018
1e2aa8e
[FLINK-10436] Add ConfigOption#withFallbackKeys (#6872)
tisonkun Jan 9, 2019
e5ed8c8
[FLINK-11287] [rocksdb] RocksDBListState should be using registered s…
tzulitai Jan 8, 2019
cad0509
[FLINK-11073] [state backends, tests] Activate ignored testKeyedListS…
tzulitai Jan 8, 2019
43a7497
[hotfix][docs] Add missing config option descriptions
KarmaGYZ Jan 9, 2019
7a9a6ad
[FLINK-10571][storm] Remove topology support
zentol Oct 17, 2018
ca9460b
[FLINK-11267][release] Only create hadoop-free binary by default
zentol Jan 4, 2019
4ec77d6
[FLINK-10583][table] Add base TwoInputStreamOperator with TTL operator.
kl0u Oct 15, 2018
81ec2d7
[hotfix] Avoid redundant state access in TemporalProcessTimeJoin.
kl0u Nov 26, 2018
f828031
[FLINK-10584][table] Add State Retention support to TemporalRowtimeJoin.
kl0u Nov 27, 2018
120c4fc
[FLINK-10583][table] Add State Retention support to TemporalProcessTi…
kl0u Nov 26, 2018
6826c67
[FLINK-11278] [docs] Add documentation for TableAPI&SQL in scala-shell.
Jan 9, 2019
85dff90
[hotfix][docs] Reverse paragraphs in cli.md to cli enumeration (#7443)
KarmaGYZ Jan 10, 2019
e8182dc
[FLINK-10866] Only load queryable state when explicitly configured
eaglewatcherwb Jan 4, 2019
f692d37
[FLINK-11272][flink-yarn] Support for parsing multiple --yarnship par…
leesf Jan 7, 2019
c06e7a5
[FLINK-11134][rest] Do not log stacktrace for handled exceptions
zentol Dec 20, 2018
1f47c0a
[hotfix][rest] Centralize REST error logging
zentol Jan 3, 2019
4adf23d
[hotfix][rest] Remove unnecessary instanceof check
zentol Jan 3, 2019
5fe918c
[FLINK-11268][release] Deploy multiple flink-shaded-hadoop2 artifacts
zentol Jan 3, 2019
1abf8d1
[FLINK-11253] Add shutdown hook for yarn session client
Jan 4, 2019
a07ce7f
[FLINK-11253] Factor out application report logging
tillrohrmann Jan 10, 2019
2294cdd
[FLINK-10509][storm] Remove flink-storm
zentol Jan 10, 2019
157a267
Fix queryable-state nightly test
aljoscha Jan 11, 2019
e0efabe
[FLINK-11084][datastream] Forbid using two consecutive split transfor…
Clarkkkkk Dec 6, 2018
be47061
[FLINK-11224][scala-shell] Log is missing in scala-shell
zjffdu Jan 11, 2019
1a4eb09
[hotfix][docs] Fix NullPointerException
intsmaze Jan 11, 2019
205f906
[FLINK-11306][jdcs] Bump derby from 10.10.1.1 to 10.14.2.0
Fokko Jan 11, 2019
3903b81
[FLINK-10848] Remove container requests after successful container al…
tillrohrmann Jan 8, 2019
43ec81f
[hotfix] [docs] Fix kafka doc mistake classname
sunjincheng121 Jan 14, 2019
6c8abc1
[FLINK-11312][docs] Fix broken link to Zookeeper getting started
ifndef-SleePy Jan 14, 2019
f305b64
[hotfix] Add dependency snippet for RocksDBStateBackend to state_back…
intsmaze Jan 14, 2019
7206d20
[hotfix] Fix typo in restart strategies documenation (#7479)
libenchao Jan 14, 2019
c9af982
[hotfix][docs] Fix typo in classloading doc
KarmaGYZ Jan 14, 2019
2be178c
[FLINK-11304][docs][table] Fix typo in time attributes doc
Jan 14, 2019
1325599
[hotfix][docs][table] Fix more typos in time attributes doc
twalthr Jan 14, 2019
e5e6274
[hotfix] [docs] Fix typo in Table SQL doc
Jan 15, 2019
baea9a3
[hotfix] [datastream] Remove irrelevant comments and fix typo in Sour…
leesf Jan 14, 2019
e7b02b4
[hotfix] [fs] Add clock as an argument in Javadocs
Fokko Jan 14, 2019
02078e0
[FLINK-11156][tests, runtime] Reconcile ZooKeeperCompletedCheckpointS…
tisonkun Dec 14, 2018
eff261e
[FLINK-11156][tests, runtime] Simplify ZooKeeperCompletedCheckpointSt…
GJL Jan 8, 2019
3846928
Add link to KeyedProcessFunction to side output documentation
aljoscha Jan 15, 2019
ea0f283
[FLINK-11331][table][docs] Fix errors in tableApi.md and functions.md
hequn8128 Jan 15, 2019
ecb57a9
[hotfix][docs] fix some typos
Apr 23, 2018
bfd1302
[FLINK-9222][docs] add documentation for setting up Gradle projects
Apr 23, 2018
bfbf986
[hotfix][quickstart] make the note about IDE memory requirements non-…
Jul 10, 2018
a1c64b9
[FLINK-11023][kafka] Add NOTICE files
zentol Dec 20, 2018
9c07822
[FLINK-11187] [s3] Use file over stream for writes
Jan 8, 2019
b56197a
[hotfix][build] Append shade-plugin transformers in child modules
zentol Jan 10, 2019
979ebd2
[FLINK-11289][examples] Rework examples to account for licensing
zentol Jan 9, 2019
53034cd
[FLINK-11174][prometheus] Add option to not filter label values
tisonkun Jan 16, 2019
4863bc1
[hotfix][docs] Update references to deprecated SinkFunction#invoke(Ob…
intsmaze Jan 16, 2019
9a21cc0
[hotfix] Fix parameter name KeyedCoProcessOperator constructor
leesf Jan 16, 2019
c08db3f
[FLINK-11012][tests] Introduce abstract superclass for filesystem IT …
wujinhu Dec 29, 2018
171a3b1
[FLINK-10945] Add an InputDependencyConstraint to avoid resource dead…
zhuzhurk Dec 6, 2018
94647f1
[FLINK-10945] Mark InputDependencyConstraint as PublicEvolving
tillrohrmann Jan 16, 2019
f61d112
[FLINK-11295][conf] Rename configuration options of queryable-state f…
eaglewatcherwb Jan 13, 2019
291373a
[FLINK-11302][fs-connector] Correctly parse tmp dirs in FlinkS3FileSy…
art4ul Jan 10, 2019
86e06bc
[hotfix][docs] Remove stray character
leesf Jan 16, 2019
e683ba4
[hotfix][runtime] remove RejectedExecutionException code in executeAs…
lamberken Jan 16, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
71 changes: 63 additions & 8 deletions NOTICE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ Copyright 2014-2018 The Apache Software Foundation
This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

- com.chuusai:shapeless_2.11:2.3.2
- com.google.guava:guava:14.0.1
- com.twitter:hbc-core:2.2.0
- com.twitter:joauth:6.0.2
- log4j:log4j:1.2.17
- net.sf.opencsv:opencsv:2.3
- org.apache.kafka:kafka-clients:jar:0.10.2.1
- org.scalanlp:breeze_2.11:0.13
- org.scalanlp:breeze-macros_2.11:0.13
- org.typelevel:macro-compat_2.11:1.1.1
Expand Down Expand Up @@ -64,7 +60,7 @@ This project bundles the following dependencies under the Apache Software Licens
- commons-collections:commons-collections:3.2.2
- commons-io:commons-io:2.4
- org.apache.camel:camel-core:2.17.7
- org.apache.commons:commons-compress:1.4.1
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-lang3:3.3.2
- org.apache.commons:commons-math3:3.5
- org.javassist:javassist:3.19.0-GA
Expand Down Expand Up @@ -344,7 +340,7 @@ This project bundles the following dependencies under the Apache Software Licens
- org.apache.htrace:htrace-core4:4.0.1-incubating
- org.apache.httpcomponents:httpclient:4.5.3
- org.apache.httpcomponents:httpcore:4.4.6
- org.apache.commons:commons-compress:1.4.1
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-math3:3.5
- commons-beanutils:commons-beanutils:1.8.3
- commons-cli:commons-cli:1.3.1
Expand Down Expand Up @@ -2412,7 +2408,7 @@ This project bundles the following dependencies under the Apache Software Licens
- commons-logging:commons-logging:1.1.3
- commons-net:commons-net:3.1
- org.apache.avro:avro:1.8.2
- org.apache.commons:commons-compress:1.4.1
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-math3:3.5
- org.apache.zookeeper:zookeeper:3.4.10
- org.codehaus.jackson:jackson-core-asl:1.9.13
Expand Down Expand Up @@ -5797,7 +5793,7 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the Python Software Foundation License. (https://opensource.org/licenses/PythonSoftFoundation.php)
See bundled license files for details.

- org.python:jython-standalone:2.7.0
- org.python:jython-standalone:2.7.1

flink-metrics-graphite
Copyright 2014-2018 The Apache Software Foundation
Expand All @@ -5806,3 +5802,62 @@ This project bundles the following dependencies under the Apache Software Licens

- io.dropwizard.metrics:metrics-core:3.1.5
- io.dropwizard.metrics:metrics-graphite:3.1.5

// NOTICE file corresponding to the section 4d of The Apache License,
// Version 2.0, in this case for Apache Flink
// ------------------------------------------------------------------

Apache Flink
Copyright 2006-2019 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

flink-examples-streaming-state-machine
Copyright 2014-2018 The Apache Software Foundation

This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)

- org.apache.kafka:kafka-clients:0.10.2.1


flink-connector-kafka-0.10
Copyright 2014-2019 The Apache Software Foundation

flink-connector-kafka-0.9
Copyright 2014-2019 The Apache Software Foundation

flink-connector-kafka-base
Copyright 2014-2019 The Apache Software Foundation

// ------------------------------------------------------------------
// NOTICE file corresponding to the section 4d of The Apache License,
// Version 2.0, in this case for Apache Flink
// ------------------------------------------------------------------

Apache Flink
Copyright 2006-2019 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).


flink-examples-streaming-twitter
Copyright 2014-2019 The Apache Software Foundation

Apache HttpCore
Copyright 2005-2017 The Apache Software Foundation

flink-connector-twitter
Copyright 2014-2018 The Apache Software Foundation

This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

- com.google.guava:guava:14.0.1
- com.twitter:hbc-core:2.2.0
- com.twitter:joauth:6.0.2
- org.apache.httpcomponents:httpclient:4.5.3
- org.apache.httpcomponents:httpcore:4.4.6

Apache HttpClient
Copyright 1999-2017 The Apache Software Foundation
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/)

* Custom memory management for efficient and robust switching between in-memory and out-of-core data processing algorithms

* Compatibility layers for Apache Hadoop MapReduce and Apache Storm
* Compatibility layers for Apache Hadoop MapReduce

* Integration with YARN, HDFS, HBase, and other components of the Apache Hadoop ecosystem

Expand Down
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ version_title: "1.8-SNAPSHOT"
# Branch on Github for this version
github_branch: "master"

# Plain Scala version is needed for e.g. the Gradle quickstart.
scala_version: "2.11"
# This suffix is appended to the Scala-dependent Maven artifact names
scala_version_suffix: "_2.11"

Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/generated/common_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tr>
<td><h5>parallelism.default</h5></td>
<td style="word-wrap: break-word;">1</td>
<td></td>
<td>Default parallelism for jobs.</td>
</tr>
<tr>
<td><h5>taskmanager.numberOfTaskSlots</h5></td>
Expand Down
4 changes: 2 additions & 2 deletions docs/_includes/generated/core_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<tr>
<td><h5>io.tmp.dirs</h5></td>
<td style="word-wrap: break-word;">'LOCAL_DIRS' on Yarn. '_FLINK_TMP_DIR' on Mesos. System.getProperty("java.io.tmpdir") in standalone.</td>
<td></td>
<td>Directories for temporary files, separated by",", "|", or the system's java.io.File.pathSeparator.</td>
</tr>
<tr>
<td><h5>parallelism.default</h5></td>
<td style="word-wrap: break-word;">1</td>
<td></td>
<td>Default parallelism for jobs.</td>
</tr>
</tbody>
</table>
2 changes: 1 addition & 1 deletion docs/_includes/generated/history_server_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr>
<td><h5>historyserver.web.refresh-interval</h5></td>
<td style="word-wrap: break-word;">10000</td>
<td></td>
<td>The refresh interval for the HistoryServer web-frontend in milliseconds.</td>
</tr>
<tr>
<td><h5>historyserver.web.ssl.enabled</h5></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/generated/job_manager_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<tr>
<td><h5>jobmanager.archive.fs.dir</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td></td>
<td>Dictionary for JobManager to store the archives of completed jobs.</td>
</tr>
<tr>
<td><h5>jobmanager.execution.attempts-history-size</h5></td>
Expand Down
8 changes: 4 additions & 4 deletions docs/_includes/generated/metric_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
<tr>
<td><h5>metrics.reporters</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td></td>
<td>An optional list of reporter names. If configured, only reporters whose name matches any of the names in the list will be started. Otherwise, all reporters that could be found in the configuration will be started.</td>
</tr>
<tr>
<td><h5>metrics.scope.delimiter</h5></td>
<td style="word-wrap: break-word;">"."</td>
<td></td>
<td>Delimiter used to assemble the metric identifier.</td>
</tr>
<tr>
<td><h5>metrics.scope.jm</h5></td>
Expand Down Expand Up @@ -90,12 +90,12 @@
<tr>
<td><h5>metrics.system-resource</h5></td>
<td style="word-wrap: break-word;">false</td>
<td></td>
<td>Flag indicating whether Flink should report system resource metrics such as machine's CPU, memory or network usage.</td>
</tr>
<tr>
<td><h5>metrics.system-resource-probing-interval</h5></td>
<td style="word-wrap: break-word;">5000</td>
<td></td>
<td>Interval between probing of system resource metrics specified in milliseconds. Has an effect only when 'metrics.system-resource' is enabled.</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<td style="word-wrap: break-word;">true</td>
<td>Specifies whether to delete metrics from the PushGateway on shutdown.</td>
</tr>
<tr>
<td><h5>filterLabelValueCharacters</h5></td>
<td style="word-wrap: break-word;">true</td>
<td>Specifies whether to filter label value characters. If enabled, all characters not matching [a-zA-Z0-9:_] will be removed, otherwise no characters will be removed. Before disabling this option please ensure that your label values meet the <a href="https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels">Prometheus requirements</a>.</td>
</tr>
<tr>
<td><h5>host</h5></td>
<td style="word-wrap: break-word;">(none)</td>
Expand Down
19 changes: 12 additions & 7 deletions docs/_includes/generated/queryable_state_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,42 @@
</thead>
<tbody>
<tr>
<td><h5>query.client.network-threads</h5></td>
<td><h5>queryable-state.client.network-threads</h5></td>
<td style="word-wrap: break-word;">0</td>
<td>Number of network (Netty's event loop) Threads for queryable state client.</td>
</tr>
<tr>
<td><h5>query.proxy.network-threads</h5></td>
<td><h5>queryable-state.enable</h5></td>
<td style="word-wrap: break-word;">false</td>
<td>Option whether the queryable state proxy and server should be enabled where possible and configurable.</td>
</tr>
<tr>
<td><h5>queryable-state.proxy.network-threads</h5></td>
<td style="word-wrap: break-word;">0</td>
<td>Number of network (Netty's event loop) Threads for queryable state proxy.</td>
</tr>
<tr>
<td><h5>query.proxy.ports</h5></td>
<td><h5>queryable-state.proxy.ports</h5></td>
<td style="word-wrap: break-word;">"9069"</td>
<td>The port range of the queryable state proxy. The specified range can be a single port: "9123", a range of ports: "50100-50200", or a list of ranges and ports: "50100-50200,50300-50400,51234".</td>
</tr>
<tr>
<td><h5>query.proxy.query-threads</h5></td>
<td><h5>queryable-state.proxy.query-threads</h5></td>
<td style="word-wrap: break-word;">0</td>
<td>Number of query Threads for queryable state proxy. Uses the number of slots if set to 0.</td>
</tr>
<tr>
<td><h5>query.server.network-threads</h5></td>
<td><h5>queryable-state.server.network-threads</h5></td>
<td style="word-wrap: break-word;">0</td>
<td>Number of network (Netty's event loop) Threads for queryable state server.</td>
</tr>
<tr>
<td><h5>query.server.ports</h5></td>
<td><h5>queryable-state.server.ports</h5></td>
<td style="word-wrap: break-word;">"9067"</td>
<td>The port range of the queryable state server. The specified range can be a single port: "9123", a range of ports: "50100-50200", or a list of ranges and ports: "50100-50200,50300-50400,51234".</td>
</tr>
<tr>
<td><h5>query.server.query-threads</h5></td>
<td><h5>queryable-state.server.query-threads</h5></td>
<td style="word-wrap: break-word;">0</td>
<td>Number of query Threads for queryable state server. Uses the number of slots if set to 0.</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tr>
<td><h5>local.number-resourcemanager</h5></td>
<td style="word-wrap: break-word;">1</td>
<td></td>
<td>The number of resource managers start.</td>
</tr>
<tr>
<td><h5>resourcemanager.job.timeout</h5></td>
Expand Down
2 changes: 2 additions & 0 deletions docs/_includes/generated/rest_v1_dispatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -3871,3 +3871,5 @@
</tr>
</tbody>
</table>

{% top %}
2 changes: 1 addition & 1 deletion docs/_includes/generated/task_manager_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tr>
<td><h5>task.cancellation.timers.timeout</h5></td>
<td style="word-wrap: break-word;">7500</td>
<td></td>
<td>Time we wait for the timers in milliseconds to finish all pending timer threads when the stream task is cancelled.</td>
</tr>
<tr>
<td><h5>task.checkpoint.alignment.max-size</h5></td>
Expand Down
30 changes: 15 additions & 15 deletions docs/_includes/generated/web_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,77 +10,77 @@
<tr>
<td><h5>web.access-control-allow-origin</h5></td>
<td style="word-wrap: break-word;">"*"</td>
<td></td>
<td>Access-Control-Allow-Origin header for all responses from the web-frontend.</td>
</tr>
<tr>
<td><h5>web.address</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td></td>
<td>Address for runtime monitor web-frontend server.</td>
</tr>
<tr>
<td><h5>web.backpressure.cleanup-interval</h5></td>
<td style="word-wrap: break-word;">600000</td>
<td></td>
<td>Time, in milliseconds, after which cached stats are cleaned up if not accessed.</td>
</tr>
<tr>
<td><h5>web.backpressure.delay-between-samples</h5></td>
<td style="word-wrap: break-word;">50</td>
<td></td>
<td>Delay between stack trace samples to determine back pressure in milliseconds.</td>
</tr>
<tr>
<td><h5>web.backpressure.num-samples</h5></td>
<td style="word-wrap: break-word;">100</td>
<td></td>
<td>Number of stack trace samples to take to determine back pressure.</td>
</tr>
<tr>
<td><h5>web.backpressure.refresh-interval</h5></td>
<td style="word-wrap: break-word;">60000</td>
<td></td>
<td>Time, in milliseconds, after which available stats are deprecated and need to be refreshed (by resampling).</td>
</tr>
<tr>
<td><h5>web.checkpoints.history</h5></td>
<td style="word-wrap: break-word;">10</td>
<td></td>
<td>Number of checkpoints to remember for recent history.</td>
</tr>
<tr>
<td><h5>web.history</h5></td>
<td style="word-wrap: break-word;">5</td>
<td></td>
<td>Number of archived jobs for the JobManager.</td>
</tr>
<tr>
<td><h5>web.log.path</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td></td>
<td>Path to the log file (may be in /log for standalone but under log directory when using YARN).</td>
</tr>
<tr>
<td><h5>web.refresh-interval</h5></td>
<td style="word-wrap: break-word;">3000</td>
<td></td>
<td>Refresh interval for the web-frontend in milliseconds.</td>
</tr>
<tr>
<td><h5>web.ssl.enabled</h5></td>
<td style="word-wrap: break-word;">true</td>
<td></td>
<td>Flag indicating whether to override SSL support for the JobManager Web UI.</td>
</tr>
<tr>
<td><h5>web.submit.enable</h5></td>
<td style="word-wrap: break-word;">true</td>
<td></td>
<td>Flag indicating whether jobs can be uploaded and run from the web-frontend.</td>
</tr>
<tr>
<td><h5>web.timeout</h5></td>
<td style="word-wrap: break-word;">10000</td>
<td></td>
<td>Timeout for asynchronous operations by the WebRuntimeMonitor in milliseconds.</td>
</tr>
<tr>
<td><h5>web.tmpdir</h5></td>
<td style="word-wrap: break-word;">System.getProperty("java.io.tmpdir")</td>
<td></td>
<td>Flink web directory which is used by the webmonitor.</td>
</tr>
<tr>
<td><h5>web.upload.dir</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td></td>
<td>Directory for uploading the job jars. If not specified a dynamic directory will be used under the directory specified by JOB_MANAGER_WEB_TMPDIR_KEY.</td>
</tr>
</tbody>
</table>
Loading