IntelliJ IDEA Spark相关资料汇总
程序员文章站
2022-07-04 12:12:21
...
1、maven 相关
解决代码提示错误(某些外部依赖库名称红色显示):
需要设置external library自动导入: 不设置的话spark等library都无法进行代码提示
方法1:在File->Settings 中搜索maven,在importing页卡中勾选"Import Maven projects automatically"
参见:https://*.com/questions/11454822/import-maven-dependencies-in-intellij-idea
方法2:右键工程->Maven->Reimport
2、scala多版本管理
(未验证)
参见:https://*.com/questions/25653265/how-do-i-change-intellij-idea-to-compile-with-scala-2-11
3、spark开发环境设置
参见http://www.codexiu.cn/spark/blog/42089/
主要是pom.xml怎么写的问题。
写完代码后可以通过右侧的mave project页卡,点击package,再点上方面板上的绿色箭头进行打包
相关教程:
http://running8.blog.51cto.com/2687882/1603429
http://blog.csdn.net/u011826404/article/details/53206369
解决代码提示错误(某些外部依赖库名称红色显示):
需要设置external library自动导入: 不设置的话spark等library都无法进行代码提示
方法1:在File->Settings 中搜索maven,在importing页卡中勾选"Import Maven projects automatically"
参见:https://*.com/questions/11454822/import-maven-dependencies-in-intellij-idea
方法2:右键工程->Maven->Reimport
2、scala多版本管理
(未验证)
引用
File | Other Settings | Default Project Structure | Global Libraries
click the '+' button at the top left hand side of the Window
Select 'Scala SDK'
Choose the version you want to install.
click the '+' button at the top left hand side of the Window
Select 'Scala SDK'
Choose the version you want to install.
参见:https://*.com/questions/25653265/how-do-i-change-intellij-idea-to-compile-with-scala-2-11
3、spark开发环境设置
参见http://www.codexiu.cn/spark/blog/42089/
主要是pom.xml怎么写的问题。
写完代码后可以通过右侧的mave project页卡,点击package,再点上方面板上的绿色箭头进行打包
相关教程:
http://running8.blog.51cto.com/2687882/1603429
http://blog.csdn.net/u011826404/article/details/53206369
上一篇: C语言之linux内核--BCD码转二进制与二进制转BCD码
下一篇: 一个做页面静态化的php类
推荐阅读
-
Intellij IDEA 2017新特性之Spring Boot相关特征介绍
-
Intellij IDEA常用快捷键介绍 Intellij IDEA快捷键大全汇总
-
Intellij IDEA常用快捷键介绍 Intellij IDEA快捷键大全汇总
-
所有Intellij IDEA Cannot Resolve Symbol XXX问题的解决方法汇总
-
B站视频资料汇总(Python相关)
-
Intellij IDEA快捷键大全汇总(2019更新)
-
IntelliJ IDEA Spark相关资料汇总
-
IntelliJ IDEA Spark相关资料汇总
-
[idea]IntelliJ IDEA卡顿问题及相关基本配置
-
所有Intellij IDEA Cannot Resolve Symbol XXX问题的解决方法汇总