Skip to content
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

Merged

Conversation

AdrianOlosutean
Copy link
Contributor

Closes #1465

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

dk1844
dk1844 previously approved these changes Jul 31, 2020
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

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.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 3, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Collaborator

@benedeki benedeki left a 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 😉 )

@AdrianOlosutean AdrianOlosutean merged commit a67e487 into develop Aug 4, 2020
@AdrianOlosutean AdrianOlosutean deleted the feature/1465-helper-script-for-combined-job branch August 4, 2020 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helper script for combined Standardization&Conformance job
5 participants