Re: Externalizing the Flink connectors

2015-12-10 Thread jun aoki
The pluggable architecture is great! (why Don't we call it Flink plugins? my 2 cents) It will be nice if we come up with an idea of what directory structure should look like before start dumping connectors (plugins). Also wonder what to do with versioning. At some point, for example, Twitter v1 con

[jira] [Created] (FLINK-3149) mvn test fails on flink-runtime because curator classes not found

2015-12-08 Thread jun aoki (JIRA)
jun aoki created FLINK-3149: --- Summary: mvn test fails on flink-runtime because curator classes not found Key: FLINK-3149 URL: https://issues.apache.org/jira/browse/FLINK-3149 Project: Flink

Re: could you please add me Contributor list?

2015-12-01 Thread jun aoki
Thank you Robert, now I can assign myself. On Wed, Nov 25, 2015 at 1:09 AM, Robert Metzger wrote: > I added you as a contributor. > > On Wed, Nov 25, 2015 at 7:29 AM, jun aoki wrote: > > > Hi Henry, thank you for helping. My id is jaoki > > > > On Tue, Nov 24,

Re: could you please add me Contributor list?

2015-11-24 Thread jun aoki
ning to work on it. > > - Henry > > On Tue, Nov 24, 2015 at 5:18 PM, jun aoki wrote: > > So that I can assign myself to Flink jiras? > > > > -- > > -jun > -- -jun

could you please add me Contributor list?

2015-11-24 Thread jun aoki
So that I can assign myself to Flink jiras? -- -jun

Re: how to write dataset in a file?

2015-11-22 Thread jun aoki
ig.html#file-systems > > The behavior we support right now is pretty much what people coming from > the Hadoop world are used to, that's why it behaves the way it does. > > Greetings, > Stephan > > > On Sun, Nov 22, 2015 at 8:49 AM, jun aoki wrote: > > >

[jira] [Created] (FLINK-3059) Javadoc fix for DataSet.writeAsText()

2015-11-22 Thread jun aoki (JIRA)
jun aoki created FLINK-3059: --- Summary: Javadoc fix for DataSet.writeAsText() Key: FLINK-3059 URL: https://issues.apache.org/jira/browse/FLINK-3059 Project: Flink Issue Type: Bug

Re: how to write dataset in a file?

2015-11-21 Thread jun aoki
you really need a single output. > > > > On Fri, Nov 20, 2015, 21:27 Suneel Marthi wrote: > > > >> You can write to a single output file by setting parallelism == 1 > >> > >> So final ExecutionEnvironment env = ExecutionEnvironment. > >> createLo

how to write dataset in a file?

2015-11-20 Thread jun aoki
Hi Flink community I know I'm mistaken but could not find what I want. final ExecutionEnvironment env = ExecutionEnvironment.createLocalEnvironment(); DataSet data = env.readTextFile("file:///text1.txt"); FilterFunction filter = new MyFilterFunction(); // looks for a line starts with "[ERROR]" D

[jira] [Created] (FLINK-3012) Refactor boilerplate code of while and if statements in DataSourceTask

2015-11-15 Thread jun aoki (JIRA)
jun aoki created FLINK-3012: --- Summary: Refactor boilerplate code of while and if statements in DataSourceTask Key: FLINK-3012 URL: https://issues.apache.org/jira/browse/FLINK-3012 Project: Flink