Re: [VOTE][DISCUSS] Pulsar Release 2.0.0-rc1-incubating Candidate 4

2018-05-15 Thread Jerry Peng
+1 Environment: macOS 10.13.4 * asc, sha1, sha512 are good for both src and binary distributions * binary distribution - run standalone - be able to produce and consume messages - run functions * src distribution - be able to compile and run same set of tests on compiled

Re: [VOTE][DISCUSS] Pulsar Release 2.0.0-rc1-incubating Candidate 4

2018-05-15 Thread Matteo Merli
Hi Dave, the main problem in building the jar as part of build is that we need to have the Jar built by Maven before the test of that module are executed, though the Jar itself doesn't have to be in the classpath, otherwise the test verification is not useful. The test itself was loading a jar

Re: [VOTE][DISCUSS] Pulsar Release 2.0.0-rc1-incubating Candidate 4

2018-05-15 Thread Dave Fisher
Hi - Perhaps I missed the discussion about the Jar file. It looks like the decision was made to eliminate the test. I think that a better approach would be to actually compile it as part of the build. This would allow the test to also serve as a sort of “Hello World” for Pulsar functions. Is