[
https://issues.apache.org/jira/browse/CASSANDRA-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982225#action_12982225
]
Hudson commented on CASSANDRA-926:
----------------------------------
Integrated in Cassandra #673 (See
[https://hudson.apache.org/hudson/job/Cassandra/673/])
update NEWS.txt to document avro package changes
Patch by eevans for CASSANDRA-926
missed references caught in review
Patch by eevans for CASSANDRA-926
move remaining avro records to hadoop package
Patch by eevans; reviewed by Jeremy Hanna for CASSANDRA-926
remove avro rpc source
Patch by eevans; reviewed by Jeremy Hanna for CASSANDRA-926
remove avro functional tests
Patch by eevans; reviewed by Jeremy Hanna for CASSANDRA-926
remove option to launch avro rpc daemon
Patch by eevans; reviewed by Jeremy Hanna for CASSANDRA-926
don't build schema for rpc interface
Patch by eevans; reviewed by Jeremy Hanna for CASSANDRA-926
CASSANDRA-926 denormalize avro internode/rpc schema
Patch by eevans; reviewed by Jeremy Hanna for CASSANDRA-926
> remove alternative RPC interface using Avro
> -------------------------------------------
>
> Key: CASSANDRA-926
> URL: https://issues.apache.org/jira/browse/CASSANDRA-926
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Eric Evans
> Assignee: Eric Evans
> Priority: Minor
> Fix For: 0.8
>
> Attachments:
> v1-0001-CASSANDRA-926-denormalize-avro-internode-rpc-schema.txt,
> v1-0002-don-t-build-schema-for-rpc-interface.txt,
> v1-0003-remove-option-to-launch-avro-rpc-daemon.txt,
> v1-0004-remove-avro-functional-tests.txt, v1-0005-remove-avro-rpc-source.txt,
> v1-0006-move-remaining-avro-records-to-hadoop-package.txt,
> v2-0001-CASSANDRA-926-denormalize-avro-internode-rpc-schema.txt,
> v2-0002-don-t-build-schema-for-rpc-interface.txt,
> v2-0003-remove-option-to-launch-avro-rpc-daemon.txt,
> v2-0004-remove-avro-functional-tests.txt, v2-0005-remove-avro-rpc-source.txt,
> v2-0006-move-remaining-avro-records-to-hadoop-package.txt
>
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> *UPDATE: This ticket is now for the removal of the Avro interface, (see
> http://thread.gmane.org/gmane.comp.db.cassandra.client.devel/36 for
> background).*
> Avro is data serialization and RPC framework similar to Thrift. It provides:
> * Rich data structures.
> * A compact, fast, binary data format.
> * A container file, to store persistent data.
> * Remote procedure call (RPC).
> * Simple integration with dynamic languages. Code generation is not required
> to read or write data files nor to use or implement RPC protocols. Code
> generation as an optional optimization, only worth implementing for
> statically typed languages.
> Cassandra's Avro interface is being structured in a way that closely mirrors
> the existing Thrift interface, both in terms of public facing API, and how it
> is implemented. GSOC students interested in this task should begin by
> familiarizing themselves with Cassandra's Thrift service
> (org.apache.cassandra.thrift).
> Note: This is a very large and long-running task so treat this as a
> meta-issue and add sub-tasks and/or blocking issues as appropriate.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.