-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major refactor of code to make it work in Spark Cluster mode (#323)
* Major refactor to make CDM work in cluster mode * Feature fixes * Fixed guardrail issue * Updated docs for cluster-mode
- Loading branch information
1 parent
d85c43f
commit d3a0d05
Showing
35 changed files
with
215 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Read Record Count: 4 | ||
Valid Record Count: 10 | ||
Valid Record Count: 1 | ||
Skipped Record Count: 0 | ||
Large Record Count: 6 | ||
Large Record Count: 3 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
migrateData com.datastax.cdm.job.Migrate migrate.properties | ||
guardrailCheck com.datastax.cdm.job.GuardrailCheck migrate.properties | ||
validateData com.datastax.cdm.job.DiffData migrate.properties | ||
fixData com.datastax.cdm.job.DiffData fix.properties |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
|
||
key | fruit | fruit_taste | value | ||
-------------+---------+-------------+-------- | ||
badMapValue | bananas | squishy | valueA | ||
badMapValue | grapes | sour | valueA | ||
badMapValue | oranges | sweet | valueA | ||
clean | apples | delicious | valueA | ||
clean | bananas | squishy | valueA | ||
clean | grapes | sour | valueA | ||
clean | oranges | sweet | valueA | ||
badMapKey | bananas | squishy | valueA | ||
badMapKey | grapes | sour | valueA | ||
badMapKey | oranges | sweet | valueA | ||
|
||
(10 rows) | ||
count | ||
------- | ||
4 | ||
|
||
(1 rows) | ||
|
||
Warnings : | ||
Aggregation query used without partition key | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.