Re: [VOTE] Release Apache Rya (incubating) 3.2.12 RC1

2018-02-13 Thread Jeff Dasch
I'm not voting yet, but I did run a license check and got a hit on this: (GNU Lesser Public License) FindBugs-Annotations (com.google.code.findbugs:annotations:2.0.2 - http://findbugs.sourceforge.net/) which comes from Apache Giraph [INFO] org.apache.rya:rya.giraph:jar:3.2.12-incubating [INFO] +-

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

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

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: >

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

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

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

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

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

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

First day with RYA questions.

2018-02-13 Thread Geoffry Roberts
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:*

Re: rya performance Problems

2018-02-13 Thread Jorge Machado
Thanks ! will try that out > On 13 Feb 2018, at 15:10, Puja Valiyil wrote: > > Yes. There is a config parameter on the AccumuloRDFConfiguration that > specifies whether or not to flush after every insert. If you set this to > "false", then the ingest times should improve.

Re: rya performance Problems

2018-02-13 Thread Puja Valiyil
Yes. There is a config parameter on the AccumuloRDFConfiguration that specifies whether or not to flush after every insert. If you set this to "false", then the ingest times should improve. If set to true, the flush method on the Accumulo MultitableBatchWriter is called after every each triple