-
Notifications
You must be signed in to change notification settings - Fork 523
fix repl from sbt #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix repl from sbt #165
Conversation
build.sbt
Outdated
| } | ||
| ) | ||
|
|
||
| lazy val printClasspath = taskKey[Unit]("Dump classpath") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this necessary or debugging code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only for debugging purposes.
|
The seems to be some issue with |
|
Tests are fine and both |
Current coverage is 73.76%
@@ master #165 diff @@
==========================================
Files 61 61
Lines 2100 2100
Methods 1921 1932 +11
Messages 0 0
Branches 179 168 -11
==========================================
Hits 1549 1549
Misses 551 551
Partials 0 0
|
|
Not worth supporting 2.10 except the potential zeppelin use case but we're not quite there yet. |
Problem: BQ macros are not expandable.
Problem: scio repl started from sbt is not working properly.
|
Sorry for digging this out, but have just came across this: just FYI, as of apache/zeppelin#747 Apache Zeppelin supports Scala 2.11 starting from upcoming 0.6.1 release. |
|
@bzz thanks that's good to know! |
After these fixes - scio shell can be started from both:
java -jar <assembly-jar>sbt runorsbt scio-repl/run