| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
7237 (0.045s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Avro RPC: Python to Java isn't working for me... - Avro - [mail # user]
|
|
...Sure Stefan I am a newbie to both python and avro and have limited experience in networking. But if I am not wrong the problem is at python client end as I am guessing you must ...
|
|
|
Author: Atin Sood,
2013-05-22, 23:22
|
|
|
Newb question on imorting JSON and defaults - Avro - [mail # user]
|
|
...Hello! I have a test.json file that looks like this: {"first":"John", "last":"Doe", "middle":"C"} {"first":"John", "last":"Doe"} (Second line does NOT have a "middle" eleme...
|
|
|
Author: Gregory,
2013-05-22, 21:26
|
|
|
ETL in face of column renames - Avro - [mail # user]
|
|
...dear list, I have what I imagine is a standard setup: a web application generates data in MySQL, which I want to analyze in Hadoop; I run a nightly process to extract table...
|
|
|
Author: Mason,
2013-05-22, 17:34
|
|
|
Re: Avro RPC: Python to Java isn't working for me... - Avro - [mail # user]
|
|
...Hi Atin, Thanks for the response. Yes I understand I could use HTTPServer on the java side and things would work. However I'm after a solution where I can still have the java side use ...
|
|
|
Author: Stefan Krawczyk,
2013-05-22, 15:55
|
|
|
[AVRO-1297] NettyTransceiver: Provide overloaded close(boolean awaitCompletion) - Avro - [issue]
|
|
...In some cases clients may wish to close a NettyTransceiver without waiting for the close operation to complete, such as when the client knows that the server is dead. There should be a...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1297
Author: James Baldassari,
2013-05-22, 14:57
|
|
|
[AVRO-1337] Transform a single .avdl into many .avsc - Avro - [issue]
|
|
...The syntax of avro IDL is attractive in order to build more readable and thus maintainable avro schemadata, even when not using protocols. However, there is currently no way of extracting th...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1337
Author: Bertrand Dechoux,
2013-05-22, 13:00
|
|
|
Re: Avro RPC: Python to Java isn't working for me... - Avro - [mail # user]
|
|
...You can try looking into something that I wrote as an example https://github.com/atinsood/HESDataAnalyticsFinalProject/tree/master/javaXPython https://github.com/atinsood/HESData...
|
|
|
Author: Atin Sood,
2013-05-22, 11:11
|
|
|
[AVRO-1292] NettyTransceiver: Client threads can block under certain connection failure scenarios - Avro - [issue]
|
|
...I've recently found a couple of different failure scenarios with NettyTransceiver that result in: Client threads blocking for long periods of time (uninterruptibly at that) while holding the...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1292
Author: James Baldassari,
2013-05-22, 05:55
|
|
|
[AVRO-1335] C++ should support field default values - Avro - [issue]
|
|
...We found that resolvingDecoder could not provide bidirectional compatibility between different version of schemas.Especially for records, for example:First schema{ "type": ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1335
Author: Bin Guo,
2013-05-22, 04:04
|
|
|
Avro RPC: Python to Java isn't working for me... - Avro - [mail # user]
|
|
...Hi, I am trying to use Avro RPC and have a python client talk to a java server, using the avro-rpc-quickstart on github as a base (I made sure the avro version being pulled in wa...
|
|
|
Author: Stefan Krawczyk,
2013-05-22, 03:18
|
|
|
|