ooyala / spark-jobserver

REST job server for Spark. Note that this is *not* the mainline open source version. For that, go to https://github.com/spark-jobserver/spark-jobserver. This fork now serves as a semi-private repo for Ooyala.
Other
344 stars 135 forks source link

sbt compile error #71

Open majic31 opened 9 years ago

majic31 commented 9 years ago

Hi When I reStart spark-jobserver, it tell me compile error: [info] Compiling 23 Scala sources to /home/maj/spark-jobserver-master/job-server/target/classes... [error] error while loading , zip file is empty [trace] Stack trace suppressed: run last job-server/compile:compile for the full output. error scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found. [error] Total time: 1 s, completed Oct 13, 2014 10:04:27 AM How to deal with this problem? Please help me~

velvia commented 9 years ago

Hmm haven't been able to reproduce this, though I got another error. What if you do "project job-server" first?

-Evan "Never doubt that a small group of thoughtful, committed citizens can change the world" - M. Mead

On Oct 12, 2014, at 7:06 PM, majic31 notifications@github.com wrote:

Hi When I reStart spark-jobserver, it tell me compile error: [info] Compiling 23 Scala sources to /home/maj/spark-jobserver-master/job-server/target/classes... [error] error while loading , zip file is empty [trace] Stack trace suppressed: run last job-server/compile:compile for the full output. error scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found. [error] Total time: 1 s, completed Oct 13, 2014 10:04:27 AM How to deal with this problem? Please help me~

— Reply to this email directly or view it on GitHub.

majic31 commented 9 years ago

Hi Thanks for your answer. But I get errors when I run "project job-server" in sbt shell:

[success] created: /home/maj/spark-jobserver-master/akka-app/target/scalastyle-result.xml [info] Compiling 23 Scala sources to /home/maj/spark-jobserver-master/job-server/target/classes... [error] error while loading , zip file is empty [trace] Stack trace suppressed: run last job-server/compile:compile for the full output. error scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found.

Would you give me some advise? Thanks!

velvia commented 9 years ago

I think there must be something wrong with your sbt or scala installation. Are you able to run "sbt" commands on any other Scala project? (ex Spark itself?)

On Mon, Oct 13, 2014 at 6:25 AM, majic31 notifications@github.com wrote:

Hi Thanks for your answer. But I get errors when I run "project job-server" in sbt shell:

[success] created: /home/maj/spark-jobserver-master/akka-app/target/scalastyle-result.xml [info] Compiling 23 Scala sources to /home/maj/spark-jobserver-master/job-server/target/classes... [error] error while loading , zip file is empty [trace] Stack trace suppressed: run last job-server/compile:compile for the full output. error http://job-server/compile:compile scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found.

Would you give me some advise? Thanks!

— Reply to this email directly or view it on GitHub https://github.com/ooyala/spark-jobserver/issues/71#issuecomment-58891192 .

The fruit of silence is prayer; the fruit of prayer is faith; the fruit of faith is love; the fruit of love is service; the fruit of service is peace. -- Mother Teresa

majic31 commented 9 years ago

Thx! I will try it