##Mesos High level notes
It takes about 15 minutes to stand up a cluster. https://elastic.mesosphere.io/
Once the cluster is available you'll get an email with some links to your new pool of resources
##Mesos High level notes
It takes about 15 minutes to stand up a cluster. https://elastic.mesosphere.io/
Once the cluster is available you'll get an email with some links to your new pool of resources
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
| </head> | |
| <body> | |
| Hello JSON | |
| </body> | |
| </html> |
###IF you are using Raspian many of these tasks are unescessary. With Raspbian:
###Adding more swap for high memory use concerns
sudo dd if=/dev/zero of=/swap bs=1M count=1024
sudo mkswap /swap
sudo swapon /swap| # Example mysql config file. | |
| # You can copy this to one of: | |
| # /etc/my.cnf to set global options, | |
| # /mysql-data-dir/my.cnf to get server specific options or | |
| # ~/my.cnf for user specific options. | |
| # | |
| # One can use all long options that the program supports. | |
| # Run the program with --help to get a list of available options | |
| # This will be passed to all mysql clients |
##Packaging
##Job Creation
| The right side of my brain helps me make things rhyme | |
| The left side keeps it all in time | |
| Whats in between helps me learn and perceive | |
| But do I Believe, | |
| I have the answers I need? | |
| Ours is a culture with pride in logic and reason | |
| But do the ones and zeros truly have meaning | |
| Does your software have feelings? | |
| Stay Tuned |
| #split the query data for each of hte query data records attached to this filter | |
| def parse | |
| or_match = /\s+or\s+/i | |
| and_group = /\s+and\s+/i | |
| not_group = /^\s*not\s+/i | |
| quote_group = /"\w+"/i | |
| or_pieces = [] | |
| query_values = [] | |
| or_split = query_string.split(or_match) |