Re: Play framework

2014-10-16 Thread Manu Suryavansh
; > > Has anybody figured out how to integrate a Play application with Spark and > run it on a Spark cluster using spark-submit script? I have seen some blogs > about creating a simple Play app and running it locally on a dev machine > with sbt run command. However, those steps don’t work for Spark-submit. > > > > If you have figured out how to build and run a Play app with Spark-submit, > I would appreciate if you could share the steps and the sbt settings for > your Play app. > > > > Thanks, > > Mohammed > > > > > > > -- > > Daniel Siegmann, Software Developer > Velos > > Accelerating Machine Learning > > > 440 NINTH AVENUE, 11TH FLOOR, NEW YORK, NY 10001 > E: daniel.siegm...@velos.io W: www.velos.io > > > > > > -- > > > > SUREN HIRAMAN, VP TECHNOLOGY > Velos > > Accelerating Machine Learning > > 440 NINTH AVENUE, 11TH FLOOR > NEW YORK, NY 10001 > O: (917) 525-2466 ext. 105 > > F: 646.349.4063 > E: suren.hiraman@v elos.io > W: www.velos.io > -- Manu Suryavansh

Re: Fails to run simple Spark (Hello World) scala program

2014-09-20 Thread Manu Suryavansh
.1 running on Ubuntu 14.04, the Scala console run as > expected. > > What am I doing wrong? > Any idea will be welcome > > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Fails-to-run-simple-Spark-Hello-World-scala-program-tp14718.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: user-unsubscr...@spark.apache.org > For additional commands, e-mail: user-h...@spark.apache.org > > -- Manu Suryavansh

Re: akka error : play framework (2.3.3) and spark (1.0.2)

2014-08-16 Thread Manu Suryavansh
2-3-x> > > Stack overflow thread : > http://stackoverflow.com/questions/25346657/akka-error-play-framework-2-3-3-and-spark-1-0-2 > > any suggestions? > > thanks! > > Sujee Maniyam (http://sujee.net | http://www.linkedin.com/in/sujeemaniyam > ) > -- Manu Suryavansh

Re: Does anyone have a stand alone spark instance running on Windows

2014-08-16 Thread Manu Suryavansh
it is supposed to work on windows > someone should have tested it and be willing to state how. > > > > -- Manu Suryavansh

Re: java.lang.NoClassDefFoundError: scala/tools/nsc/transform/UnCurry$UnCurryTransformer...

2014-04-02 Thread Manu Suryavansh
sc.util.ScalaClassLoader$.savingContextLoader(ScalaClassLoader.scala:135) > > at org.apache.spark.repl.SparkILoop.process(SparkILoop.scala:876) > > at org.apache.spark.repl.SparkILoop.process(SparkILoop.scala:968) > > at org.apache.spark.repl.Main$.main(Main.scala:31) > > at org.apache.spark.repl.Main.main(Main.scala) > > Caused by: java.lang.ClassNotFoundException: > scala.tools.nsc.transform.UnCurry$UnCurryTransformer$$anonfun$14$$anonfun$apply$5$$anonfun$scala$tools$nsc$transform$UnCurry$UnCurryTransformer$$anonfun$$anonfun$$transformInConstructor$1$1 > > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:423) > > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:356) > > ... 94 more > > > > > > Thanks, > > Franics.Hu > -- Manu Suryavansh