Re: error in importing ignite 2.7 to netbeans

2018-12-27 Thread Mehdi Seydali
pom content file in /example/src/ just like bellow. i think profile has set. 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

Re: error in importing ignite 2.7 to netbeans

2018-12-27 Thread Mehdi Seydali
In which file i can see the profile?pom in the root folder of ignite? On Wednesday, December 26, 2018, aealexsandrov wrote: > Please check that you set the scale profile because of without it the spark > dependencies will not be added: > > ... > > > scala > >

Re: error in importing ignite 2.7 to netbeans

2018-12-26 Thread aealexsandrov
Please check that you set the scale profile because of without it the spark dependencies will not be added: ... scala src/main/spark org.apache.ignite

Re: error in importing ignite 2.7 to netbeans

2018-12-26 Thread Mehdi Seydali
this is pom file in folder of example. 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 org.apache.ignite

Re: error in importing ignite 2.7 to netbeans

2018-12-26 Thread aealexsandrov
Hi, Depends on how exactly you start the SharedRDDExample? 1)In case if you use the new maven project then possible you forgot to add dependencies for Ignite spark: org.apache.ignite ignite-core 2.7.0 org.apache.ignite

error in importing ignite 2.7 to netbeans

2018-12-25 Thread mehdi sey
hi, i use netbeans 8.2 and i have imported apache ignite 2.7 to it. when i want to run example in this path /examples/src/main/spark/org/apache/ignite/examples/spark/SharedRDDExamples.java i have some error in import section related to bellow import: import