See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| curl -X POST -d http://master-host:6066/v1/submissions/create --header "Content-Type:application/json" --data '{ | |
| "action": "CreateSubmissionRequest", | |
| "appResource": "hdfs://localhost:9000/user/spark-examples_2.11-2.0.0.jar", | |
| "clientSparkVersion": "2.0.0", | |
| "appArgs": [ "10" ], | |
| "environmentVariables" : { | |
| "SPARK_ENV_LOADED" : "1" | |
| }, | |
| "mainClass": "org.apache.spark.examples.SparkPi", | |
| "sparkProperties": { |
| ############################################################ | |
| ### Gem file to install GITLAB on Raspberry-Pi | |
| ############################################################ | |
| source "http://rubygems.org" | |
| gem "rails", "3.2.5" | |
| # Supported DBs | |
| gem "sqlite3" | |
| gem "mysql2" |