Re: [VOTE] Apache Samza 0.14.1 RC2

2018-05-18 Thread Yi Pan
Re-ran the RC w/ the following results:
1) ./bin/check-all.sh succeeded
2) ./bin/integration-tests.sh succeeded
3) expanded samza-tools and followed the tutorial steps for standalone SQL
examples in http://samza.apache.org/learn/tutorials/0.14/samza-sql.html.
Succeeded.
4) verified all sha1 hash code and asc signatures successfully

All passed and +1 (binding). Thanks for Xinyu to carry it on!

-Yi

On Fri, May 18, 2018 at 2:31 PM, Xinyu Liu  wrote:

> Hi, All,
>
> This is a call for a vote on a release of Apache Samza 0.14.1. Thanks to
> everyone who has contributed to this release.
>
> The release candidate can be downloaded from here:
> http://home.apache.org/~xinyu/samza-0.14.1-rc2/
>
> The release candidate is signed with pgp key C31D7061, which can be found
> on keyservers: http://pgp.mit.edu/pks/lookup?op=get=0xC31D7061
>
> The git tag is release-0.14.1-rc2 and signed with the same pgp key:
> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=
> refs/tags/release-0.14.1-rc2
>
> Test binaries have been published to Maven's staging repository, and are
> available here:
> https://repository.apache.org/content/repositories/orgapachesamza-1049/
>
> 46 issues were resolved for this release: https://issues.
> apache.org/jira/projects/SAMZA/versions/12343155
>
> The vote will be open for 72 hours (ending at 3:00PM Wednesday,
> 05/23/2018).
>
> Please download the release candidate, check the hashes/signature, build it
> and test it, and then please vote:
>
> [ ] +1 approve
>
> [ ] +0 no opinion
>
> [ ] -1 disapprove (and reason why)
>
> For me, I ran check-all.sh, integration tests and verified the SQL console
> in samza-tool tgz. So +1 (binding) from my side.
>
> Thanks,
> Xinyu
>


[GitHub] samza pull request #519: SAMZA-1712: Tear down ZookeeperServer connections i...

2018-05-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/samza/pull/519


---


[VOTE] Apache Samza 0.14.1 RC2

2018-05-18 Thread Xinyu Liu
Hi, All,

This is a call for a vote on a release of Apache Samza 0.14.1. Thanks to
everyone who has contributed to this release.

The release candidate can be downloaded from here:
http://home.apache.org/~xinyu/samza-0.14.1-rc2/

The release candidate is signed with pgp key C31D7061, which can be found
on keyservers: http://pgp.mit.edu/pks/lookup?op=get=0xC31D7061

The git tag is release-0.14.1-rc2 and signed with the same pgp key:
https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tag;h=refs/tags/release-0.14.1-rc2

Test binaries have been published to Maven's staging repository, and are
available here:
https://repository.apache.org/content/repositories/orgapachesamza-1049/

46 issues were resolved for this release: https://issues.
apache.org/jira/projects/SAMZA/versions/12343155

The vote will be open for 72 hours (ending at 3:00PM Wednesday, 05/23/2018).

Please download the release candidate, check the hashes/signature, build it
and test it, and then please vote:

[ ] +1 approve

[ ] +0 no opinion

[ ] -1 disapprove (and reason why)

For me, I ran check-all.sh, integration tests and verified the SQL console
in samza-tool tgz. So +1 (binding) from my side.

Thanks,
Xinyu


[GitHub] samza pull request #367: SAMZA-1508: JobRunner should not return success unt...

2018-05-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/samza/pull/367


---


[GitHub] samza pull request #528: Implementing the fetchSinkInfo in ConfigBasedIOReso...

2018-05-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/samza/pull/528


---


[GitHub] samza pull request #527: SAMZA-1720: Remove javafx.util dependency from samz...

2018-05-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/samza/pull/527


---


[CANCEL][VOTE] Apache Samza 0.14.1 RC1

2018-05-18 Thread Xinyu Liu
We found an issue when running SQL console tool. Cancel this vote and will
submit another candidate after it's fixed.

Thanks,
Xinyu


Re: [VOTE] Apache Samza 0.14.1 RC1

2018-05-18 Thread Xinyu Liu
Cancel the vote due to this issue. I will reach out to the Samza SQL folks
to get this resolved.

Thanks,
Xinyu

On Fri, May 18, 2018 at 12:33 AM, Yi Pan  wrote:

> -1.
>
> Verified the sha1 and asc signatures are correct.
> Ran check-all.sh and succeeded.
> Ran ./bin/integration-tests.sh succeeded.
>
> Followed instruction in http://samza.apache.org/learn/
> tutorials/0.14/samza-
> sql.html and saw the following error:
> 1) localhost samza-tools/scripts/generate-kafka-events.sh failed on MacOS:
> realpath command not found
> 2) after modifying the scripts to set the base_dir,
> samza-tools/scripts/samza-sql-console.sh  --sql "insert into
> log.consoleoutput select * from kafka.ProfileChangeStream" failed w/
> the following error:
> {noformat}
> Executing sql insert into log.consoleoutput select Name as __key__, Name,
> NewCompany, RegexMatch('.*soft', OldCompany) from kafka.ProfileChangeStream
> where NewCompany = 'LinkedIn' log4j:WARN Continuable parsing error 42 and
> column 23 log4j:WARN The content of element type "log4j:configuration" must
> match
> "(renderer*,throwableRenderer?,appender*,plugin*,(category|
> logger)*,root?,(categoryFactory|loggerFactory)?)".
> 2018-05-18 00:18:50 INFO VerifiableProperties:70 - Verifying properties
> 2018-05-18 00:18:50 INFO VerifiableProperties:70 - Property client.id is
> overridden to samza_admin-sql_job-1 2018-05-18 00:18:50 INFO
> VerifiableProperties:70 - Property group.id is overridden to
> undefined-samza-consumer-group-3edff597-2257-427b-aea4-5d11c664bba4
> 2018-05-18 00:18:50 INFO VerifiableProperties:70 - Property
> zookeeper.connect is overridden to localhost:2181 2018-05-18 00:18:50 INFO
> SamzaSqlApplicationConfig:148 - Instantiating SqlIOResolver using factory
> org.apache.samza.sql.impl.ConfigBasedIOResolverFactory with props
> {log.relSchemaProviderName=config,
> factory=org.apache.samza.sql.impl.ConfigBasedIOResolverFactory,
> kafka.samzaRelConverterName=avro, kafka.relSchemaProviderName=config,
> log.samzaRelConverterName=json} 2018-05-18 00:18:50 DEBUG parser:632 -
> Reduced `NewCompany` = 'LinkedIn' Exception in thread "main"
> org.apache.commons.lang.NotImplementedException: No sink support in
> ConfigBasedIOResolver. at
> org.apache.samza.sql.impl.ConfigBasedIOResolverFactory$
> ConfigBasedIOResolver.fetchSinkInfo(ConfigBasedIOResolverFactory.java:111)
> at
> org.apache.samza.sql.runner.SamzaSqlApplicationRunner.computeSamzaConfigs(
> SamzaSqlApplicationRunner.java:91)
> at
> org.apache.samza.sql.runner.SamzaSqlApplicationRunner.(
> SamzaSqlApplicationRunner.java:66)
> at
> org.apache.samza.tools.SamzaSqlConsole.executeSql(
> SamzaSqlConsole.java:110)
> at org.apache.samza.tools.SamzaSqlConsole.main(SamzaSqlConsole.java:104)
> {noformat}
>
> On Thu, May 17, 2018 at 12:00 PM, Xinyu Liu  wrote:
>
> > Extend the vote to Friday, May 18 5pm. Please take a chance to run the
> > tests and vote for it.
> >
> > Thanks,
> > Xinyu
> >
> > On Wed, May 16, 2018 at 10:44 AM, Xinyu Liu 
> wrote:
> >
> > > A reminder to download the build and vote for it. Since we are passing
> > the
> > > end date for the vote, let's extend to tomorrow 12pm.
> > >
> > > For me, I ran the check-all.sh and integration tests on Linux REHL7 and
> > > all tests passed. So +1 (binding) from my side.
> > >
> > > Thanks,
> > > Xinyu
> > >
> > > On Thu, May 10, 2018 at 2:44 PM, Xinyu Liu 
> > wrote:
> > >
> > >> Hi, All,
> > >>
> > >> This is a call for a vote on a release of Apache Samza 0.14.1. Thanks
> to
> > >> everyone who has contributed to this release.
> > >>
> > >> The release candidate can be downloaded from here:
> > >> http://home.apache.org/~xinyu/samza-0.14.1-rc1/
> > >>
> > >> The release candidate is signed with pgp key C31D7061, which can be
> > found
> > >> on keyservers: http://pgp.mit.edu/pks/lookup?op=get=0xC31D7061
> > >>
> > >> The git tag is release-0.14.1-rc0 and signed with the same pgp key:
> > >> https://git-wip-us.apache.org/repos/asf?p=samza.git;a=
> > >> tag;h=refs/tags/release-0.14.1-rc1
> > >>
> > >> Test binaries have been published to Maven's staging repository, and
> are
> > >> available here: https://repository.apache.org/content/repositories/
> > >> orgapachesamza-1047/
> > >>
> > >> 46 issues were resolved for this release: https://issues.apache
> > >> .org/jira/projects/SAMZA/versions/12343155
> > >>
> > >> The vote will be open for 72 hours (ending at 3:00PM Tuesday,
> > 05/15/2018).
> > >>
> > >> Please download the release candidate, check the hashes/signature,
> build
> > >> it and test it, and then please vote:
> > >>
> > >> [ ] +1 approve
> > >>
> > >> [ ] +0 no opinion
> > >>
> > >> [ ] -1 disapprove (and reason why)
> > >>
> > >> Thanks,
> > >> Xinyu
> > >>
> > >>
> > >
> >
>