Skip to content
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

The Hadoop Compatibility has been refactored and extended to support the new Java API. #32

Closed
wants to merge 1 commit into from

Conversation

twalthr
Copy link
Contributor

@twalthr twalthr commented Jun 20, 2014

Final PR of FLINK-777. Implements FLINK-611.

Tested for Hadoop 1 and 2. Has been tested on cluster.

public transient K key;
public transient V value;

public RecordReader<K, V> recordReader;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should mark the recordReader as transient as well. Even though we do custom serialization, it is helpful as a flag when reading the code (similar to key and value, the transient flag has actually no meaning here, since we do custom ser)

@asfgit asfgit closed this in ff69b1b Jun 21, 2014
zhijiangW pushed a commit to zhijiangW/flink that referenced this pull request Jul 23, 2019
uce pushed a commit to uce/flink that referenced this pull request Aug 26, 2020
tzulitai pushed a commit to tzulitai/flink that referenced this pull request Jan 15, 2021
…() on StreamPlanEnvironment

Because the statefun-flink-launcher is based on JobClusterEntrypoint it
pulls the StreamGraph using a StreamPlanEnvironment. In this case, the
StreamExecutionEnviornment configuration is set to an empty object.

The only way to pull the actual flink-conf in this case is via
GlobalConfiguration.loadConfiguration(). This is safe because
StreamPlanEnvironment implies job based deployment. In all other cases
the configuration is still pulled via reflection.

This closes apache#32.
HuangZhenQiu pushed a commit to HuangZhenQiu/flink that referenced this pull request Sep 20, 2022
morozov pushed a commit to morozov/flink that referenced this pull request Apr 26, 2024
qinghui-xu pushed a commit to qinghui-xu/flink that referenced this pull request May 15, 2024
[FLINK-12869][YARN] Add options to set YARN ACLs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants