Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[NEMO-364] Upgrade Beam version #204

Merged
merged 7 commits into from
Mar 20, 2019
Merged

Conversation

wonook
Copy link
Member

@wonook wonook commented Mar 20, 2019

JIRA: NEMO-364: Upgrade Beam

Major changes:

  • Upgrades the Beam version to 2.11.0, the newest version, to fix various errors.

Minor changes to note:

  • Updates to the deprecated packages and syntaxes.

Tests for the changes:

  • Existing tests confirm the changes

Other comments:

  • None

Closes #204

@wonook wonook self-assigned this Mar 20, 2019
.gitignore Outdated Show resolved Hide resolved
Copy link
Member

@wynot12 wynot12 left a comment

Choose a reason for hiding this comment

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

Thanks for your PR :)
Please check my comments.

pom.xml Outdated Show resolved Hide resolved
break;
}
}
}
Copy link
Member

Choose a reason for hiding this comment

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

What's this?

Copy link
Member Author

Choose a reason for hiding this comment

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

This was a patch for the bug on the Beam side, but it's been resolved after the 2.10.0 update. Here's the link: https://beam.apache.org/blog/2019/02/15/beam-2.10.0.html
Please refer to the line that says: SQL: JDBC driver no longer breaks interactions with other JDBC sources

@@ -247,7 +247,6 @@ public void saveOptimizationMetricsToDB(final String address, final String id, f

try (final Connection c = DriverManager.getConnection(address, id, passwd)) {
LOG.info("Opened database successfully at {}", MetricUtils.POSTGRESQL_METADATA_DB_NAME);
MetricUtils.deregisterBeamDriver();
Copy link
Member

Choose a reason for hiding this comment

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

??

Copy link
Member Author

Choose a reason for hiding this comment

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

Same here.

@wynot12
Copy link
Member

wynot12 commented Mar 20, 2019

Great! I'm good to merge it :)

@wynot12 wynot12 merged commit aca7ce2 into apache:master Mar 20, 2019
@wynot12 wynot12 deleted the 364-upgradeBeam branch March 20, 2019 11:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants