Skip to content

Commit

Permalink
Add HBase day 1 homework
Browse files Browse the repository at this point in the history
  • Loading branch information
peferron committed Nov 27, 2016
1 parent 4cd35cc commit a64a6c4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions hbase/homework.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# HBase homework

## Day 1

### 1.

Delete an individual column value in a row:

```
delete 'wiki', 'Home', 'revision:author'
```

Delete an entire row:

```
deleteall 'wiki', 'Home'
```

### 2.

[Apache HBase Reference Guide, version 1.2](https://hbase.apache.org/1.2/book.html)

0 comments on commit a64a6c4

Please sign in to comment.