Re: Storm 2.0 blogs ?

2019-01-29 Thread Arun M
Heres a short blurb for Streams API & windowing enhancements.

1. Streams API

A typed API for expressing streaming computations more easily using
functional style operations.
It builds on top of the Storm's core spouts and bolt APIs and automatically
fuses multiple operations together to optimize the pipeline.
For more details and examples see -
https://github.com/apache/storm/blob/master/docs/Stream-API.md

2. Windowing enhancements

Storm can save/restore the window state to the configured state backend so
that larger continuous windows can be supported.
The window boundaries can now be accessed via the APIs.
For more details see -
https://github.com/apache/storm/blob/master/docs/Windowing.md#stateful-windowing

Thanks,
Arun


Re: [VOTE] Release Apache Storm 2.0.0 (rc4)

2019-01-29 Thread Arun Mahadevan
Agree with continuing with the RC if this is not a blocker.

On Tue, 29 Jan 2019 at 12:29, Roshan Naik 
wrote:

>  Correct me if I am wrong, this seems to be a bug with a workaround but
> not an exploitable security hole. ? if this is not a security hole, and the
> workaround is realistic then we should go ahead with the current RC
> IMO.-roshan
> On Tuesday, January 29, 2019, 10:26:53 AM PST, Kishorkumar Patil <
> kishorvpa...@apache.org> wrote:
>
>  Aaron,
> Thank you for patch and suggesting the work around in the mean time. The PR
> for STORM-3317 is merged into master now.
> Considering the work around exists for STORM-3317, I am open to either go
> ahead with current RC or create a new one.
>
> Thanks,
> Kishor
>
> On Tue, Jan 29, 2019 at 11:19 AM Aaron Gresch  wrote:
>
> > The workaround for STORM-3317 is to force your
> > java.security.auth.login.config file on the launcher box to remain in the
> > same location as where it is hosted on the supervisors.
> >
> >
> > On Mon, Jan 28, 2019 at 10:10 AM Aaron Gresch  wrote:
> >
> > >
> > > Not sure if it affects the release, but STORM-3317 is a new bug in 2.0
> > > where if your launcher box has the java.security.auth.login.config
> file
> > in
> > > a different location than the supervisors, uploading credentials will
> not
> > > work.
> > >
> > > A PR is available that fixes the issue.
> > >
> > >
> > >
> > > On Tue, Jan 8, 2019 at 1:03 PM P. Taylor Goetz 
> > wrote:
> > >
> > >> This is a call to vote on releasing Apache Storm 2.0.0 (rc4)
> > >>
> > >> Full list of changes in this release:
> > >>
> > >>
> > >>
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/RELEASE_NOTES.html
> > >>
> > >> The tag/commit to be voted upon is v2.0.0:
> > >>
> > >>
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=storm.git;a=tree;h=1eece73e8c9ed7f41d2f20f727bc7f644c499360;hb=ddee8decac57d1a4a0aa23cc76066609a2abc8d2
> > >>
> > >> The source archive being voted upon can be found here:
> > >>
> > >>
> > >>
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/apache-storm-2.0.0-src.tar.gz
> > >>
> > >> Other release files, signatures and digests can be found here:
> > >>
> > >> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/
> > >>
> > >> The release artifacts are signed with the following key:
> > >>
> > >>
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=storm.git;a=blob_plain;f=KEYS;hb=22b832708295fa2c15c4f3c70ac0d2bc6fded4bd
> > >>
> > >> The Nexus staging repository for this release is:
> > >>
> > >>
> https://repository.apache.org/content/repositories/orgapachestorm-1073
> > >>
> > >> Please vote on releasing this package as Apache Storm 2.0.0.
> > >>
> > >> When voting, please list the actions taken to verify the release.
> > >>
> > >> This vote will be open for at least 72 hours.
> > >>
> > >> [ ] +1 Release this package as Apache Storm 2.0.0
> > >> [ ]  0 No opinion
> > >> [ ] -1 Do not release this package because...
> > >>
> > >> Thanks to everyone who contributed to this release.
> > >>
> > >> -Taylor
> > >
> > >
> >
>


[GitHub] HeartSaVioR commented on issue #8: Adds Govind Menon to list of committers plus changing Oath to Verizon…

2019-01-29 Thread GitBox
HeartSaVioR commented on issue #8: Adds Govind Menon to list of committers plus 
changing Oath to Verizon…
URL: https://github.com/apache/storm-site/pull/8#issuecomment-458721666
 
 
   Non-code change doesn't have 24hr waiting period so I think it's OK.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] govind-menon commented on issue #8: Adds Govind Menon to list of committers plus changing Oath to Verizon…

2019-01-29 Thread GitBox
govind-menon commented on issue #8: Adds Govind Menon to list of committers 
plus changing Oath to Verizon…
URL: https://github.com/apache/storm-site/pull/8#issuecomment-458721340
 
 
   I forgot about the 24 hr waiting period - please feel free to revert this


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit merged pull request #8: Adds Govind Menon to list of committers plus changing Oath to Verizon…

2019-01-29 Thread GitBox
asfgit merged pull request #8: Adds Govind Menon to list of committers plus 
changing Oath to Verizon…
URL: https://github.com/apache/storm-site/pull/8
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache Storm 2.0.0 (rc4)

2019-01-29 Thread Roshan Naik
 Correct me if I am wrong, this seems to be a bug with a workaround but not an 
exploitable security hole. ? if this is not a security hole, and the workaround 
is realistic then we should go ahead with the current RC IMO.-roshan
On Tuesday, January 29, 2019, 10:26:53 AM PST, Kishorkumar Patil 
 wrote:  
 
 Aaron,
Thank you for patch and suggesting the work around in the mean time. The PR
for STORM-3317 is merged into master now.
Considering the work around exists for STORM-3317, I am open to either go
ahead with current RC or create a new one.

Thanks,
Kishor

On Tue, Jan 29, 2019 at 11:19 AM Aaron Gresch  wrote:

> The workaround for STORM-3317 is to force your
> java.security.auth.login.config file on the launcher box to remain in the
> same location as where it is hosted on the supervisors.
>
>
> On Mon, Jan 28, 2019 at 10:10 AM Aaron Gresch  wrote:
>
> >
> > Not sure if it affects the release, but STORM-3317 is a new bug in 2.0
> > where if your launcher box has the java.security.auth.login.config  file
> in
> > a different location than the supervisors, uploading credentials will not
> > work.
> >
> > A PR is available that fixes the issue.
> >
> >
> >
> > On Tue, Jan 8, 2019 at 1:03 PM P. Taylor Goetz 
> wrote:
> >
> >> This is a call to vote on releasing Apache Storm 2.0.0 (rc4)
> >>
> >> Full list of changes in this release:
> >>
> >>
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/RELEASE_NOTES.html
> >>
> >> The tag/commit to be voted upon is v2.0.0:
> >>
> >>
> >>
> https://git-wip-us.apache.org/repos/asf?p=storm.git;a=tree;h=1eece73e8c9ed7f41d2f20f727bc7f644c499360;hb=ddee8decac57d1a4a0aa23cc76066609a2abc8d2
> >>
> >> The source archive being voted upon can be found here:
> >>
> >>
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/apache-storm-2.0.0-src.tar.gz
> >>
> >> Other release files, signatures and digests can be found here:
> >>
> >> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/
> >>
> >> The release artifacts are signed with the following key:
> >>
> >>
> >>
> https://git-wip-us.apache.org/repos/asf?p=storm.git;a=blob_plain;f=KEYS;hb=22b832708295fa2c15c4f3c70ac0d2bc6fded4bd
> >>
> >> The Nexus staging repository for this release is:
> >>
> >> https://repository.apache.org/content/repositories/orgapachestorm-1073
> >>
> >> Please vote on releasing this package as Apache Storm 2.0.0.
> >>
> >> When voting, please list the actions taken to verify the release.
> >>
> >> This vote will be open for at least 72 hours.
> >>
> >> [ ] +1 Release this package as Apache Storm 2.0.0
> >> [ ]  0 No opinion
> >> [ ] -1 Do not release this package because...
> >>
> >> Thanks to everyone who contributed to this release.
> >>
> >> -Taylor
> >
> >
>
  

[GitHub] govind-menon opened a new pull request #8: Adds Govind Menon to list of committers plus changing Oath to Verizon…

2019-01-29 Thread GitBox
govind-menon opened a new pull request #8: Adds Govind Menon to list of 
committers plus changing Oath to Verizon…
URL: https://github.com/apache/storm-site/pull/8
 
 
   … Media


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [VOTE] Release Apache Storm 2.0.0 (rc4)

2019-01-29 Thread Kishorkumar Patil
Aaron,
Thank you for patch and suggesting the work around in the mean time. The PR
for STORM-3317 is merged into master now.
Considering the work around exists for STORM-3317, I am open to either go
ahead with current RC or create a new one.

Thanks,
Kishor

On Tue, Jan 29, 2019 at 11:19 AM Aaron Gresch  wrote:

> The workaround for STORM-3317 is to force your
> java.security.auth.login.config file on the launcher box to remain in the
> same location as where it is hosted on the supervisors.
>
>
> On Mon, Jan 28, 2019 at 10:10 AM Aaron Gresch  wrote:
>
> >
> > Not sure if it affects the release, but STORM-3317 is a new bug in 2.0
> > where if your launcher box has the java.security.auth.login.config  file
> in
> > a different location than the supervisors, uploading credentials will not
> > work.
> >
> > A PR is available that fixes the issue.
> >
> >
> >
> > On Tue, Jan 8, 2019 at 1:03 PM P. Taylor Goetz 
> wrote:
> >
> >> This is a call to vote on releasing Apache Storm 2.0.0 (rc4)
> >>
> >> Full list of changes in this release:
> >>
> >>
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/RELEASE_NOTES.html
> >>
> >> The tag/commit to be voted upon is v2.0.0:
> >>
> >>
> >>
> https://git-wip-us.apache.org/repos/asf?p=storm.git;a=tree;h=1eece73e8c9ed7f41d2f20f727bc7f644c499360;hb=ddee8decac57d1a4a0aa23cc76066609a2abc8d2
> >>
> >> The source archive being voted upon can be found here:
> >>
> >>
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/apache-storm-2.0.0-src.tar.gz
> >>
> >> Other release files, signatures and digests can be found here:
> >>
> >> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/
> >>
> >> The release artifacts are signed with the following key:
> >>
> >>
> >>
> https://git-wip-us.apache.org/repos/asf?p=storm.git;a=blob_plain;f=KEYS;hb=22b832708295fa2c15c4f3c70ac0d2bc6fded4bd
> >>
> >> The Nexus staging repository for this release is:
> >>
> >> https://repository.apache.org/content/repositories/orgapachestorm-1073
> >>
> >> Please vote on releasing this package as Apache Storm 2.0.0.
> >>
> >> When voting, please list the actions taken to verify the release.
> >>
> >> This vote will be open for at least 72 hours.
> >>
> >> [ ] +1 Release this package as Apache Storm 2.0.0
> >> [ ]  0 No opinion
> >> [ ] -1 Do not release this package because...
> >>
> >> Thanks to everyone who contributed to this release.
> >>
> >> -Taylor
> >
> >
>


Re: [VOTE] Release Apache Storm 2.0.0 (rc4)

2019-01-29 Thread Aaron Gresch
The workaround for STORM-3317 is to force your
java.security.auth.login.config file on the launcher box to remain in the
same location as where it is hosted on the supervisors.


On Mon, Jan 28, 2019 at 10:10 AM Aaron Gresch  wrote:

>
> Not sure if it affects the release, but STORM-3317 is a new bug in 2.0
> where if your launcher box has the java.security.auth.login.config  file in
> a different location than the supervisors, uploading credentials will not
> work.
>
> A PR is available that fixes the issue.
>
>
>
> On Tue, Jan 8, 2019 at 1:03 PM P. Taylor Goetz  wrote:
>
>> This is a call to vote on releasing Apache Storm 2.0.0 (rc4)
>>
>> Full list of changes in this release:
>>
>>
>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/RELEASE_NOTES.html
>>
>> The tag/commit to be voted upon is v2.0.0:
>>
>>
>> https://git-wip-us.apache.org/repos/asf?p=storm.git;a=tree;h=1eece73e8c9ed7f41d2f20f727bc7f644c499360;hb=ddee8decac57d1a4a0aa23cc76066609a2abc8d2
>>
>> The source archive being voted upon can be found here:
>>
>>
>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/apache-storm-2.0.0-src.tar.gz
>>
>> Other release files, signatures and digests can be found here:
>>
>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc4/
>>
>> The release artifacts are signed with the following key:
>>
>>
>> https://git-wip-us.apache.org/repos/asf?p=storm.git;a=blob_plain;f=KEYS;hb=22b832708295fa2c15c4f3c70ac0d2bc6fded4bd
>>
>> The Nexus staging repository for this release is:
>>
>> https://repository.apache.org/content/repositories/orgapachestorm-1073
>>
>> Please vote on releasing this package as Apache Storm 2.0.0.
>>
>> When voting, please list the actions taken to verify the release.
>>
>> This vote will be open for at least 72 hours.
>>
>> [ ] +1 Release this package as Apache Storm 2.0.0
>> [ ]  0 No opinion
>> [ ] -1 Do not release this package because...
>>
>> Thanks to everyone who contributed to this release.
>>
>> -Taylor
>
>