Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by DougCutting: http://wiki.apache.org/hadoop/Release1%2e0Requirements The comment on the change is: moving sanjay's additions into a section, like the others ------------------------------------------------------------------------------ Please add requirements as sections below. If you comment on someone else's requirement, please add your name next to your comments. - - * A serialization format that will allow non-java clients to be supported. Note 1.0 does not need to provide non-java clients but we should be able to support them before going to 2.0. - - * RPC mechanism should be able to detect and throw exception on new methods that old servers clearly don't implement. - === New MapReduce APIs === This is [https://issues.apache.org/jira/browse/HADOOP-1230]. The new API will provide us with much better future-proof APIs. The current Map/Reduce interface needs to be removed. @@ -42, +37 @@ This was agreed to in a [http://markmail.org/message/flljdfpgj65zngsf thread on [EMAIL PROTECTED] There will be three separate projects, mapred, hdfs, and a library of common APIs and utilities (fs, io, conf, etc. packages). + === RPC versioning === + + * A serialization format that will allow non-java clients to be supported. Note 1.0 does not need to provide non-java clients but we should be able to support them before going to 2.0. + + * RPC mechanism should be able to detect and throw exception on new methods that old servers clearly don't implement. + == Release 2.0 Requirements ==
