| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
7230 (0.793s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1338] Rewrite records with a reader schema different from the writer schema without losing fields from writer schema. - Avro - [issue]
|
|
...Record R is written using schema S1:S1record Record { int i = 0;}I read R using a my own reader schema S2:S2record Record { string s = "";}Rewriting R using S2 will dis...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1338
Author: Christophe Taton,
2013-05-23, 06:14
|
|
|
Re: Avro RPC: Python to Java isn't working for me... - Avro - [mail # user]
|
|
...Yes agreed, that would be a good approach to take, however before I go try to figure out how to write a NettyTransceiver in python, I'd like to get some community input on so that: - I...
|
|
|
Author: Stefan Krawczyk,
2013-05-22, 23:36
|
|
|
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
|
|
|
|