.getOrCreate();
I have added all the necessary log4j and sl4j dependencies in pom. I am
still not getting what dependencies I am missing.
Best Regards,
Subash Basnet
On Mon, Aug 15, 2016 at 6:50 PM, Ted Yu wrote:
> Logging has become private in 2.0 release:
>
> private[spark] trait Loggi
epedencies could I be missing,
any idea? Regards, Subash Basnet
http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
4.0.0
c
import issues in the java files like below:
Eg: The import org.apache.spark.SparkConf cannot be resolved
The import org.apache.spark.api.java.JavaSparkContext cannot be resolved
and so on displayed in eclipse.
What am I doing wrong to run these examples?
Best Regards,
Subash Basnet