-
Hi
I have install thriftpy version 0.3.4 , Pyhton 2.7.9 on Ubuntu
I am trying the pingpong example in the documentation and I am getting this error
no handlers could be found for logger thriftpy.se…
-
Hi
I'm trying to install ibis on Ubuntu with anaconda 3.5 but when I do "import ibis"
i get this error
...
from ibis.impala.client import (ImpalaConnection, # noqa
File "/home/pino/anaconda3/li…
-
Hello,
the currently stable streamparse 3.0.0 is not compatible with Storm 1.0.1, which is the latest official release available on storm.apache.org. It requires at least Storm 1.0.2 or 1.1.0, becaus…
-
I'm developing primarily with Python 3.x now so I ran into this right away.
-
Currently supported by `thrift` but not `thriftpy`.
-
In my project I need a converter between standard json and thrift struct. So I implemented a generic one based on thriftpy. Like convert the json below:
``` python
{
"test_simple_map": {
…
-
We're seeing a problem where a Thrift server (using upstream Apache's implementation, I believe in Java) hangs when we try to send a request bigger than 4096 bytes.
I tracked the problem down to [thi…
eevee updated
8 years ago
-
If I try the following reverse geocode query using JSON/HTTP I get the following results:
GET http://localhost:8081/?ll=51.527022,0.047109
```
{
"interpretations":[
{
"what":"",
…
-
This would be great for deployment scenarios where both app processes and sockets are managed by something like Mozilla Circus.
-
I used thriftpy in production. But under high load, I noticed that my server didn't fully utilize all available CPU cores .
After that I used TForkingServerServer instead. The performance's sharply im…