-
Notifications
You must be signed in to change notification settings - Fork 1
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
Spark Build #24
Comments
Running Tests
|
Running TestsThe ScalaTest plugin also supports running only a specific Scala test suite as follows:
or a Java test:
|
Testing with SBTsbt 实际上是一个jar包,下载的包会放到~/.ivy2/cache |
调试Spark
在spark目录下运行
配置监听模式
Spark错误解决一次成功的调试 |
Spark 使用SBT运行特定TestCase和在IDEA进行远程Debug调试。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./build/mvn install -DskipTests
或./build/mvn -Pyarn -Phadoop-2.3 -DskipTests -Phive -Phive-thriftserver clean package
,在build下面会下载build需要的环境mvn、scala、zinc等,为下面配置环境做好准备The text was updated successfully, but these errors were encountered: