Skip to content

Conversation

@dhalperi
Copy link
Contributor

@dhalperi dhalperi commented Apr 7, 2016

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace "<Jira issue #>" in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

TODO: @rangadi @dhalperi

R: @dpmills @dhalperi

@dhalperi
Copy link
Contributor Author

dhalperi commented Apr 7, 2016

Forward-porting GoogleCloudPlatform/DataflowJavaSDK#121. Note that the original author is a Googler (hence covered by CLA) and is still attributed to the actual work.

For more information, see the considerable review in the original PR.

I fully squashed the original PR and fixed some licenses. More work still in progress.


<groupId>com.google.cloud.dataflow</groupId>
<artifactId>google-cloud-dataflow-java-contrib-kafka-examples</artifactId>
<name>Google Cloud Dataflow Kafka Examples</name>
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we can change to use org.apache.beam Maven coordonates ?

Copy link
Member

Choose a reason for hiding this comment

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

Anyway, aligned with the other IOs and current discussion, we can move this in the sdks/java/io module later.

Copy link
Contributor

Choose a reason for hiding this comment

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

done.

@jbonofre
Copy link
Member

jbonofre commented Apr 7, 2016

Just couple of small comments (about Maven coordonates and module). Great work anyway !

tgroh pushed a commit to tgroh/beam that referenced this pull request Apr 7, 2016
@dhalperi
Copy link
Contributor Author

dhalperi commented Apr 8, 2016

Thanks @jbonofre ! We'll take these comments into account as we do the cleanups in the TODO list in the PR description.

@rangadi
Copy link
Contributor

rangadi commented Apr 12, 2016

Looking in to Travis failure.

.travis.yml Outdated
script:
- travis_retry mvn -B $MAVEN_OVERRIDE install -U
- travis_retry travis/test_wordcount.sh
- (cd contrib/kafka && mvn -B $MAVEN_OVERRIDE install -U)
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't want to test this in travis?

@rangadi
Copy link
Contributor

rangadi commented Apr 21, 2016

@dhalperi , I made the package renaming changes this morning, only to realize you have already done that..

@rangadi
Copy link
Contributor

rangadi commented Apr 21, 2016

Thanks Dan! Glad to see KafkaIO is moved out of contrib.

Raghu Angadi and others added 2 commits April 21, 2016 16:13
*) package renaming
*) move it out of contrib to I/O module
*) get it running as part of the normal travis build,
   and remove specialization
*) remove examples, to be added in a separate PR.
      Either there should be an addition to an existing example to
   handle "multiple" streaming sources, or we should have this as an
   integration test. No need, however, for an example just to show
   how to use an I/O in a pipeline -- that's what Javadoc is for.
@dhalperi
Copy link
Contributor Author

@rangadi can you give a look and an LGTM? Then I will merge.

Later, we should add an integration test and figure out what to do with the examples. (See comment on 1d20663)

@rangadi
Copy link
Contributor

rangadi commented Apr 21, 2016

LGTM @dhalperi. Thanks for making the changes.

I agree with your comment on reevaluating if and where example app fits in.

@asfgit asfgit closed this in 640e258 Apr 22, 2016
@dhalperi dhalperi deleted the kafka-io branch April 22, 2016 00:38
iemejia referenced this pull request in iemejia/beam Jan 12, 2018
mareksimunek pushed a commit to mareksimunek/beam that referenced this pull request May 9, 2018
#! [euphoria-spark] Correctly transfer global state to executed UDFs
FuRyanf pushed a commit to FuRyanf/beam that referenced this pull request Feb 18, 2025
…nfigmap

remove flinkConfMap from FlinkPipelineOptions
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.

3 participants