How to check Spark Version [closed]

自古美人都是妖i 提交于 2019-12-03 05:30:37

问题


I want to check the spark version in cdh 5.7.0. I have searched on the internet but not able to understand. Please help.

Thanks


回答1:


Addition to @Binary Nerd

If you are using Spark, use the following to get the Spark version:

spark-submit --version

or

Login to the Cloudera Manager and goto Hosts page then run inspect hosts in cluster




回答2:


You can get the spark version by using the following command:

spark-submit --version

spark-shell --version

spark-sql --version

You can visit the below site to know the spark-version used in CDH 5.7.0

http://www.cloudera.com/documentation/enterprise/release-notes/topics/cdh_rn_new_in_cdh_57.html#concept_m3k_rxh_1v




回答3:


According to the Cloudera documentation - What's New in CDH 5.7.0 it includes Spark 1.6.0.



来源:https://stackoverflow.com/questions/38586834/how-to-check-spark-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!