1
0

[HUDI-1437] support more accurate spark JobGroup for better performance tracking (#2322)

This commit is contained in:
lw0090
2020-12-18 07:20:13 +08:00
committed by GitHub
parent 14d5d1100c
commit 8b5d6f9430
14 changed files with 23 additions and 9 deletions

View File

@@ -37,6 +37,6 @@ public class SparkStreamingAsyncCompactService extends AsyncCompactService {
@Override
protected AbstractCompactor createCompactor(AbstractHoodieWriteClient client) {
return new HoodieSparkCompactor(client);
return new HoodieSparkCompactor(client, this.context);
}
}