Skip to content

Commit

Permalink
Update PigLatin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
malli3131 authored Jun 2, 2018
1 parent d691805 commit c26b012
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Pig/PigLatin.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,24 @@ Storage Types:
Pig Latin has seveal storage types, which are used to parse the content while reading and writing from/to File System(HDFS)
The following are some of the Storage Types:

Storage Type: Read/Load Store/Write
--------------------------------------------------------------
PigStorage Yes Yes
HBaseStorage Yes Yes
JsonStorage Yes Yes
BinStorage Yes Yes
HCatLoader Yes NO
HCatStorer NO Yes
SequenceLoader Yes NO
SequenceStorer NO Yes
ParquetLoader Yes NO
ParquetStorer NO Yes
JsonStorage Yes Yes
TextLoader Yes NO
AvroStorage Yes Yes
TrevniStorage Yes Yes
AccumuloStorage Yes Yes

|Storage Type: |Read/Load |Store/Write |
|----------------------------|--------------------|------------|
| PigStorage| YES| YES|
| HBaseStorage| YES| YES|
| JsonStorage| YES| YES|
| BinStorage| YES| YES|
| HCatLoader| YES| NO |
| HCatStorer| NO | YES|
| SequenceLoader| YES| NO |
| SequenceStorer| NO | YES|
| ParquetLoader| YES| NO |
| ParquetStorer| NO | YES|
| JsonStorage| YES| YES|
| TextLoader| YES| NO |
| AvroStorage| YES| YES|
| TrevniStorage| YES| YES|
| AccumuloStorage| YES| YES|
---------------------------------------------------------
default storage type is PigStorage()
PigStorage uses new line as record delimiter, tab as field delimiter by default.

Expand Down

0 comments on commit c26b012

Please sign in to comment.