<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
(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.
| #!/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 |
| { | |
| var price1 = 100 | |
| price1 = 200 | |
| val price2 = 100 | |
| price2 = 200 // error: reassignment to val | |
| } | |
| // --------------------------------- |
$ gradle -q dependencies --configuration compile
count 'table_name', INTERVAL=>1
$ echo "your hbase shell script" | hbase shell| https://stackedit.io/viewer#!url=http://path/to/file.md |