Commit ddefbf5
[#539] Fix the way to call HBaseConfigModel after CDP migration
# New features and improvements
None
# Breaking changes
None.
# Migration
None.
# Bug fixes
Update inside the GdprStrategy the way to get HBaseConfigModel
# How this feature was tested
I tested it, creating the same class (GdprStrategy) in the same path: `it.agilelab.bigdata.wasp.consumers.spark.strategies.gdpr` inside a customer project.
After I deployed the test version in our cluster, I run the gdpr job and it successfully completed without error.
# Related issue
Closes #5391 parent 32c0d01 commit ddefbf5
File tree
1 file changed
+1
-3
lines changed- consumers-spark/src/main/scala/it/agilelab/bigdata/wasp/consumers/spark/strategies/gdpr
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
63 | | - | |
| 61 | + | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| |||
0 commit comments