scala - Configuring Play Framework with Spark -


how configure play such can run spark cluster? have web framework using play connects spark cluster. when run spark-shell following, good:

sparkdeployschedulerbackend: connected spark cluster app id app-20130813222026-0026 client$clientactor: executor added: app-20130813222026-0026/0 on worker-20130808012122-42908 16 cores sparkdeployschedulerbackend: granted executor id app-20130813222026-0026/8 on host 16 cores, 8.0 gb ram client$clientactor: executor updated: app-20130813222026-0026/0 running 

... etc.

but when try run play start don't above message (indicating running spark locally , not on cluster). ideas on correct configurations make work?


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -