Re: [ANNOUNCE] New Flink committer Shaoxuan Wang

2017-06-21 Thread Andrew Psaltis
gt; committer. > > > Thanks, Fabian > > > > > -- Thanks, Andrew Subscribe to my book: Streaming Data <http://manning.com/psaltis> <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata>

Re: [ANNOUNCE] New committer: Dawid Wysakowicz

2017-06-21 Thread Andrew Psaltis
> > > > > > > Congrats Dawid. > > > > Great thanks for your contribution! > > > > > > > > Xiaogang > > > > > > > > 2017-06-19 18:52 GMT+08:00 Dawid Wysakowicz < > > wysakowicz.da...@gmail.com > > > &

Re: FlinkML on slack

2017-06-17 Thread Andrew Psaltis
Thanks! On Sat, Jun 17, 2017 at 5:08 AM, Stavros Kontopoulos < st.kontopou...@gmail.com> wrote: > Lokesh and Andrew just added you. > > On Sat, Jun 17, 2017 at 12:12 AM, Andrew Psaltis > > wrote: > > > Hi Stravros, > > Can you please invite me

Re: FlinkML on slack

2017-06-16 Thread Andrew Psaltis
t; wrote: > > > > > > > > > > > > > > > > Hi all, > > > > > > > > > > > > > > > > We took the initiative to create the organization for FlinkML > > on > > > > > slack > > > > &

Re: JIRA permissions

2017-05-04 Thread Andrew Psaltis
gt; 2017-05-04 21:41 GMT+02:00 Andrew Psaltis : > > > Hi, > > I would like to start contributing to Flink. Can you please provide me > the > > permissions to assign an issue to myself. > > > > My username is apsaltis > > > > -- > > Thanks, >

JIRA permissions

2017-05-04 Thread Andrew Psaltis
Hi, I would like to start contributing to Flink. Can you please provide me the permissions to assign an issue to myself. My username is apsaltis -- Thanks, Andrew

Re: [VOTE] Release Apache Flink 1.2.1 (RC2)

2017-04-12 Thread Andrew Psaltis
+1 -- checked out all code, built with all tests, ran local cluster, deployed example streaming jobs On Thu, Apr 13, 2017 at 2:26 AM, Andrew Psaltis wrote: > Ted -- I did not see those errors. My environment is: > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11

Re: [VOTE] Release Apache Flink 1.2.1 (RC2)

2017-04-12 Thread Andrew Psaltis
//repository.apache.org/content/repositories/orgapacheflink-1117 > >* > > > > --------- > > > > > > The vote ends on Tuesday, 1pm CET. > > > > [ ] +1 Release this package as Apache Flink 1.2.1 > > [ ] -1 Do not release this package, because ... > > > -- Thanks, Andrew Subscribe to my book: Streaming Data <http://manning.com/psaltis> <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata>

GlobFilePathFilter NotSerializableException

2017-01-22 Thread Andrew Psaltis
Hi, I am trying to use the GlobFilePathFIlter with Flink 1.2-SNAPSHOT have also tried using the latest 1.3-SNAPSHOT code and get the same error. Basically if using the GlobFilePathFilter there is a serialization exception due to the inner class in sun.nio.fs.UnixFileSystem not being serializable. I