一、安装jdk jdk版本最好是1.7以上,设置好环境变量,安装过程,略。 二、安装Maven 我选择的Maven版本是3.3.3,安装过程,略。 编辑Maven安装目录conf/settings.xml文件, 1 2 <!-- 修改Maven 库存放目录--> <localRepository>D:\maven-repository\repository</localRepository> 三、安装Idea 安装过程,略。 四、创...
importorg.apache.spark.{SparkConf,SparkContext}importorg.apache.spark.sql.SparkSessionobjectreadcsv_demo{defmain(args:Array[String]):Unit= {System.setProperty("hadoop.home.dir","D:\\Regent Wan\\install\\hadoop-common-2.2.0-bin-master")lazyvalcfg:SparkConf=newSparkConf().setAppName("local_de...
// All snapshot versions: https://www.jetbrains.com/intellij-repository/snapshots/ version.set("2024.1") // type = "PY" // Example to use a different, locally installed, IDE // If you get the error "Cannot find builtin plugin java for IDE", remove the "java" plugin above // Also...
If it is not listed or is in red, utilize the 'Download Sources' or 'Download Sources and Documentation' options from the Maven tool window. If the source remains in red, it indicates that it may not be accessible for that artifact in the Maven repository. Confirm this by using Maven Se...
把本地的maven配置进来 接下来就是等待自动把相应的架包下载下来 把scala添加进来了 接下来我们创建目录 在scala目录下建包 在这个包里面创建一个scala的类 输入以下代码 配置maven的 pom.xml文件 <projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...