From 388711f147b5fa683c37e6f6fd53562fd8e17fc8 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 19 May 2019 21:47:03 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Spark=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=90=AD=E5=BB=BA.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/installation/Spark开发环境搭建.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/installation/Spark开发环境搭建.md b/notes/installation/Spark开发环境搭建.md index 74568c4..386559b 100644 --- a/notes/installation/Spark开发环境搭建.md +++ b/notes/installation/Spark开发环境搭建.md @@ -177,7 +177,7 @@ Spark是基于Scala语言进行开发的,分别提供了基于Scala、Java、P ### 2.6 切换Scala版本 -在日常的开发中,由于对应Spark的版本切换,可能导致需要切换Scala的版本,则可以在`Project Structures`中的`Global Libraries`选项卡中进行切换。 +在日常的开发中,由于Spark版本的切换,可能导致需要切换Scala版本,此时可以在`Project Structures`中的`Global Libraries`选项卡进行切换。