Skip to content

Commit 7138e3b

Browse files
committed
Adding client.cfg for configuration
1 parent 0d661ec commit 7138e3b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

client.cfg

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[core]
2+
default-scheduler-host:localhost
3+
error-email:[email protected]
4+
5+
[pyspark]
6+
jars:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
7+
driver-library-path:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
8+
driver-class-path:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
9+
10+
[spark]
11+
spark-submit:/home/nischal/spark-1.6.1-bin-hadoop2.6/bin/spark-submit
12+
jars:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
13+
driver-library-path:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
14+
driver-class-path:/home/nischal/spark-1.6.1-bin-hadoop2.6/lib/postgresql-9.4.1208.jre6.jar
15+
16+
[scheduler]
17+
record_task_history = True
18+
state_path = /home/nischal/luigi-state.pickle
19+
20+
[task_history]
21+
db_connection = sqlite:////home/nischal/luigi-task-history.db
22+

0 commit comments

Comments
 (0)