You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Riccardo Iacomini <ri...@rdslab.com> on 2016/12/01 10:27:51 UTC

Ignite Cassandra AWS test framework

I am trying to evaluate Cassandra and Ignite following the AWS deployment
guide in the documentation. I've built both Ignite 1.6 and 1.7 from source,
but in both cases the test package generated misses the configuration file
*bootstrap/aws/env.sh* I should modify according to the documentation. The
ganglia folder with the scripts for the deployment of the monitoring
cluster is missing too in *bootstrap/aws/. *How should I procede?

Thank you in advance for your time.

Riccardo Iacomini


*RDSLab*

Re: Ignite Cassandra AWS test framework

Posted by Igor Rudyak <ir...@gmail.com>.
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 <
riccardo.iacomini@rdslab.com> 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 <ir...@gmail.com> wrote:
>
>> Ok guys, just updated the documentation.
>>
>> Igor
>>
>> On Thu, Dec 1, 2016 at 4:44 PM, Igor Rudyak <ir...@gmail.com> 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 <
>>> riccardo.iacomini@rdslab.com> 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" <va...@gmail.com>
>>>> 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.
>>>>
>>>>
>>>>
>>>
>>
>

Re: Ignite Cassandra AWS test framework

Posted by Riccardo Iacomini <ri...@rdslab.com>.
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 <ir...@gmail.com> wrote:

> Ok guys, just updated the documentation.
>
> Igor
>
> On Thu, Dec 1, 2016 at 4:44 PM, Igor Rudyak <ir...@gmail.com> 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 <
>> riccardo.iacomini@rdslab.com> 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" <va...@gmail.com>
>>> 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.
>>>
>>>
>>>
>>
>

Re: Ignite Cassandra AWS test framework

Posted by Igor Rudyak <ir...@gmail.com>.
Ok guys, just updated the documentation.

Igor

On Thu, Dec 1, 2016 at 4:44 PM, Igor Rudyak <ir...@gmail.com> 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 <
> riccardo.iacomini@rdslab.com> 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" <va...@gmail.com>
>> 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.
>>
>>
>>
>

Re: Ignite Cassandra AWS test framework

Posted by Igor Rudyak <ir...@gmail.com>.
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 <
riccardo.iacomini@rdslab.com> 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" <va...@gmail.com> 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.
>
>
>

Re: Ignite Cassandra AWS test framework

Posted by Riccardo Iacomini <ri...@rdslab.com>.
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" <va...@gmail.com> 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.
70518.x6.nabble.com/Ignite-Cassandra-AWS-test-framework-tp9324p9347.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Ignite Cassandra AWS test framework

Posted by vkulichenko <va...@gmail.com>.
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.70518.x6.nabble.com/Ignite-Cassandra-AWS-test-framework-tp9324p9347.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.