- List all rowkeys
count 'table_name', INTERVAL=>1
- Linux pipe command
$ echo "your hbase shell script" | hbase shell| https://stackedit.io/viewer#!url=http://path/to/file.md |
count 'table_name', INTERVAL=>1
$ echo "your hbase shell script" | hbase shell$ gradle -q dependencies --configuration compile
| { | |
| var price1 = 100 | |
| price1 = 200 | |
| val price2 = 100 | |
| price2 = 200 // error: reassignment to val | |
| } | |
| // --------------------------------- |
| #!/bin/bash | |
| # | |
| # Watch current directory (recursively) for file changes, and execute | |
| # a command when a file or directory is created, modified or deleted. | |
| # | |
| # Written by: Senko Rasic <senko.rasic@dobarkod.hr> | |
| # | |
| # Requires Linux, bash and inotifywait (from inotify-tools package). | |
| # | |
| # To avoid executing the command multiple times when a sequence of |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.