Re: License check no longer failing (in master)

2016-05-06 Thread Maximilian Michels
Hi Ken, Yes, what you're seeing is a left-over directory from an old Flink version. These files are automatically generated during build time and not tracked by Git. That's why they didn't get deleted when the directory moved. You probably want to cleanup these files (careful, will delete all fol

License check no longer failing (in master)

2016-05-05 Thread Ken Krugler
Hi devs, So it looks like I had some cruft (??) left over from a previous version of Flink? The flink-staging directory no longer exists in master. Looks like apache-rat was configured to search everything from the top down, so it found these Avro-generated files in that directory. Sorry for