Skip to content

Commit

Permalink
Update hbase.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Nov 7, 2018
1 parent 3e66d22 commit 18cf441
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ drop table 'mytable1'
disable table 'mytable1'
```

* iterate through a table
* iterate through a table, iterate with range
```
scan 'mytable1'
scan 'my_space:mytable1'
scan 'my_space:mytable1', {STARTROW=>"00223cfd-8b50-979d29164e72:1220", STOPROW=>"00223cfd-8b50-979d29164e72:1520"}
```

* insert data
Expand Down

0 comments on commit 18cf441

Please sign in to comment.