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

Disable Cascading update check. #1048

Merged
merged 2 commits into from
Sep 11, 2014
Merged

Conversation

reconditesea
Copy link
Contributor

To close #1046

@@ -286,6 +286,9 @@ class Job(val args: Args) extends FieldConversions with java.io.Serializable {

//Override this if you need to do some extra processing other than complete the flow
def run: Boolean = {
// Disable automatic Cascading update
System.setProperty("cascading.update.skip", "true")
Copy link
Collaborator

Choose a reason for hiding this comment

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

let's not put this here. I don't want to disable for the world. I meant we could do this in TwitterJob inside Twitter or at launch time with -D argument.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay, will remove it. I was thinking if we want to do it internally, it's also a good idea to disable it here.

johnynek added a commit that referenced this pull request Sep 11, 2014
@johnynek johnynek merged commit e72c310 into develop Sep 11, 2014
@johnynek johnynek deleted the klin_disable_cascading_update branch September 11, 2014 20:22
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.

Disable Cascading update checks in JobTest
2 participants