1886/is-there-any-way-to-check-the-spark-version
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.
When you concatenate any string with a ...READ MORE
Hi@ritu, To start your python spark shell, you ...READ MORE
As parquet is a column based storage ...READ MORE
In Hadoop MapReduce the input data is ...READ MORE
For accessing Hadoop commands & HDFS, you ...READ MORE
The reason you are not able to ...READ MORE
Both 'filter' and 'where' in Spark SQL ...READ MORE
Ideally, you would use snappy compression (default) ...READ MORE
RDD can be uncached using unpersist() So. use ...READ MORE
Spark 2.0+ Spark 2.0 provides native window functions ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.