RE: building and running from source

2019-01-18 Thread Mikhail
Hi Scott,

I think you need this doc: 
https://github.com/apache/ignite/blob/33ad0ad84a25a0d65ba408accfb1429cb96ff840/DEVNOTES.txt

Let me know if it isn't sufficient to make the full build, we will fix it.

thanks,
Mike.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


RE: building and running from source

2019-01-17 Thread Scott Cote
] ignite-osgi-karaf .. SUCCESS [  0.146 s]
[INFO] ignite-osgi  SUCCESS [  3.435 s]
[INFO] ignite-appserver-test .. SUCCESS [  0.238 s]
[INFO] ignite-websphere-test .. SUCCESS [  3.407 s]
[INFO] ignite-cassandra ... SUCCESS [  0.032 s]
[INFO] ignite-cassandra-store . SUCCESS [ 13.330 s]
[INFO] ignite-cassandra-serializers ... SUCCESS [  2.496 s]
[INFO] ignite-flink ... SUCCESS [  3.267 s]
[INFO] ignite-kubernetes .. SUCCESS [  1.767 s]
[INFO] ignite-zeromq .. SUCCESS [  1.821 s]
[INFO] ignite-rocketmq  SUCCESS [  2.214 s]
[INFO] ignite-sqlline . SUCCESS [  0.155 s]
[INFO] ignite-ml .. SUCCESS [ 19.731 s]
[INFO] ignite-ml-xgboost-model-parser . SUCCESS [  3.004 s]
[INFO] ignite-tensorflow .. SUCCESS [  4.865 s]
[INFO] ignite-ml-mleap-model-parser ... SUCCESS [  3.029 s]
[INFO] ignite-scalar .. SUCCESS [ 18.580 s]
[INFO] ignite-spark ... SUCCESS [  7.264 s]
[INFO] ignite-visor-console ... SUCCESS [ 12.424 s]
[INFO] ignite-visor-plugins ... SUCCESS [  1.901 s]
[INFO] apache-ignite .. SUCCESS [ 42.934 s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  08:25 min
[INFO] Finished at: 2019-01-17T18:05:33-06:00
[INFO] 

scote@lt-scote10 ~/ignite


From: Scott Cote 
Sent: Thursday, January 17, 2019 5:27 PM
To: user@ignite.apache.org
Subject: RE: building and running from source

Am trying out :
mvn package -P release

this builds a snapshot?

SCott

From: Scott Cote mailto:sc...@etcc.com>>
Sent: Thursday, January 17, 2019 4:32 PM
To: user@ignite.apache.org<mailto:user@ignite.apache.org>
Subject: building and running from source

Hello,

I want to build a copy of ignite with the web console.  Cannot – as far as I 
can tell – download a binary for the web console (don’t want to use the 
gridgain cloud version).  The instructions for the web console state that one 
must build it from source.   To that point, the binary distribution of 2.7 does 
NOT have a modules folder.


I have downloaded the source (git clone https://github.com/apache/ignite) so 
that I can build the web console, but the outcome of executing:

Mvn clean package -dskipTests

Does not leave me with a distribution anything like as if I downloaded the 
“bin” .   For example, there are modules, but no lib folders.

If I issue the command ignite.bat, I observe errors on my pc such as

c:\cygwin64\home\scote\ignite>bin\ignite.bat
The input line is too long.
"C:\cygwin64\home\scote\ignite\modules\kafka\target\classes" was unexpected at 
this time.

What is the maven command to build a copy of ignite from the command line using 
maven and then be able to run the ignite.sh command  ?


Thanks in advance.

SCott


RE: building and running from source

2019-01-17 Thread Scott Cote
Am trying out :
mvn package -P release

this builds a snapshot?

SCott

From: Scott Cote 
Sent: Thursday, January 17, 2019 4:32 PM
To: user@ignite.apache.org
Subject: building and running from source

Hello,

I want to build a copy of ignite with the web console.  Cannot - as far as I 
can tell - download a binary for the web console (don't want to use the 
gridgain cloud version).  The instructions for the web console state that one 
must build it from source.   To that point, the binary distribution of 2.7 does 
NOT have a modules folder.


I have downloaded the source (git clone https://github.com/apache/ignite) so 
that I can build the web console, but the outcome of executing:

Mvn clean package -dskipTests

Does not leave me with a distribution anything like as if I downloaded the 
"bin" .   For example, there are modules, but no lib folders.

If I issue the command ignite.bat, I observe errors on my pc such as

c:\cygwin64\home\scote\ignite>bin\ignite.bat
The input line is too long.
"C:\cygwin64\home\scote\ignite\modules\kafka\target\classes" was unexpected at 
this time.

What is the maven command to build a copy of ignite from the command line using 
maven and then be able to run the ignite.sh command  ?


Thanks in advance.

SCott


building and running from source

2019-01-17 Thread Scott Cote
Hello,

I want to build a copy of ignite with the web console.  Cannot - as far as I 
can tell - download a binary for the web console (don't want to use the 
gridgain cloud version).  The instructions for the web console state that one 
must build it from source.   To that point, the binary distribution of 2.7 does 
NOT have a modules folder.


I have downloaded the source (git clone https://github.com/apache/ignite) so 
that I can build the web console, but the outcome of executing:

Mvn clean package -dskipTests

Does not leave me with a distribution anything like as if I downloaded the 
"bin" .   For example, there are modules, but no lib folders.

If I issue the command ignite.bat, I observe errors on my pc such as

c:\cygwin64\home\scote\ignite>bin\ignite.bat
The input line is too long.
"C:\cygwin64\home\scote\ignite\modules\kafka\target\classes" was unexpected at 
this time.

What is the maven command to build a copy of ignite from the command line using 
maven and then be able to run the ignite.sh command  ?


Thanks in advance.

SCott