Hi, > If you look in the tar.gz you'll see that it's R source code, and a JAR for > testing. Its not compiled code.
Looks like the jars contain compiled code to me: ./sparkr-interpreter/src/main/resources/sparkr_bundle.tar.gz - Contains R code and a jar that contains class files. ./sparkr-interpreter/src/main/resources/R/pkg/inst/test_support/sparktestjar_2.10-1.0.jar - Contains class files. ./scala-interpreter/src/test/resources/TestJar2.jar - Contains a class file (under a com ibm package which seems odd) ./scala-interpreter/src/test/resources/ScalaTestJar.jar - as above ./scala-interpreter/src/test/resources/TestJar.jar - as above Class files are compiled java code right? How hard would it be to package these / compile these from source code as part of the build process? Thanks, Justin --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org