Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
Description
Currently, long chain REPL LOAD tasks lead to huge recursive calls when try to traverse the DAG.
For example, getMRTasks, getTezTasks, getSparkTasks and iterateTasks methods run recursively to traverse the DAG.
Need to modify this traversal logic to reduce stack usage.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-17338 Utilities.get*Tasks multiple methods duplicate code
- Closed
- links to