-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1465 Helper scripts for the combined job #1468
#1465 Helper scripts for the combined job #1468
Conversation
Kudos, SonarCloud Quality Gate passed!
|
README.md
Outdated
@@ -239,6 +278,8 @@ The list of additional options available for running Conformance: | |||
| --catalyst-workaround **true/false** | Turns on (`true`) or off (`false`) workaround for Catalyst optimizer issue. It is `true` by default. Turn this off only is you encounter timing freeze issues when running Conformance. | | |||
| --autoclean-std-folder **true/false** | If `true`, the standardized folder will be cleaned automatically after successful execution of a Conformance job. | | |||
|
|||
All the additional options for Standardization and Conformance can be specified when running the combined StandardizationAndConformance job |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the additional options for Standardization and Conformance can be specified when running the combined StandardizationAndConformance job | |
All the additional options valid for both Standardization and Conformance can be also specified when running the combined StandardizationAndConformance job |
README.md
Outdated
@@ -197,7 +236,7 @@ The list of options for configuring Spark deployment mode in Yarn and resource s | |||
For more information on these options see the official documentation on running Spark on Yarn: | |||
[https://spark.apache.org/docs/latest/running-on-yarn.html](https://spark.apache.org/docs/latest/running-on-yarn.html) | |||
|
|||
The list of all options for running both Standardization and Conformance: | |||
The list of all options for running Standardization, Conformance and the combined Standardization and Conformance: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The list of all options for running Standardization, Conformance and the combined Standardization and Conformance: | |
The list of all options for running Standardization, Conformance and the combined Standardization And Conformance jobs: |
README.md
Outdated
@@ -39,6 +39,9 @@ This is a Spark job which reads an input dataset in any of the supported formats | |||
### Conformance | |||
This is a Spark job which **applies the Menas-specified conformance rules to the standardized dataset**. | |||
|
|||
### Standardization and Conformance | |||
This is a Spark job which executes Standardization and Conformance together |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would maybe stress a bit more that it runs as one spark job.
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (but the missing Release Notes in the original ticket 😉 )
Closes #1465