Re: GoraCI Tutorial

2015-11-05 Thread Lewis John Mcgibbney
Hi Furkan,

On Sun, Nov 1, 2015 at 12:35 PM, Furkan KAMACI 
wrote:

>
> Firstly, why hbase dependency scope is defined as provided at pom? There
> is nothing mentioned related to it at documentation.
>

Well it is so that you can build the project based upon which datastore you
want to test. Does that make sense?


>
> Secondly, when I run:
>
> *./goraci.sh Generator 1000 100*
>
> it says:
>
> *Not a valid JAR:
> gora/gora-goraci/lib/org.apache.gora.goraci-0.0.1-SNAPSHOT.jar*
>
> I check the lib folder and see that jar:
>
> *gora-goraci-0.7-SNAPSHOT.jar*
>
> I'll update the documentation and code if I'm not missing anything?
>
>
>
Nope, this is merely a bug.
https://github.com/apache/gora/blob/master/gora-goraci/goraci.sh#L102
A fix is to change this line.
Sorry for delay to getting back to you Furkan.
Lewis


Re: GoraCI Tutorial

2015-11-05 Thread Furkan KAMACI
Thanks for the response Lewis :)

On Thu, Nov 5, 2015 at 8:21 PM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> Hi Furkan,
>
> On Sun, Nov 1, 2015 at 12:35 PM, Furkan KAMACI 
> wrote:
>
>>
>> Firstly, why hbase dependency scope is defined as provided at pom? There
>> is nothing mentioned related to it at documentation.
>>
>
> Well it is so that you can build the project based upon which datastore
> you want to test. Does that make sense?
>
>
>>
>> Secondly, when I run:
>>
>> *./goraci.sh Generator 1000 100*
>>
>> it says:
>>
>> *Not a valid JAR:
>> gora/gora-goraci/lib/org.apache.gora.goraci-0.0.1-SNAPSHOT.jar*
>>
>> I check the lib folder and see that jar:
>>
>> *gora-goraci-0.7-SNAPSHOT.jar*
>>
>> I'll update the documentation and code if I'm not missing anything?
>>
>>
>>
> Nope, this is merely a bug.
> https://github.com/apache/gora/blob/master/gora-goraci/goraci.sh#L102
> A fix is to change this line.
> Sorry for delay to getting back to you Furkan.
> Lewis
>
>