Re: HELLO WORLD GA EXAMPLE

2018-12-22 Thread zaleslaw
Sorry for the long delay, I missed your answer Please, play with examples located here https://github.com/apache/ignite/tree/master/examples/src/main/java/org/apache/ignite/examples/ml For example, you could get https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/

Re: HELLO WORLD GA EXAMPLE

2018-12-07 Thread matt egler
I guess but why isnt it showing up in zeppelin? On Dec 7, 2018 2:52 AM, "Ilya Kasnacheev" wrote: Hello! I don't see any errors here, looks like this example has finished successfully. Regards, -- Ilya Kasnacheev пт, 7 дек. 2018 г. в 07:07, AlphaMufasaOmega : > Dear @Zaleslaw could you ple

Re: HELLO WORLD GA EXAMPLE

2018-12-07 Thread Ilya Kasnacheev
Hello! I don't see any errors here, looks like this example has finished successfully. Regards, -- Ilya Kasnacheev пт, 7 дек. 2018 г. в 07:07, AlphaMufasaOmega : > Dear @Zaleslaw could you please provide working links to those examples? > > > > -- > Sent from: http://apache-ignite-users.70518

Re: HELLO WORLD GA EXAMPLE

2018-12-06 Thread AlphaMufasaOmega
Dear @Zaleslaw could you please provide working links to those examples? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: HELLO WORLD GA EXAMPLE

2018-12-06 Thread AlphaMufasaOmega
After installing the files ignite-ml and ignite-rest-http from the optional folder in /libs inside IGNITE_HOME folder please tell me if i missed any files to put in /lib... I will try some of the other examples lol ;) I ran the Hello-World example again and got the following error: 4]] [2018-12-0

Re: HELLO WORLD GA EXAMPLE

2018-12-04 Thread zaleslaw
Dear @AlphaMufasaOmega could you please run another ML examples like KNNRegression example or LogisticRegression in ml-examples. Could you post the result here or in separate thread? Will it be the same problem or not? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: HELLO WORLD GA EXAMPLE

2018-11-30 Thread Ilya Kasnacheev
Hello! GA examples are standalone as far as my understanding goes. You don't need to launch Ignite node explicitly. Can you try killing it and restarting the example? Otherwise, as it tells you, enable peer-class-loading or add ML jars to libs/ Regards, -- Ilya Kasnacheev пт, 30 нояб. 2018 г.

Re: HELLO WORLD GA EXAMPLE

2018-11-29 Thread AlphaMufasaOmega
In the terminal where I executed: user@PTFAssaultMachine:~/apache-ignite-fabric-2.6.0-bin/examples$ sudo mvn exec:java -Dexec.mainClass="org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample" The loop displays this strange recurring output: ] [2018-11-30 02:00:23,494][INFO ][grid-

Re: HELLO WORLD GA EXAMPLE

2018-11-29 Thread AlphaMufasaOmega
I did end up getting a node started by running the following command: user@PTFAssaultMachine:~/apache-ignite-fabric-2.6.0-bin$ bin/ignite.sh /home/user/apache-ignite-fabric-2.6.0-bin/examples/config/example-ignite.xml This started a node.. I then followed the instructions as provided in the Hell

Re: HELLO WORLD GA EXAMPLE

2018-11-29 Thread AlphaMufasaOmega
Dear techbysample, there is no example-config.xml the only files that are in tat folder are example-ignite.xml, example-default.xml, example data-regions.xml, and example-chache. Which one of these .xml files should I use? I am running this in a debian-9 virtual machine inside qubes4.0 Linux, a

Re: HELLO WORLD GA EXAMPLE

2018-11-29 Thread techbysample
AlphaMufasaOmega , Hello. How many nodes are running? Did you remember to start at least one standalone Ignite node BEFORE running the HelloWorld GA Example? I suspect from your logs that the node has stopped. That is why Zeppelin cannot connect to Ignite. Type the following to start a stan

HELLO WORLD GA EXAMPLE

2018-11-29 Thread AlphaMufasaOmega
Dear Apache Ignite Community, I was trying to run the Hello World example in Apache ignite Genetic Algorithm codes and I ran into the following error or code stack which seems to be preventing me from seeing the result in zeppelin after following the instructions here:https://apacheignite.readme.