|
@@ -22,10 +22,16 @@
|
|
|
<title>Hadoop Record Compiler</title>
|
|
|
</head>
|
|
|
<body>
|
|
|
- This package contains classes needed for code generation
|
|
|
- from the hadoop record compiler. CppGenerator and JavaGenerator
|
|
|
- are the main entry points from the parser. There are classes
|
|
|
- corrsponding to every primitive type and compound type
|
|
|
- included in Hadoop record I/O syntax.
|
|
|
+ <p>
|
|
|
+ (DEPRECATED) This package contains classes needed for code generation
|
|
|
+ from the hadoop record compiler. CppGenerator and JavaGenerator
|
|
|
+ are the main entry points from the parser. There are classes
|
|
|
+ corrsponding to every primitive type and compound type
|
|
|
+ included in Hadoop record I/O syntax.
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <p>
|
|
|
+ DEPRECATED: Replaced by <a href="http://hadoop.apache.org/avro/">Avro</a>.
|
|
|
+ </p>
|
|
|
</body>
|
|
|
</html>
|