- install spotify https://www.spotify.com/us/download/mac/
- install whatsapp https://www.whatsapp.com/download
- install authy https://authy.com/download/
- install slack https://slack.com/downloads/mac
- install postman https://www.postman.com/downloads/
- install sublime text https://www.sublimetext.com/3
- open sublime from command line https://ashleynolan.co.uk/blog/launching-sublime-from-the-terminal
- install docker https://www.docker.com/products/docker-desktop
- install vscode https://code.visualstudio.com/docs/setup/mac#_installation
- Open the Command Palette (⇧⌘P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
impala-shell -i impala:25003 -B --output_delimiter=","\ | |
-q "select * from database. table"\ | |
--print_header -o ~/data/table.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync -avz lapolonio@server:path/to/file.csv . --progress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unix_timestamp(starttime, 'yyyy-MM-dd HH:mm:ss') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DATEADD('second', INT([Pivot Field Values]), #1970-01-01#) | |
DATEADD('second', INT([windowstart]), #1970-01-01#) | |
DATEADD('second', INT([ts]), #1970-01-01#) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAIN_JAR=`ls -1t /path/to/file-*[0-9]-SNAPSHOT.jar | head -1` | |
scp ${MAIN_JAR} lapolonio@server:lib/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn logs -applicationId application_1510850272434_0098 | |
yarn application -kill application_1496071732413_1565 |
Table Flip Cmd / Description | Tableflip |
---|---|
/tableflip | (╯°□°)╯︵ ┻━┻ |
/tableflip adorable [word] | (づ。◕‿‿◕。)づ ︵ ┻━┻ |
/tableflip battle | (╯°□°)╯︵ ┻━┻ ︵ ╯(°□° ╯) |
/tableflip bear [word] | ʕノ•ᴥ•ʔノ ︵ ┻━┻ |
/tableflip bomb | ( ・_・)ノ⌒●~* |
/tableflip bored [word] | (ノ゜-゜)ノ ︵ ┻━┻ |
/tableflip buffet | (╯°□°)╯︵ ┻━━━┻ |
/tableflip cry [word] | (╯'□')╯︵ ┻━┻ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use installed jars with profiles for a specific module | |
mvn verify -P <profiles -rf :<module> -o |
OlderNewer