Can Glue Interactive Notebook support Spark Scala?

0

The documentations only show PySpark examples. Is Spark Scala supported? If not, will that be coming in the future?

已提問 2 年前檢視次數 267 次
1 個回答
2

Glue interactive notebooks don't have the ability to run Scala code in the web console. These are the only kernels that are supported currently. Enter image description here

But you can use the computing power of Glue from your local system. If you install your local jupyter, you can use the Scala kernel, you can then use an IDE(Such as Visual Studio Code) on top if you want. Please see these links for more information

  1. to setup a local interactive session https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions.html
  2. to setup VS Code https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions-vscode.html - please change language and kernel to Scala
profile pictureAWS
已回答 2 年前
  • The answer is correct if we are referring to Glue Studio Notebooks, the screenshot is confusing, though.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南