62854/env-r-no-such-file-or-directory
Hi,
I tried to set sparkR .But I am getting the below error.
$ Spark_Home/bin/sparkR $ env : R : No such file or directory
I checked all the environment variables. But still I'm getting the same error.
Can anyone solve the issue?
Thank You
Hi@akhtar,
I also got this error. I am able to cross this problem with below steps:
$ echo $SPARK_HOME /opt/spark-2.1.0-bin-hadoop2.6
$ sudo yum install R
After R installation completed, then check the R Sys env variable using the below command.
$ Sys.getenv("SPARK_HOME") "/opt/spark-2.1.0-bin-hadoop2.6"
cd $SPARK_HOME ../bin/sparkR
Hey, @KK, You can fix this issue may be ...READ MORE
Ideally, you would use snappy compression (default) ...READ MORE
DataFrames and SparkSQL performed almost about the ...READ MORE
Yes, they both merge the values using ...READ MORE
Instead of spliting on '\n'. You should ...READ MORE
Though Spark and Hadoop were the frameworks designed ...READ MORE
The official definition of Apache Hadoop given ...READ MORE
Firstly you need to understand the concept ...READ MORE
Hi@akhtar, This error occurs because your python version ...READ MORE
Hi@Manas, You can read your dataset from CSV ...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.