Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (19k points)

I've installed cdh5.1.0 on my machine running CentOS. So, my requirement is that how do I know the version of Spark installed on cdh?

1 Answer

0 votes
by (33.1k points)

There are 2 ways to check the version of Spark.

Just go to Cloudera cdh console and run any of the below given command: 

spark-submit --version

or

spark-shell

You will see a screen as shown in the below screenshot.

saprk-shell

Browse Categories

...