Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teamurko committed Aug 8, 2024
1 parent 4554815 commit 77350ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public List<OperationTask> buildOperationTaskList(JobConf.JobTypeEnum jobType) {
case SQL_TEST:
case TABLE_STATS_COLLECTION:
case STAGED_FILES_DELETION:
case DATA_LAYOUT_STRATEGY_GENERATION:
return prepareTableOperationTaskList(jobType);
case ORPHAN_DIRECTORY_DELETION:
return prepareTableDirectoryOperationTaskList(jobType);
Expand Down
4 changes: 4 additions & 0 deletions infra/recipes/docker-compose/oh-hadoop-spark/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ jobs:
class-name: com.linkedin.openhouse.jobs.spark.TableStatsCollectionSparkApp
args: []
<<: *apps-defaults
- type: DATA_LAYOUT_STRATEGY_GENERATION
class-name: com.linkedin.openhouse.jobs.spark.DataLayoutStrategyGeneratorSparkApp
args: []
<<: *apps-defaults

0 comments on commit 77350ee

Please sign in to comment.