Hi Riccardo, It looks rather strange, cause I updated all the obsolete paths in the documentation. First of all - did you get *ignite-cassandra-tests-<version>.zip* artifact inside *modules/cassandra/store/target* folder after building project from the source code?
If it didn't generate this artifact, than it's something wrong with you build or you probably used such command *mvn install -Dmaven.test.skip=true* to compile/package you distribution. The problem with *-Dmaven.test.skip=true *flag is that it completely skips all test artifacts creation (which you need). Just use slightly another command like this *mvn install -DskipTests*. It still skip running unit tests, but the main difference is that it creates test artifacts. Don't try to deploy without *bootstrap/aws/env.sh*, cause it's one of the most critical scripts which all others scripts depends on - it simply will not work without it. Igor On Fri, Dec 2, 2016 at 3:13 AM, Riccardo Iacomini < [email protected]> wrote: > Thank you Igor, > unfortunately the issue I was referring to is still present in the > documentation. Actually the AWS test deployment section > <https://apacheignite-mix.readme.io/docs/aws-infrastructure-deployment> > is still the same. I also tried running the deployment scripts in AWS > without the *bootstrap/aws/env.sh *which was among the ones missing in > the generate test package, but nothing was going on in the instances. Also, > the status of the process was not updated into the S3 folder as suggested > in the documentation. > > Could it be for some reason that I get a test-package from the src code > which does not include the needed files (maybe some build errors)? > > Have a nice day > > Riccardo Iacomini > > > *RDSLab* > > On Fri, Dec 2, 2016 at 7:23 AM, Igor Rudyak <[email protected]> wrote: > >> Ok guys, just updated the documentation. >> >> Igor >> >> On Thu, Dec 1, 2016 at 4:44 PM, Igor Rudyak <[email protected]> wrote: >> >>> Hi Riccardo, >>> >>> Thanks for noticing this. That's a documentation issue. There were >>> number of refactorings for Ignite-Cassandra and documentation now is not >>> 100% up to date. >>> >>> Igor >>> >>> On Thu, Dec 1, 2016 at 3:13 PM, Riccardo Iacomini < >>> [email protected]> wrote: >>> >>>> Hi Val, >>>> >>>> No, that's not the issue. I would like to follow the AWS >>>> ignite-cassandra framework guide on the documentation, but some files the >>>> documentation says I should modify are not in the test-package after I >>>> build ignite from source. >>>> >>>> Just to be clear, this is the link to the guide I am actually trying to >>>> follow: >>>> https://apacheignite-mix.readme.io/docs/aws-infrastructure-deployment >>>> >>>> Il 01 dic 2016 11:56 PM, "vkulichenko" <[email protected]> >>>> ha scritto: >>>> >>>> Hi Riccardo, >>>> >>>> Do you mean that you have problems starting Cassandra? If so, I think >>>> it's >>>> better to ask on their lists :) >>>> >>>> -Val >>>> >>>> >>>> >>>> -- >>>> View this message in context: http://apache-ignite-users.705 >>>> 18.x6.nabble.com/Ignite-Cassandra-AWS-test-framework-tp9324p9347.html >>>> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >>>> >>>> >>>> >>> >> >
