Re: [DISCUSS] Flink dist directory management

2017-03-27 Thread shijinkui
Hi, Fabian, Jark Wu, Greg Thank for your feedback and support. I’ll create some sub-issue to complete the every task of code refactor. 在 2017/3/27 下午3:38, "Fabian Hueske" 写入: >Hi Jinkui, > >I agree with you, moving all examples into ./examples would be nice. >Note, that for

Re: [DISCUSS] Flink dist directory management

2017-03-27 Thread Fabian Hueske
Hi Jinkui, I agree with you, moving all examples into ./examples would be nice. Note, that for the DataSet and DataStream APIs, each example is packaged as a separate JAR with the main class being included in the MANIFEST file. I think we should select a few representative examples of the Table

Re: [DISCUSS] Flink dist directory management

2017-03-26 Thread 伍翀(云邪)
Hi Jinkui, Thanks for bringing up this discussion. I??m +1 to moving table-examples and belly-examples into "examples/?? to keep ??opt?? clean. Best, Jark Wu > ?? 2017??3??253:46??shijinkui ?? > > Hi, all > > The Flink distribution?0?1?0?4s directory have

Re: [DISCUSS] Flink dist directory management

2017-03-25 Thread Greg Hogan
Hi Jinkui, +1 to moving gelly-examples into examples/. Also sounds nice to similarly organize the Python examples. Docs will also need to be updated (docs/dev/lib/gelly/index.md). Greg > On Mar 25, 2017, at 3:46 AM, shijinkui wrote: > > Hi, all > > The Flink

[DISCUSS] Flink dist directory management

2017-03-25 Thread shijinkui
Hi, all The Flink distribution’s directory have no very clear responsibility about what type of files should be in which directory. The "bin","conf","lib" directories are clear for their responsibility. But the “opt" directories are mixed with library jars and example jars. I think we can