A file search of "Stratosphere" on "*java" files in Eclipse still produces 36 hits. (They might be duplicated by the way as both flink-parent and flink-<everything else> were included...)
Another related issue that might be worth to consider: I've noticed that you've eliminated "nephele" from the package naming conventions. However it is still in the code: mostly in variable names and comments - occuring around 800 times for me. It might be a good point of time to get rid of this if you are for eliminating the Nephele abstraction. On Sat, Jul 12, 2014 at 7:44 PM, Henry Saputra <[email protected]> wrote: > W00t! :) > > On Saturday, July 12, 2014, Stephan Ewen <[email protected]> wrote: > > > Hi everyone! > > > > As of today, the code in the master has been updated to use the name > > "flink" instead of "stratosphere". > > > > - All code is in the namespace "org.apache.flink" > > - All maven projects are now "flink-*" > > - All comments, javadocs, markdown docs refer to "flink" > > - Source headers are adjusted to be ASF compliant > > - Notice, Readme, etc has been rewritten. > > - Shell scripts and commands use the name "flink" > > > > Robert and me tried to do it very thoroughly. If we overlooked something, > > please let us know. > > > > Greetings, > > Stephan > > >
