This project has retired. For details please refer to its
Attic page .
HCatRecordToObjectListMapper (Lens 2.0.1-beta-incubating API)
org.apache.lens.rdd
Class HCatRecordToObjectListMapper
java.lang.Object
org.apache.lens.rdd.HCatRecordToObjectListMapper
All Implemented Interfaces: Serializable , org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.hadoop.io.WritableComparable,org.apache.hive.hcatalog.data.HCatRecord>,List <Object >>
public class HCatRecordToObjectListMapper extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.hadoop.io.WritableComparable,org.apache.hive.hcatalog.data.HCatRecord>,List <Object >>
The Class HCatRecordToObjectListMapper.
See Also: Serialized Form
Method Summary
List <Object >
call (scala.Tuple2<org.apache.hadoop.io.WritableComparable,org.apache.hive.hcatalog.data.HCatRecord> hcatTuple)
HCatRecordToObjectListMapper
public HCatRecordToObjectListMapper ()
call
public List <Object > call (scala.Tuple2<org.apache.hadoop.io.WritableComparable,org.apache.hive.hcatalog.data.HCatRecord> hcatTuple)
throws Exception
Specified by: call
in interface org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.hadoop.io.WritableComparable,org.apache.hive.hcatalog.data.HCatRecord>,List <Object >>
Throws:
Exception
Copyright © 2014–2015 Apache Software Foundation . All rights reserved.