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

Added support for BasicSessionCredentials #211

Closed
wants to merge 1 commit into from
Closed

Added support for BasicSessionCredentials #211

wants to merge 1 commit into from

Conversation

martoc
Copy link

@martoc martoc commented Apr 11, 2017

This version does not support AWS authentication using session token this pull request adds this functionality

@martoc martoc closed this Apr 11, 2017
@martoc martoc deleted the branch-2.7.2.1 branch February 16, 2019 22:05
shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
…nitialization and finalization

Currently, the order of initialization of operators in the Samza high level API is not deterministic. The non-determinism arises from two primary causes:

- No fixed order of iteration for all subscribed `OperatorSpec`s for a given `MessageStream`
- No fixed order of iteration for all the `OperatorImpl`s in the `OperatorImplGraph`

We aim to provide the following 2 guarantees in this patch:
For any 2 operators A, B in the graph, if B consumes the output of A:
- A is initialized before B is initialized
- A is finalized only after B is finalized

Author: vjagadish1989 <[email protected]>

Reviewers: Prateek Maheshwari<[email protected]>

Closes apache#211 from vjagadish1989/deterministic_order
This was referenced Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant