-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-898] Clean up distribution default config #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nice. Will merge that for 0.6 |
Merged in edf6c4c |
vasia
added a commit
to vasia/flink
that referenced
this pull request
Jan 16, 2015
mapEdges implemented
tillrohrmann
referenced
this pull request
in tillrohrmann/flink
Jan 17, 2015
vasia
added a commit
to vasia/flink
that referenced
this pull request
Jan 22, 2015
mapEdges implemented
VenturaDelMonte
added a commit
to VenturaDelMonte/flink
that referenced
this pull request
Oct 5, 2016
VenturaDelMonte
added a commit
to VenturaDelMonte/flink
that referenced
this pull request
Nov 4, 2016
aditiverma
pushed a commit
to aditiverma/flink
that referenced
this pull request
May 28, 2018
* checkpoint folder structure change
snuyanzin
referenced
this pull request
in snuyanzin/flink
Jun 22, 2018
# This is the 1st commit message: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #2: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #3: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #4: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #5: FLINK-8255 Key expressions on named row types do not work Test case from description + 2 more Resolution of class cast by using of TupleTypeInfoBase rather than TupleTypeInfo # This is the commit message #6: FLINK-8255_Key_expressions_on_named_row_types_do_not_work corrections based on comment https://issues.apache.org/jira/browse/FLINK-8255?focusedCommentId=16466381&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16466381 # This is the commit message #7: FLINK-8255_Key_expressions_on_named_row_types_do_not_work added expected exception type # This is the commit message #8: FLINK-8255_Key_expressions_on_named_row_types_do_not_work omit issue not related changes # This is the commit message #9: FLINK-8255_Key_expressions_on_named_row_types_do_not_work use instanceof as org.apache.flink.api.java.typeutils.RowTypeInfo#isTupleType leads to org.apache.flink.table.api.batch.ExplainTest#testJoinWithoutExtended failure # This is the commit message #10: Revert "FLINK-8255_Key_expressions_on_named_row_types_do_not_work" This reverts commit 497aa20. # This is the commit message #11: Revert "FLINK-8255_Key_expressions_on_named_row_types_do_not_work" This reverts commit d891cc5. # This is the commit message #12: FLINK-8255_Key_expressions_on_named_row_types_do_not_work omit issue not relate changes # This is the commit message #13: FLINK-8255_Key_expressions_on_named_row_types_do_not_work added expected exception to tests # This is the commit message #14: FLINK-8255_Key_expressions_on_named_row_types_do_not_work added instanceof checks for DataSet # This is the commit message #15: FLINK-8255_Key_expressions_on_named_row_types_do_not_work Tests corrected
tillrohrmann
referenced
this pull request
in tillrohrmann/flink
Sep 27, 2018
Jiayi-Liao
pushed a commit
to Jiayi-Liao/flink
that referenced
this pull request
Jan 26, 2019
【FLINK-5601】- 修复Watermark不能被Checkpoint的问题
zhijiangW
pushed a commit
to zhijiangW/flink
that referenced
this pull request
Jul 23, 2019
This closes apache#6.
senorcarbone
added a commit
to senorcarbone/flink
that referenced
this pull request
Aug 15, 2019
Stateredesign
chaojianok
added a commit
to chaojianok/flink
that referenced
this pull request
Jun 30, 2020
Merge from apache/flink master
uce
pushed a commit
to uce/flink
that referenced
this pull request
Aug 26, 2020
tzulitai
added a commit
to tzulitai/flink
that referenced
this pull request
Jan 15, 2021
…a ingress YAML support Apart from startup configuration, the following configs are also supported now through YAML: * Setting consumer group id * Setting auto offset reset position Please see ProtobufKafkaSourceProviderTest for an example YAML definition with the new configurations. This closes apache#6.
YuriGusev
pushed a commit
to YuriGusev/flink
that referenced
this pull request
Sep 24, 2021
Spcp 2 sink
JackWangCS
pushed a commit
to JackWangCS/flink
that referenced
this pull request
Jun 20, 2022
* BDI-5399, BDI-5477 Support multiple HDFS nameservices for Hive integration * BDI-5399 enable insert into different namespaces (apache#6) * enable insert into different namespaces * delete source file after copying into target
HuangZhenQiu
pushed a commit
to HuangZhenQiu/flink
that referenced
this pull request
Sep 20, 2022
cbornet
added a commit
to cbornet/flink
that referenced
this pull request
Jun 7, 2023
…he#6) * Fix resolution of table names with explicit database or catalog The resolution was previously failing because CatalogException was sent instead of TableNotExistException when the table was not found * Changes following review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR cleans up the distribution default config.
Removed entries:
env.java.home
,env.java.opts
,jobmanager.profiling.enable
,jobmanager.rpc.handler
,jobmanager.web.history
,taskmanager.rpc.port
,taskmanager.network.bufferSizeInBytes
,webclient.rootpath
,webclient.tempdir
,webclient.uploaddir
, andwebclient.plandump
.Active entries:
jobmanager.rpc.address: localhost
jobmanager.rpc.port: 6123
,jobmanager.heap.mb: 256
,taskmanager.heap.mb: 512
,parallelization.degree.default: 1
,jobmanager.web.port: 8081
, andwebclient.port: 8080
.Suggested entries:
taskmanager.network.numberOfBuffers: 2048
,taskmanager.tmp.dirs: /tmp
, andfs.hdfs.hadoopconf: /path/to/hadoop/conf/
.webclient.port
andtaskmanager.network.numberOfBuffers
will be removed in the future, when the web interfaces have been merged and the memory management reworked.