Skip to main content

Data Types Comparison in PIG and Map Reduce

Importance of Data Types increased after Big Data. Data Scientist, Data Analyst and Stage Developer all these positions related to deal different data types. Here i provide data types of Map Reduce and Pig in Hadoop stack.

Normal Data TypesMap Reduce Data TypesPig Data Types
IntIntwritableInt
FloatFloatWritableFloat
DoubleDoubleWritableDouble
LongLongWritableLong
StringTextChararray
BooleanBooleanWritableBoolean

Comments