Hi Flinksters, we had recently a discussion in our working group which Language we should use with Flink. To bring it to the point: most people would like to use Python because the are familiar with it and there is a nice scientific stack to f.e. print and analyse the results. But our concern is that Python is far less efficient than Scala. |
Hi Max I think you have to learn Java or Scala if you want to use Flink in your project. The below picture from Marton's slides. Hopefully, that is a good reference for you. Best regards Hawin On Mon, Jun 29, 2015 at 3:19 AM, Maximilian Alber <[hidden email]> wrote:
|
Thank you very much! Good to know that it is build on the Java API. I would be still interested to know, it it is a "serious" impact to use Python instead of Java or if on the long run the runtime is amortized the same?That there is no definite answer I'm aware of, but still I would appreciate your opinions! On Tue, Jun 30, 2015 at 3:12 AM, Hawin Jiang <[hidden email]> wrote:
|
Hi Max, the Python API is still in an early beta state and builds on the Java API as said before. All framework processing (sorting, joining, data shipping, etc.) is done in Java. Whenever, a Python user function needs to be called, the data is given to an external Python process and later received back. The Python API tries to reduce the number of switches between Java and Python, but the cost is quite high.2015-06-30 10:05 GMT+02:00 Maximilian Alber <[hidden email]>:
|
Ok, thanks. That I wanted to (not) hear :-) Cheers,On Tue, Jun 30, 2015 at 10:17 AM, Fabian Hueske <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |