Skip to content

Commit

Permalink
Adding client.cfg for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalhp committed Jul 30, 2016
1 parent 0d661ec commit 7138e3b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions client.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[core]
default-scheduler-host:localhost
error-email:[email protected]

[pyspark]
jars:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
driver-library-path:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
driver-class-path:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar

[spark]
spark-submit:/home/nischal/spark-1.6.1-bin-hadoop2.6/bin/spark-submit
jars:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
driver-library-path:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
driver-class-path:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar

[scheduler]
record_task_history = True
state_path = /home/nischal/luigi-state.pickle

[task_history]
db_connection = sqlite:////home/nischal/luigi-task-history.db

0 comments on commit 7138e3b

Please sign in to comment.