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
Post a Comment