Package org.apache.iotdb.hadoop.tsfile
Class TSFMRReadExample
- java.lang.Object
-
- org.apache.iotdb.hadoop.tsfile.TSFMRReadExample
-
public class TSFMRReadExample extends java.lang.ObjectOne example for reading TsFile with MapReduce. This MR Job is used to get the result of sum("device_1.sensor_3") in the tsfile. The source of tsfile can be generated byTsFileHelper.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTSFMRReadExample.TSMapperstatic classTSFMRReadExample.TSReducer
-
Constructor Summary
Constructors Constructor Description TSFMRReadExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-