unsuscribe

2022-01-18 Thread Sasha Kacanski
unsuscribe -- Aleksandar Kacanski - Sasha *Python Rocks, natural or digital, regardless ...*

Re: [discuss] dropping Python 2.6 support

2016-01-09 Thread Sasha Kacanski
+1 Companies that use stock python in redhat 2.6 will need to upgrade or install fresh version wich is total of 3.5 minutes so no issues ... On Tue, Jan 5, 2016 at 2:17 AM, Reynold Xin wrote: > Does anybody here care about us dropping support for Python 2.6 in Spark > 2.0? > > Python 2.6 is anci

ZMQ and python streaming

2015-02-04 Thread Sasha Kacanski
Hi, is it possible to integrate zmq with pyspark.streaming to receive messages over TCP socket. I seem to not be able to find working example for ZeroMQ implementation. Regards, -- Aleksandar Kacanski

Re: How to speed PySpark to match Scala/Java performance

2015-01-29 Thread Sasha Kacanski
> On the master branch, we have a Pandas like API already. > > > On Thu, Jan 29, 2015 at 4:31 PM, Sasha Kacanski > wrote: > >> Hi Reynold, >> In my project I want to use Python API too. >> When you mention DF's are we talking about pandas or this is some

Re: How to speed PySpark to match Scala/Java performance

2015-01-29 Thread Sasha Kacanski
Hi Reynold, In my project I want to use Python API too. When you mention DF's are we talking about pandas or this is something internal to spark py api. If you could elaborate a bit on this or point me to alternate documentation. Thanks much --sasha On Thu, Jan 29, 2015 at 4:12 PM, Reynold Xin wr