Re: error in ignite-spark

2018-12-28 Thread Ilya Kasnacheev
Hello! This is not an error, see "BUILD SUCCESS". You should consult netbeans' and IDEA's documentation with regard to how to use Maven inside of them. Regards, -- Ilya Kasnacheev пт, 28 дек. 2018 г. в 14:46, Mehdi Seydali : > after running example i have encounter the following error

Re: error in ignite-spark

2018-12-28 Thread Mehdi Seydali
yes i have considered intellij. how i could use it? On Fri, Dec 28, 2018 at 2:27 PM Ilya Kasnacheev wrote: > Hello! > > Have you considered installing IDEA? Developing Ignite under Netbeans or > Eclipse is an expert option which is clearly not your case. > > Otherwise you can start with >

Re: error in ignite-spark

2018-12-28 Thread Mehdi Seydali
with those command that you said i coud run in command line. but how i could run it in intellij or in netbeans? how i could enabled scala profile in netbeans or intellij? On Wed, Dec 26, 2018 at 4:04 PM Ilya Kasnacheev wrote: > Hello! > > No you don't. > > You can use the following maven

Re: error in ignite-spark

2018-12-28 Thread Ilya Kasnacheev
Hello! Have you considered installing IDEA? Developing Ignite under Netbeans or Eclipse is an expert option which is clearly not your case. Otherwise you can start with https://maven.apache.org/guides/introduction/introduction-to-profiles.html Regards, -- Ilya Kasnacheev пт, 28 дек. 2018 г.

Re: error in ignite-spark

2018-12-27 Thread Mehdi Seydali
i have searched alot but i couldn't find enable scala profile i maven. do you have any link? On Wed, Dec 26, 2018 at 8:34 PM Ilya Kasnacheev wrote: > Hello! > > With -Pscala command or via netbeans dialogs. > > Regards, > -- > Ilya Kasnacheev > > > ср, 26 дек. 2018 г. в 19:54, Mehdi Seydali :

Re: error in ignite-spark

2018-12-26 Thread Ilya Kasnacheev
Hello! With -Pscala command or via netbeans dialogs. Regards, -- Ilya Kasnacheev ср, 26 дек. 2018 г. в 19:54, Mehdi Seydali : > How could i enable scala profile?? > > On Wed, 26 Dec 2018, 13:44 Ilya Kasnacheev, > wrote: > >> Hello! >> >> You have to enable 'scala' profile in Maven to be

Re: error in ignite-spark

2018-12-26 Thread Mehdi Seydali
How could i enable scala profile?? On Wed, 26 Dec 2018, 13:44 Ilya Kasnacheev, wrote: > Hello! > > You have to enable 'scala' profile in Maven to be able to build Spark > examples. However, even after I rebuild with scala profile, netbeans will > not show them propetly. You will still be able

Re: error in ignite-spark

2018-12-26 Thread Ilya Kasnacheev
Hello! No you don't. You can use the following maven commands from examples directory to run example: mvn clean install -Pscala -DskipTests mvn -Pscala exec:java -Dexec.mainClass=org.apache.ignite.examples.spark.SharedRDDExample Regards, -- Ilya Kasnacheev ср, 26 дек. 2018 г. в 13:42, Mehdi

Re: error in ignite-spark

2018-12-26 Thread Mehdi Seydali
spark example have been written with java not scala. i think this error relate to spark version. i have another question. for running this example is it necessary to intsall spark before running?. On Wed, Dec 26, 2018 at 1:44 PM Ilya Kasnacheev wrote: > Hello! > > You have to enable 'scala'

Re: error in ignite-spark

2018-12-26 Thread Ilya Kasnacheev
Hello! You have to enable 'scala' profile in Maven to be able to build Spark examples. However, even after I rebuild with scala profile, netbeans will not show them propetly. You will still be able to run them all right, I think. Regards, -- Ilya Kasnacheev ср, 26 дек. 2018 г. в 12:27, mehdi

error in ignite-spark

2018-12-26 Thread mehdi sey
hi. i want to execute a RDD example in spark from example folder of ignite 2.7, but i have encounter and error just like an attached picture. in import section you see an underlined line. i have added dependency but still is remained why?