Re: First day with RYA questions.

2018-02-13 Thread Geoffry Roberts
Thanks I just found it anyway.  Thanks.

On Tue, Feb 13, 2018 at 2:52 PM, David Lotts  wrote:

> This is a good example:
>
> https://github.com/apache/incubator-rya/blob/master/
> extras/indexingExample/src/main/java/RyaDirectExample.java
>
> There are several others in that same directory.
>
> david.
>
> On Tue, Feb 13, 2018 at 2:42 PM, Geoffry Roberts 
> wrote:
>
> > David,
> >
> > First thanks for being responsive.  Alas,  I am not seeing the example
> > project.
> > I have cloned: https://github.com/apache/incubator-rya.git
> > I am not seeing anything called examples.  Am I looking in the right
> place?
> >
> > On Tue, Feb 13, 2018 at 2:28 PM, David Lotts  wrote:
> >
> > >  Correction: You can disable the RAT check with this:
> > > -Drat.skip
> > >
> > > You do not need a Mongo server unless you enable it in the
> configuration.
> > > If you do need it, it's a bug.  Although there is no way to separate
> the
> > > automated MongoDB unit tests from Accumulo, but tests create their own
> > > testing/mock server.
> > >
> > > You configure Accumulo parameters via the Rya configuration.  That can
> be
> > > done either by building up a config object, or using an XML config
> file.
> > > There are examples of both in various places.  Look at the examples
> > project
> > > and the web project.  Ask again if you are not seeing it.
> > >
> > > You can also choose to use the web API or call the Rya API (OpenRDF AKA
> > > Sesame AKA rdf4j) directly.
> > >
> > > david.
> > >
> > > On Tue, Feb 13, 2018 at 2:08 PM, Geoffry Roberts <
> threadedb...@gmail.com
> > >
> > > wrote:
> > >
> > > > All,
> > > >
> > > > Another question:  How do I point RYA at my Accumulo cluster?
> > > >
> > > > I have an Accumulo cluster running in the company cloud.
> > > >
> > > > Thanks
> > > >
> > > > On Tue, Feb 13, 2018 at 1:35 PM, Geoffry Roberts <
> > threadedb...@gmail.com
> > > >
> > > > wrote:
> > > >
> > > > > git clean -fdx worked.  Never had that problem before.
> > > > >
> > > > > btw
> > > > > I was not using an IDE but straight CLI.  Nevertheless, it worked.
> > > > >
> > > > > On Tue, Feb 13, 2018 at 11:53 AM, Meier, Caleb <
> > > caleb.me...@parsons.com>
> > > > > wrote:
> > > > >
> > > > >> Have you tried running git clean -fdx?  There might be some files
> > left
> > > > >> over from a previous build or from your IDE.
> > > > >>
> > > > >> Caleb A. Meier, Ph.D.
> > > > >> Senior Software Engineer ♦ Analyst
> > > > >> Parsons Corporation
> > > > >> 1911 N. Fort Myer Drive, Suite 800 ♦ Arlington, VA 22209
> > > > >> Office:  (703)797-3066
> > > > >> caleb.me...@parsons.com ♦ www.parsons.com
> > > > >>
> > > > >> -Original Message-
> > > > >> From: Geoffry Roberts [mailto:threadedb...@gmail.com]
> > > > >> Sent: Tuesday, February 13, 2018 11:46 AM
> > > > >> To: dev@rya.incubator.apache.org
> > > > >> Subject: First day with RYA questions.
> > > > >>
> > > > >> All,
> > > > >>
> > > > >> I have a good use case for RYA.  I hope I can get it working.
> This
> > is
> > > > my
> > > > >> first day with the project and I have a few questions.
> > > > >>
> > > > >> I tried to run $ mvn clean install.  Each sub build succeeded
> until
> > > > >> *Apache Rya Extra Projects* It then complains about *Too many
> files
> > > with
> > > > >> unapproved license:* What does this mean and how to fix?  I see
> the
> > > > list in
> > > > >> rat.txt.  What do I do about it?
> > > > >>
> > > > >> I see RYA uses an older version of Accumulo.  Is this required?  I
> > am
> > > > >> running something newer (1.8.1).
> > > > >>
> > > > >> Is MongoDB required? or is it an alternative to Accumulo?
> > > > >>
> > > > >> Thanks
> > > > >>
> > > > >> --
> > > > >> There are ways and there are ways,
> > > > >>
> > > > >> Geoffry Roberts
> > > > >>
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > There are ways and there are ways,
> > > > >
> > > > > Geoffry Roberts
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > There are ways and there are ways,
> > > >
> > > > Geoffry Roberts
> > > >
> > >
> >
> >
> >
> > --
> > There are ways and there are ways,
> >
> > Geoffry Roberts
> >
>



-- 
There are ways and there are ways,

Geoffry Roberts


Re: First day with RYA questions.

2018-02-13 Thread David Lotts
This is a good example:

https://github.com/apache/incubator-rya/blob/master/extras/indexingExample/src/main/java/RyaDirectExample.java

There are several others in that same directory.

david.

On Tue, Feb 13, 2018 at 2:42 PM, Geoffry Roberts 
wrote:

> David,
>
> First thanks for being responsive.  Alas,  I am not seeing the example
> project.
> I have cloned: https://github.com/apache/incubator-rya.git
> I am not seeing anything called examples.  Am I looking in the right place?
>
> On Tue, Feb 13, 2018 at 2:28 PM, David Lotts  wrote:
>
> >  Correction: You can disable the RAT check with this:
> > -Drat.skip
> >
> > You do not need a Mongo server unless you enable it in the configuration.
> > If you do need it, it's a bug.  Although there is no way to separate the
> > automated MongoDB unit tests from Accumulo, but tests create their own
> > testing/mock server.
> >
> > You configure Accumulo parameters via the Rya configuration.  That can be
> > done either by building up a config object, or using an XML config file.
> > There are examples of both in various places.  Look at the examples
> project
> > and the web project.  Ask again if you are not seeing it.
> >
> > You can also choose to use the web API or call the Rya API (OpenRDF AKA
> > Sesame AKA rdf4j) directly.
> >
> > david.
> >
> > On Tue, Feb 13, 2018 at 2:08 PM, Geoffry Roberts  >
> > wrote:
> >
> > > All,
> > >
> > > Another question:  How do I point RYA at my Accumulo cluster?
> > >
> > > I have an Accumulo cluster running in the company cloud.
> > >
> > > Thanks
> > >
> > > On Tue, Feb 13, 2018 at 1:35 PM, Geoffry Roberts <
> threadedb...@gmail.com
> > >
> > > wrote:
> > >
> > > > git clean -fdx worked.  Never had that problem before.
> > > >
> > > > btw
> > > > I was not using an IDE but straight CLI.  Nevertheless, it worked.
> > > >
> > > > On Tue, Feb 13, 2018 at 11:53 AM, Meier, Caleb <
> > caleb.me...@parsons.com>
> > > > wrote:
> > > >
> > > >> Have you tried running git clean -fdx?  There might be some files
> left
> > > >> over from a previous build or from your IDE.
> > > >>
> > > >> Caleb A. Meier, Ph.D.
> > > >> Senior Software Engineer ♦ Analyst
> > > >> Parsons Corporation
> > > >> 1911 N. Fort Myer Drive, Suite 800 ♦ Arlington, VA 22209
> > > >> Office:  (703)797-3066
> > > >> caleb.me...@parsons.com ♦ www.parsons.com
> > > >>
> > > >> -Original Message-
> > > >> From: Geoffry Roberts [mailto:threadedb...@gmail.com]
> > > >> Sent: Tuesday, February 13, 2018 11:46 AM
> > > >> To: dev@rya.incubator.apache.org
> > > >> Subject: First day with RYA questions.
> > > >>
> > > >> All,
> > > >>
> > > >> I have a good use case for RYA.  I hope I can get it working.  This
> is
> > > my
> > > >> first day with the project and I have a few questions.
> > > >>
> > > >> I tried to run $ mvn clean install.  Each sub build succeeded until
> > > >> *Apache Rya Extra Projects* It then complains about *Too many files
> > with
> > > >> unapproved license:* What does this mean and how to fix?  I see the
> > > list in
> > > >> rat.txt.  What do I do about it?
> > > >>
> > > >> I see RYA uses an older version of Accumulo.  Is this required?  I
> am
> > > >> running something newer (1.8.1).
> > > >>
> > > >> Is MongoDB required? or is it an alternative to Accumulo?
> > > >>
> > > >> Thanks
> > > >>
> > > >> --
> > > >> There are ways and there are ways,
> > > >>
> > > >> Geoffry Roberts
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > There are ways and there are ways,
> > > >
> > > > Geoffry Roberts
> > > >
> > >
> > >
> > >
> > > --
> > > There are ways and there are ways,
> > >
> > > Geoffry Roberts
> > >
> >
>
>
>
> --
> There are ways and there are ways,
>
> Geoffry Roberts
>


Re: First day with RYA questions.

2018-02-13 Thread Geoffry Roberts
David,

First thanks for being responsive.  Alas,  I am not seeing the example
project.
I have cloned: https://github.com/apache/incubator-rya.git
I am not seeing anything called examples.  Am I looking in the right place?

On Tue, Feb 13, 2018 at 2:28 PM, David Lotts  wrote:

>  Correction: You can disable the RAT check with this:
> -Drat.skip
>
> You do not need a Mongo server unless you enable it in the configuration.
> If you do need it, it's a bug.  Although there is no way to separate the
> automated MongoDB unit tests from Accumulo, but tests create their own
> testing/mock server.
>
> You configure Accumulo parameters via the Rya configuration.  That can be
> done either by building up a config object, or using an XML config file.
> There are examples of both in various places.  Look at the examples project
> and the web project.  Ask again if you are not seeing it.
>
> You can also choose to use the web API or call the Rya API (OpenRDF AKA
> Sesame AKA rdf4j) directly.
>
> david.
>
> On Tue, Feb 13, 2018 at 2:08 PM, Geoffry Roberts 
> wrote:
>
> > All,
> >
> > Another question:  How do I point RYA at my Accumulo cluster?
> >
> > I have an Accumulo cluster running in the company cloud.
> >
> > Thanks
> >
> > On Tue, Feb 13, 2018 at 1:35 PM, Geoffry Roberts  >
> > wrote:
> >
> > > git clean -fdx worked.  Never had that problem before.
> > >
> > > btw
> > > I was not using an IDE but straight CLI.  Nevertheless, it worked.
> > >
> > > On Tue, Feb 13, 2018 at 11:53 AM, Meier, Caleb <
> caleb.me...@parsons.com>
> > > wrote:
> > >
> > >> Have you tried running git clean -fdx?  There might be some files left
> > >> over from a previous build or from your IDE.
> > >>
> > >> Caleb A. Meier, Ph.D.
> > >> Senior Software Engineer ♦ Analyst
> > >> Parsons Corporation
> > >> 1911 N. Fort Myer Drive, Suite 800 ♦ Arlington, VA 22209
> > >> Office:  (703)797-3066
> > >> caleb.me...@parsons.com ♦ www.parsons.com
> > >>
> > >> -Original Message-
> > >> From: Geoffry Roberts [mailto:threadedb...@gmail.com]
> > >> Sent: Tuesday, February 13, 2018 11:46 AM
> > >> To: dev@rya.incubator.apache.org
> > >> Subject: First day with RYA questions.
> > >>
> > >> All,
> > >>
> > >> I have a good use case for RYA.  I hope I can get it working.  This is
> > my
> > >> first day with the project and I have a few questions.
> > >>
> > >> I tried to run $ mvn clean install.  Each sub build succeeded until
> > >> *Apache Rya Extra Projects* It then complains about *Too many files
> with
> > >> unapproved license:* What does this mean and how to fix?  I see the
> > list in
> > >> rat.txt.  What do I do about it?
> > >>
> > >> I see RYA uses an older version of Accumulo.  Is this required?  I am
> > >> running something newer (1.8.1).
> > >>
> > >> Is MongoDB required? or is it an alternative to Accumulo?
> > >>
> > >> Thanks
> > >>
> > >> --
> > >> There are ways and there are ways,
> > >>
> > >> Geoffry Roberts
> > >>
> > >
> > >
> > >
> > > --
> > > There are ways and there are ways,
> > >
> > > Geoffry Roberts
> > >
> >
> >
> >
> > --
> > There are ways and there are ways,
> >
> > Geoffry Roberts
> >
>



-- 
There are ways and there are ways,

Geoffry Roberts


Re: First day with RYA questions.

2018-02-13 Thread David Lotts
Here are two manual pages.  First one sets up the web service on tomcat,
the other uses the java API.
https://github.com/apache/incubator-rya/blob/master/extras/rya.manual/src/site/markdown/quickstart.md
https://github.com/apache/incubator-rya/blob/master/extras/rya.manual/src/site/markdown/sm-sparqlquery.md
david.

On Tue, Feb 13, 2018 at 2:28 PM, David Lotts  wrote:

> Correction: You can disable the RAT check with this:
> -Drat.skip
>
> You do not need a Mongo server unless you enable it in the configuration.
> If you do need it, it's a bug.  Although there is no way to separate the
> automated MongoDB unit tests from Accumulo, but tests create their own
> testing/mock server.
>
> You configure Accumulo parameters via the Rya configuration.  That can be
> done either by building up a config object, or using an XML config file.
> There are examples of both in various places.  Look at the examples
> project and the web project.  Ask again if you are not seeing it.
>
> You can also choose to use the web API or call the Rya API (OpenRDF AKA
> Sesame AKA rdf4j) directly.
>
> david.
>
> On Tue, Feb 13, 2018 at 2:08 PM, Geoffry Roberts 
> wrote:
>
>> All,
>>
>> Another question:  How do I point RYA at my Accumulo cluster?
>>
>> I have an Accumulo cluster running in the company cloud.
>>
>> Thanks
>>
>> On Tue, Feb 13, 2018 at 1:35 PM, Geoffry Roberts 
>> wrote:
>>
>> > git clean -fdx worked.  Never had that problem before.
>> >
>> > btw
>> > I was not using an IDE but straight CLI.  Nevertheless, it worked.
>> >
>> > On Tue, Feb 13, 2018 at 11:53 AM, Meier, Caleb > >
>> > wrote:
>> >
>> >> Have you tried running git clean -fdx?  There might be some files left
>> >> over from a previous build or from your IDE.
>> >>
>> >> Caleb A. Meier, Ph.D.
>> >> Senior Software Engineer ♦ Analyst
>> >> Parsons Corporation
>> >> 1911 N. Fort Myer Drive, Suite 800 ♦ Arlington, VA 22209
>> >> Office:  (703)797-3066
>> >> caleb.me...@parsons.com ♦ www.parsons.com
>> >>
>> >> -Original Message-
>> >> From: Geoffry Roberts [mailto:threadedb...@gmail.com]
>> >> Sent: Tuesday, February 13, 2018 11:46 AM
>> >> To: dev@rya.incubator.apache.org
>> >> Subject: First day with RYA questions.
>> >>
>> >> All,
>> >>
>> >> I have a good use case for RYA.  I hope I can get it working.  This is
>> my
>> >> first day with the project and I have a few questions.
>> >>
>> >> I tried to run $ mvn clean install.  Each sub build succeeded until
>> >> *Apache Rya Extra Projects* It then complains about *Too many files
>> with
>> >> unapproved license:* What does this mean and how to fix?  I see the
>> list in
>> >> rat.txt.  What do I do about it?
>> >>
>> >> I see RYA uses an older version of Accumulo.  Is this required?  I am
>> >> running something newer (1.8.1).
>> >>
>> >> Is MongoDB required? or is it an alternative to Accumulo?
>> >>
>> >> Thanks
>> >>
>> >> --
>> >> There are ways and there are ways,
>> >>
>> >> Geoffry Roberts
>> >>
>> >
>> >
>> >
>> > --
>> > There are ways and there are ways,
>> >
>> > Geoffry Roberts
>> >
>>
>>
>>
>> --
>> There are ways and there are ways,
>>
>> Geoffry Roberts
>>
>
>


Re: First day with RYA questions.

2018-02-13 Thread David Lotts
 Correction: You can disable the RAT check with this:
-Drat.skip

You do not need a Mongo server unless you enable it in the configuration.
If you do need it, it's a bug.  Although there is no way to separate the
automated MongoDB unit tests from Accumulo, but tests create their own
testing/mock server.

You configure Accumulo parameters via the Rya configuration.  That can be
done either by building up a config object, or using an XML config file.
There are examples of both in various places.  Look at the examples project
and the web project.  Ask again if you are not seeing it.

You can also choose to use the web API or call the Rya API (OpenRDF AKA
Sesame AKA rdf4j) directly.

david.

On Tue, Feb 13, 2018 at 2:08 PM, Geoffry Roberts 
wrote:

> All,
>
> Another question:  How do I point RYA at my Accumulo cluster?
>
> I have an Accumulo cluster running in the company cloud.
>
> Thanks
>
> On Tue, Feb 13, 2018 at 1:35 PM, Geoffry Roberts 
> wrote:
>
> > git clean -fdx worked.  Never had that problem before.
> >
> > btw
> > I was not using an IDE but straight CLI.  Nevertheless, it worked.
> >
> > On Tue, Feb 13, 2018 at 11:53 AM, Meier, Caleb 
> > wrote:
> >
> >> Have you tried running git clean -fdx?  There might be some files left
> >> over from a previous build or from your IDE.
> >>
> >> Caleb A. Meier, Ph.D.
> >> Senior Software Engineer ♦ Analyst
> >> Parsons Corporation
> >> 1911 N. Fort Myer Drive, Suite 800 ♦ Arlington, VA 22209
> >> Office:  (703)797-3066
> >> caleb.me...@parsons.com ♦ www.parsons.com
> >>
> >> -Original Message-
> >> From: Geoffry Roberts [mailto:threadedb...@gmail.com]
> >> Sent: Tuesday, February 13, 2018 11:46 AM
> >> To: dev@rya.incubator.apache.org
> >> Subject: First day with RYA questions.
> >>
> >> All,
> >>
> >> I have a good use case for RYA.  I hope I can get it working.  This is
> my
> >> first day with the project and I have a few questions.
> >>
> >> I tried to run $ mvn clean install.  Each sub build succeeded until
> >> *Apache Rya Extra Projects* It then complains about *Too many files with
> >> unapproved license:* What does this mean and how to fix?  I see the
> list in
> >> rat.txt.  What do I do about it?
> >>
> >> I see RYA uses an older version of Accumulo.  Is this required?  I am
> >> running something newer (1.8.1).
> >>
> >> Is MongoDB required? or is it an alternative to Accumulo?
> >>
> >> Thanks
> >>
> >> --
> >> There are ways and there are ways,
> >>
> >> Geoffry Roberts
> >>
> >
> >
> >
> > --
> > There are ways and there are ways,
> >
> > Geoffry Roberts
> >
>
>
>
> --
> There are ways and there are ways,
>
> Geoffry Roberts
>


Re: First day with RYA questions.

2018-02-13 Thread Geoffry Roberts
All,

Another question:  How do I point RYA at my Accumulo cluster?

I have an Accumulo cluster running in the company cloud.

Thanks

On Tue, Feb 13, 2018 at 1:35 PM, Geoffry Roberts 
wrote:

> git clean -fdx worked.  Never had that problem before.
>
> btw
> I was not using an IDE but straight CLI.  Nevertheless, it worked.
>
> On Tue, Feb 13, 2018 at 11:53 AM, Meier, Caleb 
> wrote:
>
>> Have you tried running git clean -fdx?  There might be some files left
>> over from a previous build or from your IDE.
>>
>> Caleb A. Meier, Ph.D.
>> Senior Software Engineer ♦ Analyst
>> Parsons Corporation
>> 1911 N. Fort Myer Drive, Suite 800 ♦ Arlington, VA 22209
>> Office:  (703)797-3066
>> caleb.me...@parsons.com ♦ www.parsons.com
>>
>> -Original Message-
>> From: Geoffry Roberts [mailto:threadedb...@gmail.com]
>> Sent: Tuesday, February 13, 2018 11:46 AM
>> To: dev@rya.incubator.apache.org
>> Subject: First day with RYA questions.
>>
>> All,
>>
>> I have a good use case for RYA.  I hope I can get it working.  This is my
>> first day with the project and I have a few questions.
>>
>> I tried to run $ mvn clean install.  Each sub build succeeded until
>> *Apache Rya Extra Projects* It then complains about *Too many files with
>> unapproved license:* What does this mean and how to fix?  I see the list in
>> rat.txt.  What do I do about it?
>>
>> I see RYA uses an older version of Accumulo.  Is this required?  I am
>> running something newer (1.8.1).
>>
>> Is MongoDB required? or is it an alternative to Accumulo?
>>
>> Thanks
>>
>> --
>> There are ways and there are ways,
>>
>> Geoffry Roberts
>>
>
>
>
> --
> There are ways and there are ways,
>
> Geoffry Roberts
>



-- 
There are ways and there are ways,

Geoffry Roberts


Re: First day with RYA questions.

2018-02-13 Thread Geoffry Roberts
git clean -fdx worked.  Never had that problem before.

btw
I was not using an IDE but straight CLI.  Nevertheless, it worked.

On Tue, Feb 13, 2018 at 11:53 AM, Meier, Caleb 
wrote:

> Have you tried running git clean -fdx?  There might be some files left
> over from a previous build or from your IDE.
>
> Caleb A. Meier, Ph.D.
> Senior Software Engineer ♦ Analyst
> Parsons Corporation
> 1911 N. Fort Myer Drive, Suite 800 ♦ Arlington, VA 22209
> Office:  (703)797-3066
> caleb.me...@parsons.com ♦ www.parsons.com
>
> -Original Message-
> From: Geoffry Roberts [mailto:threadedb...@gmail.com]
> Sent: Tuesday, February 13, 2018 11:46 AM
> To: dev@rya.incubator.apache.org
> Subject: First day with RYA questions.
>
> All,
>
> I have a good use case for RYA.  I hope I can get it working.  This is my
> first day with the project and I have a few questions.
>
> I tried to run $ mvn clean install.  Each sub build succeeded until
> *Apache Rya Extra Projects* It then complains about *Too many files with
> unapproved license:* What does this mean and how to fix?  I see the list in
> rat.txt.  What do I do about it?
>
> I see RYA uses an older version of Accumulo.  Is this required?  I am
> running something newer (1.8.1).
>
> Is MongoDB required? or is it an alternative to Accumulo?
>
> Thanks
>
> --
> There are ways and there are ways,
>
> Geoffry Roberts
>



-- 
There are ways and there are ways,

Geoffry Roberts


Re: First day with RYA questions.

2018-02-13 Thread David Lotts
You can disable the RAT check with this:
-Drat.skip -l

Here is the command line I use.  It includes the optional projects and
skips tests.  Profile "enable-it" runs integrations tests, if they weren't
skipped.

mvn clean install  -P geoindexing -P benchmark -P enable-it -DskipTests
-Drat.skip -l ../rya$(date +%Y%m%d%H%M).log
david.

On Tue, Feb 13, 2018 at 11:53 AM, Meier, Caleb 
wrote:

> Have you tried running git clean -fdx?  There might be some files left
> over from a previous build or from your IDE.
>
> Caleb A. Meier, Ph.D.
> Senior Software Engineer ♦ Analyst
> Parsons Corporation
> 1911 N. Fort Myer Drive, Suite 800 ♦ Arlington, VA 22209
> Office:  (703)797-3066
> caleb.me...@parsons.com ♦ www.parsons.com
>
> -Original Message-
> From: Geoffry Roberts [mailto:threadedb...@gmail.com]
> Sent: Tuesday, February 13, 2018 11:46 AM
> To: dev@rya.incubator.apache.org
> Subject: First day with RYA questions.
>
> All,
>
> I have a good use case for RYA.  I hope I can get it working.  This is my
> first day with the project and I have a few questions.
>
> I tried to run $ mvn clean install.  Each sub build succeeded until
> *Apache Rya Extra Projects* It then complains about *Too many files with
> unapproved license:* What does this mean and how to fix?  I see the list in
> rat.txt.  What do I do about it?
>
> I see RYA uses an older version of Accumulo.  Is this required?  I am
> running something newer (1.8.1).
>
> Is MongoDB required? or is it an alternative to Accumulo?
>
> Thanks
>
> --
> There are ways and there are ways,
>
> Geoffry Roberts
>


RE: First day with RYA questions.

2018-02-13 Thread Meier, Caleb
Have you tried running git clean -fdx?  There might be some files left over 
from a previous build or from your IDE.

Caleb A. Meier, Ph.D.
Senior Software Engineer ♦ Analyst
Parsons Corporation
1911 N. Fort Myer Drive, Suite 800 ♦ Arlington, VA 22209
Office:  (703)797-3066
caleb.me...@parsons.com ♦ www.parsons.com

-Original Message-
From: Geoffry Roberts [mailto:threadedb...@gmail.com] 
Sent: Tuesday, February 13, 2018 11:46 AM
To: dev@rya.incubator.apache.org
Subject: First day with RYA questions.

All,

I have a good use case for RYA.  I hope I can get it working.  This is my first 
day with the project and I have a few questions.

I tried to run $ mvn clean install.  Each sub build succeeded until *Apache Rya 
Extra Projects* It then complains about *Too many files with unapproved 
license:* What does this mean and how to fix?  I see the list in rat.txt.  What 
do I do about it?

I see RYA uses an older version of Accumulo.  Is this required?  I am running 
something newer (1.8.1).

Is MongoDB required? or is it an alternative to Accumulo?

Thanks

--
There are ways and there are ways,

Geoffry Roberts