在 oozie 模式中,java 操作有两个标签: File 和 Archive 。
<xs:element name="file" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="archive" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="file" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="archive" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
我想了解它们的用法?我还注意到这两个标签也适用于 MR/pig 操作。
hadoop oozie
hadoop ×1
oozie ×1