Versions Compared

Key

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

...

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

No Format


h1. Running HBase

...

noformat


sudo

...

apt-get

...

install

...

hbase

...

*

...


sudo

...

service

...

hbase-master

...

start

...


hbase

...

shell

...

  1. test

...

  1. the

...

  1. HBase

...

  1. shell

...

  1. by

...

  1. creating

...

  1. a

...

  1. HBase

...

  1. table

...

  1. and

...

  1. verifying

...

  1. the

...

  1. table

...

  1. exists

...

  1. in

...

  1. HBase

...

  1. No Format
    create 't1','f1','f2','f3'
    list
  2. you should see a verification from HBase the table t1 exists

...