Home > other >  Spark1.4 + streaming compilation
Spark1.4 + streaming compilation

Time:09-28

Website said streaming components need in pom. XML add
& lt; Dependency>
& lt; GroupId> Org. Apache. Spark
& lt; ArtifactId> The spark - streaming_2. 10 & lt;/artifactId>
& lt; Version> 1.4.1 & lt;/version>
& lt;/dependency>
But where should add, because after I add a compiler error?
Pray god give advice or comments!

CodePudding user response:

& lt; Dependencies>
& lt; Dependency>
& lt; GroupId> Org. Apache. Spark
& lt; ArtifactId> The spark - streaming_2. 10 & lt;/artifactId>
& lt; Version> 1.4.1 & lt;/version>
& lt;/dependency>
& lt;/dependencies>

Depend on the need in & lt; Dependencies> & lt;/dependencies> between
  • Related