Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
$pig
grunt>A = load '/pigdata/PIGTESTA.txt' using PigStorage('\t');
grunt>dump A

Running HBase

Install HBase

No Format
sudo apt-get install hbase\*

...

$hive
hive>create table doh(id int);
hive>show tables;

No Format

...