Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-09 Thread Yaz Sh
Cheers, > Till > > On Thu, Aug 9, 2018 at 2:53 PM Yaz Sh wrote: > > > Great Job on Release 1.6! > > > > I just checked it out and still I can see v.1.6-SNAPSHOT on the title of > > https://ci.apache.org/projects/flink/flink-docs-release-1.6/ < > >

Re: [VOTE] Release 1.6.0, release candidate #4

2018-08-09 Thread Yaz Sh
Great Job on Release 1.6! I just checked it out and still I can see v.1.6-SNAPSHOT on the title of https://ci.apache.org/projects/flink/flink-docs-release-1.6/ and when I click on any options, it redirects me to master docs

SSL Error on Flink-Kafka

2018-08-05 Thread Yaz Sh
Hi Devs, I am trying to connect to Kaka via SSL and when I run the code on cluster I get bellow SSL error. (The code is running on IntelliJ without any issue ) Caused by: org.apache.kafka.common.errors.SerializationException: Error deserializing Avro message for id 161 Caused by:

Re: [RESULT][VOTE] Release 1.5.2, release candidate #2

2018-07-31 Thread Yaz Sh
Great job and Thanks Chesnay Cheers, Yaz On Tue, Jul 31, 2018 at 2:31 PM Thomas Weise wrote: > Thanks to Chesnay for running the release and getting it completed quickly! > > > On Tue, Jul 31, 2018 at 2:02 AM Fabian Hueske wrote: > > > Thanks Chesnay! > > > > 2018-07-31 10:59 GMT+02:00 vino

Re: [VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Yaz Sh
+1 - Checked “signatures" for all packages - Checked “checksum" for all packages - Started cluster with no exceptions on log files - Stoped cluster with no exceptions on log file - Added more taskManager by running “taskmanager.sh start” - Added more slots via “flink-conf.yml" - Checked for all

Re: [ANNOUNCE] Apache Flink 1.5.1 released

2018-07-13 Thread Yaz Sh
Excellent! Thanks to Chesnay, great work! Yaz > On Jul 13, 2018, at 8:37 AM, Dawid Wysakowicz wrote: > > Good job everyone and Chesnay for being the release manager! > > > On 13/07/18 14:34, Hequn Cheng wrote: >> Cool, thanks to Chesnay! >> >> Best, Hequn >> >> On Fri, Jul 13, 2018 at 8:25

Re: [VOTE] Release 1.5.1, release candidate #3

2018-07-13 Thread Yaz Sh
t; > Hi Yazdan, > > that is the expected behaviour. If the system cannot allocate enough slots > it will fail with a NoResourceAvailableException after > the slot.request.timeout has been exceeded. > > Cheers, > Till > > On Wed, Jul 11, 2018 at 7:44 PM Yaz Sh <mailto:yazda.

Re: [VOTE] Release 1.5.1, release candidate #3

2018-07-11 Thread Yaz Sh
; On 11.07.2018 09:25, Chesnay Schepler wrote: > >> @Yaz which binary package did you check? I looked into the > >> hadoop-free package and the folder is there. > >> > >> Did you maybe encounter an error when extracting the package? > >> > >>

Re: [VOTE] Release 1.5.1, release candidate #3

2018-07-10 Thread Yaz Sh
-1 ./examples/streaming folder is missing in binary packages Cheers, Yazdan > On Jul 10, 2018, at 9:57 PM, vino yang wrote: > > +1 > reviewed [1], [4] and [6] > > 2018-07-11 3:10 GMT+08:00 Chesnay Schepler : > >> Hi everyone, >> Please review and vote on the release candidate #3 for the

Re: [VOTE] Release 1.5.1, release candidate #2

2018-07-06 Thread Yaz Sh
+1 Tests have been done on OS X - Ran in cluster mode ./bin/start-cluster.sh - Checked that *.out files are empty - Stopped cluster ./bin/stop-cluster.sh - Checked for No Exceptions on log output - Test Examples via WebUI - Test Example via CLI with different flags (-d, -c, -q, -p) - Added

Re: [VOTE] Release 1.5.1, release candidate #1

2018-07-05 Thread Yaz Sh
[-1] I did follow validation release candidate guide line and when I tested the examples via web UI, I got some errors. here are the steps to reproduce the error. - Ran the cluster mode (./bin/start-cluster.sh) - Upload the WordCount.jar Example via web UI (I retry this with other examples

[Proposal] Code Reviewer List

2018-06-08 Thread Yaz Sh
Hi Flink Community, I am working with Flink for last couple of months and still learning it. Recently, I have started as a contributor in Flink to perform some minor changes and I am very excited to start working on bigger tasks. Questions I always have in mind, when I make a PR, are “Who

Re: [VOTE] Release flink-shaded 4.0, release candidate #2

2018-05-31 Thread Yaz Sh
+1 I am new in this but I did following tests: - mvn clean package -Dshade-sources passed will all modules SUCCESS - checked all the licenses available - netty-route license has been removed - netty version 4.1.24.Final-4.0 - jackson version 2.7.9-4.0 - jackson-jsonSchema versio 2.7.9-4.0 -

Re: Closing (automatically?) inactive pull requests

2018-05-15 Thread Yaz Sh
I have questions in this regard (you guys might have addressed it in this email chain): how PRs get assigned to a reviewer apart of a contributor tag someone? what if PR never gets a reviewer attention and it became in-active due to long review respond? should Bot assign a reviewer to a PR

Re: request for JIRA contributor permissions

2018-05-13 Thread Yaz Sh
Thanks! I have it now. Cheers, Yaz On Sun, May 13, 2018 at 12:39 PM Chesnay Schepler <ches...@apache.org> wrote: > I've given you contributor permissions. > > On 13.05.2018 18:25, Yaz Sh wrote: > > I would appreciate if someone grant me the JIRA contributor permissions &

request for JIRA contributor permissions

2018-05-13 Thread Yaz Sh
I would appreciate if someone grant me the JIRA contributor permissions to be able to assign tickets to myself that I am working on them. FLINK-9348 FLINK-9343 FLINK-9317