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 <[email protected]> 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 <[email protected]> > 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 <[email protected]> >> 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 <[email protected] >> > >> > 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 >> >> [email protected] ♦ www.parsons.com >> >> >> >> -----Original Message----- >> >> From: Geoffry Roberts [mailto:[email protected]] >> >> Sent: Tuesday, February 13, 2018 11:46 AM >> >> To: [email protected] >> >> 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 >> > >
