Re: [akka-user] Can we use activator for Spark projects?

2017-03-27 Thread Konrad Malawski
Just use SBT then ;-) Yeah it's here to stay. -- Konrad `ktoso` Malawski Akka @ Lightbend On 27 March 2017 at 15:41:15, kant kodali (kanth...@gmail.com) wrote: Hi, I don't mean to say that I want to use activator for the UI part. In fact, I barely even

Re: [akka-user] Can we use activator for Spark projects?

2017-03-27 Thread Justin du coeur
Activator is essentially nothing but a shell around sbt -- at the command line, they're identical AFAIK. If you're not using the UI anyway, just switch to sbt, which is the real underlying tool, and which something like 98% of the Scala ecosystem runs on. While folks are working on other tools

Re: [akka-user] Can we use activator for Spark projects?

2017-03-27 Thread kant kodali
Hi, I don't mean to say that I want to use activator for the UI part. In fact, I barely even use activator ui (although its really cool). I am at very least using activator as a production build tool for apps that are written using Play framework. is that ok? I like fact that activator makes the

Re: [akka-user] Can we use activator for Spark projects?

2017-03-27 Thread Konrad Malawski
Activator is just a sample-app tool to try out Scala and tutorials etc. I guess it could maybe work with Spark for a demo but I would not recommend it... Use a real IDE :) -- Konrad `ktoso` Malawski Akka @ Lightbend On 27 March 2017 at 12:46:17, kant

[akka-user] Can we use activator for Spark projects?

2017-03-27 Thread kant kodali
Hi All, Can we use activator for Spark projects along with typesafe config library? Any examples? Thanks! -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the