This file contains hidden or 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
<?php | |
/* | |
* Retry function for e.g. external API calls | |
* | |
* Will try the risky API call, and retries with an ever increasing delay if it fails | |
* Throws the latest error if $maxRetries is reached, | |
* otherwise it will return the value returned from the closure. | |
* | |
*/ |
This file contains hidden or 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
Installing Dremio 1.4 on Ubuntu 16 | |
### NOTE: this is significantly out of date since I last edited it in Jan 2018. | |
# See the comments on the gist for suggested changes for more recent versions. | |
##Install links / references | |
https://www.dremio.com/tutorials/recommender-scikit-learn-dremio-postgres-mongodb/ | |
https://www.dremio.com/tutorials/dremio-oracle-aws/ | |
https://docs.dremio.com/deployment/standalone-tarball.html |