Uh oh!
There was an error while loading. Please reload this page.
Flink registrar - #40
Conversation
Expose Flink runner and options via AuteService. AuteService will at compile time populate META-INF/services so that Dataflow sdk can seamlessly pick up FlinkRunner.
* separate test from compile and runtime deps
ravwojdyla
commented
Mar 11, 2016
ping @mxm - copy from dataArtisans/flink-dataflow#22 |
davorbonaci
commented
Mar 11, 2016
Apache ICLA might be needed for us to merge. We have to clarify the contribution rules -- sorry for not being completely ready to take contributions yet. |
ravwojdyla
commented
Mar 11, 2016
@davorbonaci thanks for reaching out! is there anything I need to do? |
davorbonaci
commented
Mar 11, 2016
We haven't yet adopted the guidelines what is specifically required. Please bear with us until early next week until we clarify this. |
mxm
commented
Mar 16, 2016
From http://www.apache.org/licenses/#clas The ICLA is necessary for committers:
Further:
For small contributions like this, we're at a grey spot. So if in doubt, you could simply file the ICLA and submit it to secretary@apache.org. It is a one-time process which shouldn't take long. |
kennknowles
commented
Mar 17, 2016
For leisurely reading, the ICLA+PR issue is discussed in this general@incubator thread from 2015-01 and then this incubator-tinkerpop-dev thread from 2015-02. It centers on clause 5. Has there been resolution since then? |
davorbonaci
commented
Mar 17, 2016
mxm
commented
Mar 17, 2016
Thanks for the input @kennknowles. I think we're pretty much on the safe side then for contributions like this one. @davorbonaci Sure I'll take care. |
| <artifactId>flink-test-utils_${scala.major.version}</artifactId> | ||
| <version>${flink.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> |
There was a problem hiding this comment.
This has been restructured in the meantime. I won't merge this commit.
Expose Flink runner and options via AuteService. AuteService will at compile time populate META-INF/services so that Dataflow sdk can seamlessly pick up FlinkRunner. This closes#40.
Flatten artifact names by escaping full paths
feat: Coder made into object safe
Adding owner team
No description provided.