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
  extended by 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

Constructor Summary
HCatRecordToObjectListMapper()
           
 
Method Summary
 List<Object> call(scala.Tuple2<org.apache.hadoop.io.WritableComparable,org.apache.hive.hcatalog.data.HCatRecord> hcatTuple)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HCatRecordToObjectListMapper

public HCatRecordToObjectListMapper()
Method Detail

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.