Renaming, first version available

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Renaming, first version available

Stephan Ewen
Hi everyone!

The first part of the renaming is done. The code is not in the master
(tests and cluster tests pending), but anyone that wants to base patches on
the renamed code can use the following branch.

The code is in my fork of the github mirror:
https://github.com/StephanEwen/incubator-flink/commits/master

What I covered:

1) Move all the packages to org.apache.flink
2) Adjust headers in all Java, Scala, Shell Script files
3) Fix internal JavaDocLinks
4) Fix comments to mention Flink, rather than Stratosphere
5) Adjust the webclient and compiler web frontend pages

Further progress is tracked here:
https://issues.apache.org/jira/browse/FLINK-920

Stephan
Reply | Threaded
Open this post in threaded view
|

Re: Renaming, first version available

Henry Saputra
Cool! Thanks Stephan, will try it out hopefully by tomorrow.

- Henry

On Wed, Jul 9, 2014 at 4:38 PM, Stephan Ewen <[hidden email]> wrote:

> Hi everyone!
>
> The first part of the renaming is done. The code is not in the master
> (tests and cluster tests pending), but anyone that wants to base patches on
> the renamed code can use the following branch.
>
> The code is in my fork of the github mirror:
> https://github.com/StephanEwen/incubator-flink/commits/master
>
> What I covered:
>
> 1) Move all the packages to org.apache.flink
> 2) Adjust headers in all Java, Scala, Shell Script files
> 3) Fix internal JavaDocLinks
> 4) Fix comments to mention Flink, rather than Stratosphere
> 5) Adjust the webclient and compiler web frontend pages
>
> Further progress is tracked here:
> https://issues.apache.org/jira/browse/FLINK-920
>
> Stephan