34257/cant-open-spark-shell-webconsole
I downloaded and installed spark shell from this link:
https://www.apache.org/dyn/closer.lua/spark/spark-2.4.0/spark-2.4.0-bin-hadoop2.7.tgz
But when I run spark-shell command, it is not working. Please help
Ugh. I guess the link downloads v2 of Spark. But this command which you'e using:
spark-shell
is used in only v1. For v2 the correct command is:
spark2-shell
Seems like you have installed Spark2 but trying to run spark. Try this command:
From your current directory run pig -x local Then ...READ MORE
hadoop fs <args> fs is used for generic ...READ MORE
For accessing Hadoop commands & HDFS, you ...READ MORE
No, you can run spark without hadoop. ...READ MORE
Instead of spliting on '\n'. You should ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
You need to sort RDD and take ...READ MORE
I got this working with plain uncompressed ...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.