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

[BEAM-2899] Implement most of JobApi#run #4188

Merged
merged 3 commits into from Dec 14, 2017
Merged

Conversation

tgroh
Copy link
Member

@tgroh tgroh commented Nov 28, 2017

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean verify to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@tgroh tgroh requested a review from lukecwik November 28, 2017 23:01
@tgroh
Copy link
Member Author

tgroh commented Nov 28, 2017

CC: @herohde

<artifactId>beam-runners-reference-java</artifactId>

<name>Apache Beam :: Runners :: Reference :: Java</name>

Copy link
Member

Choose a reason for hiding this comment

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

add a description


<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
Copy link
Member

Choose a reason for hiding this comment

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

Dependencies between build.gradle and pom.xml here don't match on protobuf-java/jsr305/hamcrest core/junit/slf4j-jdk14/slf4j-api. Please prune unneeded dependencies and also do we need to use provided dependencies?

@tgroh
Copy link
Member Author

tgroh commented Dec 7, 2017

Updated dependencies on both ends.

@lukecwik
Copy link
Member

Did you forget to push an update, I still see hamcrest in runners/reference/java/pom.xml but not in runners/reference/java/build.gradle?

@tgroh
Copy link
Member Author

tgroh commented Dec 11, 2017

Somehow I missed something. Updated.

shadow library.java.slf4j_api
testCompile library.java.junit
testCompile library.java.slf4j_jdk14
testCompile library.java.hamcrest
Copy link
Member

Choose a reason for hiding this comment

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

library.java.hamcrest_core?

Applying build_rules.gradle to beam-runners-reference-java
applyJavaNature with default configuration for project beam-runners-reference-java

FAILURE: Build failed with an exception.

  • Where:
    Build file '/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_GradleBuild/src/runners/reference/java/build.gradle' line: 30

  • What went wrong:
    A problem occurred evaluating project ':beam-runners-parent:beam-runners-reference-parent:beam-runners-reference-java'.

Cannot convert a null value to an object of type Dependency.
The following types/formats are supported:
- Instances of Dependency.
- String or CharSequence values, for example 'org.gradle:gradle-core:1.0'.
- Maps, for example [group: 'org.gradle', name: 'gradle-core', version: '1.0'].
- FileCollections, for example files('some.jar', 'someOther.jar').
- Projects, for example project(':some:project:path').
- ClassPathNotation, for example gradleApi().

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

This runs a Pipeline via the Portability Framework.

This runner is not yet implemented. This change exists to construct the
appropriate module.
@tgroh tgroh merged commit 664feec into apache:master Dec 14, 2017
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.

None yet

2 participants