问题
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