Skip to content

Conversation

uce
Copy link
Contributor

@uce uce commented Jun 11, 2014

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, and
  • webclient.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, and
  • webclient.port: 8080.

Suggested entries:

  • taskmanager.network.numberOfBuffers: 2048,
  • taskmanager.tmp.dirs: /tmp, and
  • fs.hdfs.hadoopconf: /path/to/hadoop/conf/.

webclient.port and taskmanager.network.numberOfBuffers will be removed in the future, when the web interfaces have been merged and the memory management reworked.

@StephanEwen
Copy link
Contributor

Nice. Will merge that for 0.6

@StephanEwen
Copy link
Contributor

Merged in edf6c4c

@asfgit asfgit closed this in b7cbf30 Jun 17, 2014
@uce uce deleted the FLINK-898 branch December 18, 2014 00:01
vasia added a commit to vasia/flink that referenced this pull request Jan 16, 2015
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
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
Migrated them to #4, #5, and #6.
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
senorcarbone added a commit to senorcarbone/flink that referenced this pull request Aug 15, 2019
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
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants