How to check the Spark version

后端 未结 15 1268
时光取名叫无心
时光取名叫无心 2020-12-29 17:29

as titled, how do I know which version of spark has been installed in the CentOS?

The current system has installed cdh5.1.0.

15条回答
  •  一向
    一向 (楼主)
    2020-12-29 18:06

    If you are using Databricks and talking to a notebook, just run :

    spark.version
    

提交回复
热议问题