In which file i can see the profile?pom in the root folder of ignite?

On Wednesday, December 26, 2018, aealexsandrov <[email protected]>
wrote:

> Please check that you set the scale profile because of without it the spark
> dependencies will not be added:
>
> ...
> <profiles>
>         <profile>
>             <id>scala</id>
>
>             <properties>
>                 <spark.folder>src/main/spark</spark.folder>
>             </properties>
>
>             <dependencies>
>                 <dependency>
>                     <groupId>org.apache.ignite</groupId>
>                     <artifactId>ignite-scalar</artifactId>
>                     <version>2.7.0</version>
>                 </dependency>
>
>                 <dependency>
>                     <groupId>org.apache.ignite</groupId>
>                     <artifactId>ignite-spark</artifactId>
>                     <version>2.7.0</version>
>                 </dependency>
>             </dependencies>
> ...
>
> BR,
> Andrei
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to