Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

My-Java-Spark-Documentation

My Java Spark Documentation

How to install JAVA Spark in Intellij?

  1. Download Intellij and Java JDK
  2. Create new Maven project (I'd suggest you to use Spark Initializer website for this)
  3. Add following dependencies in pom.xml
    
    <dependency>
    

org.apache.spark spark-core_2.12 3.1.1 org.apache.spark spark-streaming_2.12 3.1.1 org.apache.spark spark-streaming-kafka-0-10_2.12 3.1.1

```

About

My Java Spark Documentation

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors