Skip to content

HIVE-29477: Introduce TezSession interface and a new implementation for unmanaged, external Tez sessions#6343

Open
abstractdog wants to merge 1 commit intoapache:masterfrom
abstractdog:HIVE-29477
Open

HIVE-29477: Introduce TezSession interface and a new implementation for unmanaged, external Tez sessions#6343
abstractdog wants to merge 1 commit intoapache:masterfrom
abstractdog:HIVE-29477

Conversation

@abstractdog
Copy link
Contributor

What changes were proposed in this pull request?

Why are the changes needed?

Does this PR introduce any user-facing change?

How was this patch tested?

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 3, 2026

*/
private final Map<String, FunctionInfo> currentFunctionsInUse = new HashMap<>();

private static ExternalSessionsRegistry externalSessions = null;
Copy link
Contributor

Choose a reason for hiding this comment

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

can be made as a local variable in start() method

private final Object lock = new Object();
private final int maxAttempts;

private PathChildrenCache cache;
Copy link
Contributor

Choose a reason for hiding this comment

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

PathChildrenCache is deprecated. Can you please check if we can use CuratorCache API's

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