Re: [VOTE] Apache Rya (incubating) graduation to Top Level Project

2019-08-28 Thread David Lotts
Re-sending this from my Apache email account. +1 still! david. On Wed, Aug 28, 2019 at 12:13 PM David Lotts wrote: > +1 - Recommend graduation of Apache Rya as a TLP > > Thank you Veep Adina! > david lotts. >

Re: [VOTE] Apache Rya (incubating) graduation to Top Level Project

2019-08-28 Thread David Lotts
+1 - Recommend graduation of Apache Rya as a TLP Thank you Veep Adina! david lotts.

Re: Rya version caused some problems

2019-08-21 Thread David Lotts
Sorry your having issues! > because the version numbers are inconsistent? Which version numbers do you suspect are inconsistent? Given the error perhaps your server cannot connect to your Zookeeper server. This could be that zookeeper is down, or no network connection, or incorrect IP or port nu

Re: [VOTE] Release Rya (Incubating) version 4.0.0 RC1

2019-07-22 Thread David Lotts
+1 Release this package as rya-project-4.0.0 I tested all the check-sums and signature. I built and ran ALL the declared tests. david. On Tue, Jul 16, 2019 at 10:55 AM Aaron D. Mihalik wrote: > I am pleased to be calling this vote for the source release of Apache Rya > (Incubating), version 4

Re: about install Rya at cluster

2019-07-16 Thread David Lotts
RyaWeb is an Accumulo client. So it does not matter if it is talking to a cluster or a standalone instance of Accumulo. It just needs the usual configuration: basically: zookeeper list and the Rya instance prefix name. The same goes with MongoDB I believe, with MongoDB configuration. Are you get

Re: Upcoming release?

2019-07-12 Thread David Lotts
I volunteer to be release manager. Aaron is also volunteering, so we are doing it jointly, if that is possible. We will start right away if that is lazily okay with everyone! david lotts. On Sat, Jun 29, 2019 at 6:53 PM Adina Crainiceanu wrote: > I'll volunteer as release manager, b

Fwd: [EXTERNAL] Release 4.0.0 -- last call for pull requests

2019-07-12 Thread David Lotts
This a last call for Pull Requests to be included in this release. Please let me know before Monday if you have an open PR you want included in this release. We plan to have a candidate release next week. Thanks, david.

Re: Re: About Rya loadData and query

2019-03-26 Thread David Lotts
Let make sure you have seen the manual which has a quick start guide: https://github.com/apache/incubator-rya/blob/5463da23c7cd5eaddf2ab13f0b42141211ab59f2/extras/rya.manual/src/site/markdown/index.md Here is a better example that loads a file then does queries. This one uses MongoDB, but most e

Re: About Rya loadData and query

2019-03-25 Thread David Lotts
Take a look at this example code: https://github.com/apache/incubator-rya/blob/master/extras/indexingExample/src/main/java/RyaDirectExample.java See the method testAddAndDelete() It inserts triples using a sparql insert statement, queries, then deletes. If you want to load lots of triples, see th

Re: Apache Rya Logging question

2019-03-05 Thread David Lotts
> Second, since the Rya Shell connects directly to Zookeeper/Accumulo, > does that mean it won't use Rya's query optimizer capabilities (Prospects > Table, etc.)? When you are using the shell, all the Rya code is built into the Shell. Your configuration must match the configuration of all the ot

Re: Query time optimization

2019-03-05 Thread David Lotts
Also just wanted to mention the benchmark module in the Rya sources: https://github.com/apache/incubator-rya/tree/master/extras/rya.benchmark I can find out more if you think it is interesting. david.

Re: Apache Rya Logging question

2019-03-05 Thread David Lotts
ya.shell-3.2.11-incubating/conf/log4j.properties file. ''' The Rya shell connects directly to Zookeeper/Accumulo and does not interact with the Rya web service. I just checked with the shell author. david lotts.

Re: Code development questions

2018-10-11 Thread David Lotts
Timea, Thanks for reaching out. Some of your questions are addressed here in the wiki: https://cwiki.apache.org/confluence/display/RYA/Contributing+to+Rya But there is still room for confusion. Your questions are good, and might be something we should add to that document more explicitly. - you

Re: October podling report draft - please comment

2018-10-01 Thread David Lotts
Would it be appropriate to mention the relatively new involvement of the good folks at Semantic Web Company? This increases our diversity and stability. david.

Re: [VOTE] logo for Apache Rya

2018-09-28 Thread David Lotts
+1 Totally Going out to get the tattoo! (just kidding) david. On Fri, Sep 28, 2018 at 5:32 PM Puja Valiyil wrote: > +1 for me as well > > On Friday, September 28, 2018, Chilton, Kevin > wrote: > > > +1 I like the one with the red moons. > > > > Kevin Chilton > > Senior Software Engineer > > ke

Re: Does Rya directly interact with Hadoop (bypassing Accumulo)?

2018-06-29 Thread David Lotts
. david. On Fri, Jun 29, 2018 at 1:00 PM David Lotts wrote: > Hi Maxim, > Rya uses an Accumulo client. The Accumulo client is dependent on Hadoop, > particularly HDFS and zookeeper. > The environment variable HADOOP_HOME or corresponding property is > required to find the pa

Re: Does Rya directly interact with Hadoop (bypassing Accumulo)?

2018-06-29 Thread David Lotts
Hi Maxim, Rya uses an Accumulo client. The Accumulo client is dependent on Hadoop, particularly HDFS and zookeeper. The environment variable HADOOP_HOME or corresponding property is required to find the path to the locally installed hadoop runtime files. Details can be found in the Accumulo manua

Re: rya logo

2018-04-18 Thread David Lotts
> moons of Saturn image is extremely cool, it doesn't seem as relevant I forgot to mention: a moon of Saturn is named Rhea. > we could have our designer (susan, in cc) take a look That would be awsome! Go Susan! david.

Re: rya logo

2018-04-17 Thread David Lotts
Here are a few collected ideas are below. Please run with them if you like: The Rhea bird has a interesting look. Especially front face, like this photo: https://animalogic.ca/news/monster-bird-stalking-scottish-village-is-a-rheaand-you-dont-want-to-upset-him If we can capture what is interesti

Re: Failed build from master

2018-04-11 Thread David Lotts
> I documented this in RYA-485 is this related to? RYA-472 "Shaded jars not being produced" Just ran across it, did not read it. david.

Re: review website for release 3.2.12 #6 and #7

2018-03-09 Thread David Lotts
​ Caleb and I have Apache ID's now. Mine is dlotts . - name: David Lotts apacheId: githubId: dlotts org: Parsons role: Contributor - name: Caleb Meier apacheId: githubId: meiercaleb org: role: Contributor I took a quick look at all changes for the website a

Re: Loading data into RYA alternatives

2018-02-26 Thread David Lotts
As David B. says, the shell is a great option: https://github.com/apache/incubator-rya/blob/master/extras/rya.manual/src/site/markdown/shell.md The load-data command can be used to load RDF Statement data in a variety > of formats. If only the --file option is specified, the shell will > attempt t

Re: Want to Help

2018-02-23 Thread David Lotts
Shayak, Welcome! Look at the top half of this page in the wiki: Contributing to Rya https://cwiki.apache.org/confluence/display/RYA/Contributing+to+Rya Where it says "assign it to yourself" you may not have permission, if so,

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

2018-02-23 Thread David Lotts
Adina: For cleaning up, you can drop Repository orgapacherya-1009 (rc1) anytime now.) david. David Lotts ​

Re: Release build fails on Windows

2018-02-15 Thread David Lotts
I just ran all the tests in Linux, Yay! I am having issues in windows that are different than yours. Lemme move back to windows and see if I can find the cause and maybe reproduce your errors. david. On Thu, Feb 15, 2018 at 1:41 PM, Puja Valiyil wrote: > Ok, I would vote to mark it as a known i

Re: builds fail with Java 9

2018-02-15 Thread David Lotts
Thanks for reporting this! Maybe this would work?: https://blog.frankel.ch/migrating-to-java-9/1/ david. On Thu, Feb 15, 2018 at 1:56 PM, Dave Jones wrote: > I think this is a "known issue", but, for now, you might want to include a > note in the build instructions that Java 9 may not be used

Re: First day with RYA questions.

2018-02-13 Thread David Lotts
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: Y

Re: First day with RYA questions.

2018-02-13 Thread David Lotts
-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

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 se

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: Discussion: Next release - post v3.2.11 When, who, and what?

2017-11-17 Thread David Lotts
Yay! Thanks Adina! You can start right away, if you like, with the one-time preparation portion of the wiki instructions. Tell me your twitter @name and I will authorize you to tweet as @ApacheRya. My Apache-novice opinions are that we: 1- (when) start the release process now and be done befor

Discussion: Next release - post v3.2.11 When, who, and what?

2017-11-14 Thread David Lotts
We soon will have plenty of new features and fixes for another release, if we don't already. So I'd like to kick off some discussion. Requesting comments for any of these: 1- When shall we target the next release? Start now? 2- Can we get a volunteer to be the next Release Manager? There are a

Re: Twitter announce

2017-10-30 Thread David Lotts
>>Twitter shortens URLs itself and does not count the full len > I read about that, but in practice it didn't happen. I was wrong, I was expecting it to magically modify it. But I see now any size link is 23 chars. david.

Re: Twitter announce

2017-10-27 Thread David Lotts
generate a t.co link and I wanted all the characters I could get. Wow what flurry of activity it caused! So many retweets and new followers! Thanks for your retweet! david. On Fri, Oct 27, 2017 at 2:26 PM, Keith Turner wrote: > On Thu, Oct 26, 2017 at 11:56 AM, David Lotts wrote: > >

Re: Twitter announce

2017-10-26 Thread David Lotts
Below is the announcement that I plan to send from our twitter account. Improvements? Does anyone know how to embed a page summary like this post? https://twitter.com/TheASF/status/846668361253703680 This is within three characters of the maximum. === Apache Rya 3.2.11 incubating just release

Apache Rya 3.2.11-incubating released

2017-10-16 Thread David Lotts
The Apache Rya (Incubating) team is happy to announce the release of Apache Rya 3.2.11-incubating: https://rya.incubator.apache.org/news/2017/10/10/release-3.2.11/ Rya (pronounced "ree-uh" /rēə/) is a cloud-based RDF triple store that supports SPARQL queries. Rya is a scalable RDF data management

Twitter announce

2017-10-16 Thread David Lotts
Josh, I am about to send the release announcement. Would you like to tweet it as well? I'm configuring my gmail account to send from dlo...@apache.org. david. On Thu, Jan 12, 2017 at 11:46 AM, Josh Elser wrote: > Since the responses have been mostly positive, I've just gone ahead and > created

Review website for the release 3.2.11 PR #4

2017-10-13 Thread David Lotts
I have changed the web site to include the release. For your review, I have published them in a staging server here [1] All this is described on the Rya website wiki instructions [2] The updated and new pages are on [1] and click "get Rya" to get the download page, then the release 3.2.11 download

Updated release info in the report

2017-10-11 Thread David Lotts
I updated Board report: I updated the release statement and the last release date: * PPMC and IPMC voted to release 3.2.11 Date of last release: 2017-10-10 If you want a stronger statement, please update or let me know. Thank you Billie for the report sign-off! david.

Re: Merging Release back into Master?

2017-10-05 Thread David Lotts
What is wrong with having a merge commit? I believe that will bring in the modified pom.xml files that change to the next snapshot version: 3.2.12-SNAPSHOT . These changes do not need to be chronologically correct. Here is the quote from our awesome wiki instructions, the bold section is what we

Re: [VOTE] Release Apache Rya (Incubating) version 3.2.11 RC3

2017-10-04 Thread David Lotts
e and evaluate the necessary items including checking hashes, signatures, build from source, and test. Then please vote: [ ] +1 Release this package as rya-project-3.2.11 [ ] +0 no opinion [ ] -1 Do not release this package because because... david. David Lotts dlo...@apache.org

[VOTE] Release Apache Rya (Incubating) version 3.2.11 RC3

2017-10-02 Thread David Lotts
vote: [ ] +1 Release this package as rya-project-3.2.11 [ ] +0 no opinion [ ] -1 Do not release this package because because... david. David Lotts

[RESULT] [VOTE] Release Rya (Incubating) version 3.2.11 RC3

2017-10-02 Thread David Lotts
This vote passes with +5 Binding and +1 Non-binding votes. +5 (binding): Adina Crainiceanu, Josh Elser, Puja Valiyil, Caleb Meier, David Lotts +1 (non binding): Jeff Dasch Thanks for all the hard work! I'll be sending a vote email to the IPMC soon. david.

Re: [VOTE] Release Rya (Incubating) version 3.2.11 RC3

2017-10-02 Thread David Lotts
+1 (binding) I ran tests on a AWS t2.micro instance. A *t2.micro* instance has 1 *vCPUs* and 1 GiB *RAM * Just barely enough memory. A second login to the box made Maven fail: out of memory, :-) but it was able continue starting with the -rf option. Some MongoDB integration tests failed, I belie

Re: Rya podling report draft - please comment

2017-10-02 Thread David Lotts
Working on the results now and then general@i.a.o. immediately after. david. On Mon, Oct 2, 2017 at 8:45 AM, Adina Crainiceanu wrote: > David, do you plan on starting a vote for Rya on the general@i.a.o list, > since there are only positive votes from the dev list? Even if the vote > does not co

Re: [VOTE] Release Rya (Incubating) version 3.2.11 RC3

2017-09-27 Thread David Lotts
​>Did you change something, or was it just my environment? Nope, I don't anything was changed that would have fixed it. david.

Re: [VOTE] Release Rya (Incubating) version 3.2.11 RC3

2017-09-27 Thread David Lotts
ted binaries in the .zip file > -can build from source, with included tests (I did mvm clean install) > -checksums correct > > Thank you! > > Adina > > On Tue, Sep 26, 2017 at 1:27 PM, David Lotts wrote: > > > I am pleased to be calling this vote for the sour

[VOTE] Release Rya (Incubating) version 3.2.11 RC3

2017-09-26 Thread David Lotts
I am pleased to be calling this vote for the source release of Apache Rya (Incubating), version 3.2.11. The source zip, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/rya/rya- incubating-3.2.11-rc3/ Ancillary artifacts such as poms, jars, wa

[RESULT] [VOTE] Release Rya (Incubating) version 3.2.11 RC2

2017-09-15 Thread David Lotts
The vote to release Rya (Incubating) version 3.2.11 RC2 has failed. (I'm counting "recommend we fix" as a -1 vote) -4 (binding): Josh Elser, Jen Brown, David Lotts, Caleb Meier -1 (non binding): Jeff Dasch The following Jira tasks have been created to capture the issues blocki

Re: [VOTE] Release Rya (Incubating) version 3.2.11 RC2

2017-09-15 Thread David Lotts
-1 (binding) We need add RYA-370 since it fixes the optionalness of the GPL Geo libraries, and a couple other little issues. We did that already (PR is out there, thanks Jeff!). Now we should go ahead and make the benchmarks optional, and Giraph optional (see below), since we get big benefit for

Re: third party licenses examined for 3.2.11 RC2

2017-09-14 Thread David Lotts
We have a Jira for these: RYA-373 - Benchmarks: JMH library cannot be distributed, make optional or replace RYA-372 - Replace org.json:json library with a compatibly licensed alternative HSQLDB is alrea

Re: third party licenses examined for 3.2.11 RC2

2017-09-14 Thread David Lotts
​Here is my completed analysis of our third party licenses. Result: We have two Licenses not allowed for Apache projects. See the bottom. The question is, is this a blocker for the release? Can we make a Jira task to fix for the next version? One of them: JSON, just switched to category X aft

third party licenses examined for 3.2.11 RC2

2017-09-13 Thread David Lotts
​Here is my analysis of our third party licenses. Using this history as a guide: https://www.mail-archive.com/dev@rya.incubator.apache.org/msg00969.html and this : https://issues.apache.org/jira/browse/RYA-177 in order: the good, the bad, the to-do: ### BSD good from: http://asm.ow2.org/licen

Re: [VOTE] Release Rya (Incubating) version 3.2.11 RC2

2017-09-13 Thread David Lotts
rences a parent artifact with a > >> > 3.2.11-incubating-SNAPSHOT version: > >> > grep -r 3.2.11-incubating-SNAPSHOT rya-project-3.2.11-incubating > >> > rya-project-3.2.11-incubating/extras/rya.pcj.fluo/rya.pcj.fu > >> nctions.geo/pom.xml: > >> > 3.2.11-i

[VOTE] Release Rya (Incubating) version 3.2.11 RC2

2017-09-11 Thread David Lotts
I am pleased to be calling this vote for the source release of Apache Rya (Incubating), version 3.2.11. The source zip, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/rya/rya-incubating-3.2.11-rc2/ Ancillary artifacts such as poms, jars, war

Re: [RESULT] [VOTE] Release Rya (Incubating) version 3.2.11 RC1

2017-09-11 Thread David Lotts
Adina -- Included sha512 and updated the wiki! Josh -- thanks for looking at the sources. RC2 is out. Working on the announcement and some verification. david. ​

[RESULT] [VOTE] Release Rya (Incubating) version 3.2.11 RC1

2017-09-08 Thread David Lotts
Hello, The vote to release Rya (Incubating) version 3.2.11 RC1 has failed. -1 (binding): Josh Elser +0 (non binding): Jeff Dasch The following Jira tasks have been created to capture the issues blocking a successful release. We have fixed all the following which should take care of all of the fe

Re: Error: MongoDBRdfConfiguration.setMongoClient(NULL)

2017-09-06 Thread David Lotts
> > Those who use Rya with Accumulo probably don't need > MongoDB, but they would still have to have MongoDB installed and running to > get past these tests and be able to build with a simple mvn clean install. > Good point, perhaps a profile to skip-mongodb-tests. david. ​

Error: MongoDBRdfConfiguration.setMongoClient(NULL)

2017-09-06 Thread David Lotts
Adina, I have seen this error. From your email: > java.lang.NullPointerException: null > at com.google.common.base.Preconditions.checkNotNull( Preconditions.java:191) > at org.apache.rya.mongodb.MongoDBRdfConfiguration.setMongoClient( MongoDBRdfConfiguration.java:267) MongoDB did not start for so

[VOTE] Release Rya (Incubating) version 3.2.11 RC1

2017-09-01 Thread David Lotts
I am pleased to be calling this vote for the source release of Apache Rya (Incubating), version 3.2.11. Since I am sending this on the eve of a holiday weekend in the USA, we'll start the vote on Tuesday, although voting early is fine. The source zip, including signatures, digests, etc. can be fou

Release 3.2.11

2017-08-24 Thread David Lotts
​This is last call for PR's to include in this release. Let me know ASAP if you intend to have a PR included. If I don't hear anything, I'll try to get a release candidate out today or Monday. david.

Re: Send feature descriptions for the release

2017-08-18 Thread David Lotts
> > > This might be helpful: I scrapped the git logs and put together a > > spreadsheet of everything committed since last release. It's up on > google > > docs at: > > > > > > https://docs.google.com/spreadsheets/d/1mwp0HRHBVrH_ > TR1ZGOfO8d3044

Send feature descriptions for the release

2017-08-18 Thread David Lotts
Lets get this started! Contributors, please send me one or two English sentence for each major feature that you principally worked on, describing the feature. This would be all features since October. I will compile this into the release notes. I will also link the Jira generated release notes

Re: next release of Rya?

2017-08-16 Thread David Lotts
​I'll volunteer to manage the release this time. I'll get started late this week or Monday. Does anybody know how to get edit karma for our wiki? I have some updates to: https://cwiki.apache.org/confluence/display/RYA/Contributing+to+Rya david.

Re: please review changes to the web site (PR)

2017-07-31 Thread David Lotts
I have modified for all your suggestions, Adina. Again, here is the preview site: https://dlotts.github.io/incubator-rya-site Also, here are instructions for modifying and hosting for review in the README.md: https://github.com/DLotts/incubator-rya-site/tree/showrelease david.

Re: please review changes to the web site (PR)

2017-07-27 Thread David Lotts
il will be generated to this list > for the comments, but I did not see it. > > I don't know how to review the changes as rendered HTML. I just generated > the website with bundle exec jekyll serve and looked at localhost:4000 > > Adina > > > On Mon, Jul 24, 2017 a

please review changes to the web site (PR)

2017-07-24 Thread David Lotts
And does anyone know how to review the changes as rendered HTML? You can see the changes as rendered Markdown: https://github.com/apache/incubator-rya-site/pull/2 or as raw HTML, https://github.com/apache/incubator-rya-site/pull/3 but I don't know how to show you without hosting it somewhere. N

Re: Rya's state

2017-07-12 Thread David Lotts
I figured it out! I followed the commands in wiki: https://cwiki.apache.org/confluence/display/RYA/Contributing+to+Rya but I was using a URL that did not work. this one works: git push https://git1-us-west.apache.org/repos/asf/incubator-rya-site master Just for future notes, here is what happens

Re: Rya's state

2017-07-11 Thread David Lotts
I'm going to add our release to the download page. How does one get karma to merge pull requests? I need it for github *apache/incubator-rya-site *or do I need to do it from the Apache Git repo? It has a PR for a bad link that I'd like to merge. For the download page, I'll do a proper PR so we can

Ready for mentor review: Podling Report - July 2017

2017-07-03 Thread David Lotts
I added Caleb's feature list and it's all now in the wiki, possibly ready for review by mentors! I have incubator Wiki access now . (I had to click "create account", then request permission from gene...@incubator.apache.org -- thanks Aaron) david. On Mon, Jul 3, 2017 at 9:51 AM, Meier, Caleb w

Re: Podling Report Reminder - July 2017

2017-06-30 Thread David Lotts
g [ ] Nearing graduation [ ] Other: Date of last release: 2016-10-28 When were the last committers or PPMC members elected? * New committer and PPMC member David Lotts elected on Oct 25, 2016 * New PPMC member Caleb Meier elected on Jan 3rd, 2017 Signed-off-by: [ ](rya) Josh Elser Comm

Re: Podling Report Reminder - July 2017

2017-06-30 Thread David Lotts
I'll get it started. Calib said he would take a look at my draft. AFAIK, no one people have joined or departed. None since Caleb, me, and Billie as reported last time. Let me know if you know otherwise. david. On Fri, Jun 30, 2017 at 2:04 PM, Puja Valiyil wrote: > Thanks Josh! Don't know h

Rya Jira issues up for grabs and long ago assigned

2017-05-23 Thread David Lotts
We’ve noticed some awesome efforts on fixing some old annoying Jira tickets. We love seeing those things closed! Don’t let this slow you down, but keep in mind: if an issue is already assigned to someone else long ago, please post your intention on the Jira, (or on this list if you want extra a

Geo functions from Latest RDF4J Jar

2017-02-06 Thread David Lotts
If you have any opinions or knowledge on this, I'd love to hear it. I plan to make this part of Apache Rya, so I want to know before I start. I want to use the Geo FILTER functions from the latest RDF4J Jar to use with the Fluo Query Framework. I was thinking of all kinds of twisted Maven depend

Re: rya parser failed on parsing large numeric type

2017-02-06 Thread David Lotts
oders.longEncoder(); > > > > On 1/11/17, 12:51 PM, "David Lotts" wrote: > > > > I had an idea to make this work backwardly compatible. It should not > break > > existing Rya repositories: > > Encode the java sized integers as-is, the

Spatial4J

2017-01-23 Thread David Lotts
I recently came across Spatial4J. I wanted to let Rya folks know about it, and see if anyone has experience with it, especial in regard to using it as alternative to JTS/GeoTools libraries and relationship to GeoMesa. It is a spatial / geospatial library with an Apache license that is used by the

Re: answered: RAT complains about tinkerpop.rya

2017-01-19 Thread David Lotts
So from now on, whenever I switch tasks with an existing folder, I'm going to do the super-clean: git clean -dxfn (look for things I don't want to lose) git clean -dxf (now squeaky clean) david. On Thu, Jan 19, 2017 at 3:06 PM, David Lotts wrote: > So both Kiet and I su

Re: answered: RAT complains about tinkerpop.rya

2017-01-19 Thread David Lotts
27;s something that was verified before the first release. > > > > Puja Valiyil wrote: > > > Fresh checkouts shouldn't have any rat errors-- it's building with > > rat > > > enabled on apaches build servers. > > > > > > On

answered: RAT complains about tinkerpop.rya

2017-01-18 Thread David Lotts
If your maven build err's with RAT complaints about tinkerpop.rya then delete it. The sub-project formerly known as "tinkerpop.rya" has recently been removed from master. There is a new tinkerpop sub-project under a different name, I think. Anyway, I discovered that git won't delete the folder o

Re: On Storing Rya Metadata in the rya_spo table.

2017-01-17 Thread David Lotts
>> When I perform a scan of the rya_spo table after adding a SINGLE triple, I >> see that Rya adds TWO triples, the one I wanted to add and one denoting the >> version of Rya. e.g. Can you see the triple via Sparql? This gets amplified now that we support "select * where {?s ?p ?o. }" Elsewhere,

Re: Bulk Upload issues

2017-01-16 Thread David Lotts
Looks like you are missing an accumulo jar. However the Hadoop command finds it's classpath, you need to point it to the place where the vagrant script copies all the jars. david. On Fri, Jan 13, 2017 at 12:11 PM, Davide Allavena < davide.allav...@synapta.it> wrote: > Hello, > while testing the

Re: Rya UI/Console?

2017-01-11 Thread David Lotts
Also the openrdf-workbench. It is pre-setup in the rya examples Vagrant VM. That is what I use. Here is the documentation for what I am talking about, but this is a new version: http://docs.rdf4j.org/server-workbench-console/ david. On Wed, Jan 11, 2017 at 5:08 PM, John Smith wrote: > http

Re: rya parser failed on parsing large numeric type

2017-01-11 Thread David Lotts
bytes. Regular integers are unencumbered. david. On Tue, Jan 10, 2017 at 3:32 PM, David Lotts wrote: > > RDF parser confused between large numeric data type with integer. Any > work around for this? This is a recent build from master branch 3.2.10 I > think. > > This issue

Fwd: Should Rya have a Twitter account?

2017-01-11 Thread David Lotts
Should Rya have a Twitter account? Lets discuss it. Who would manage it? How to manage the password? david.

Re: Fluo Accumulo Summit Talks

2017-01-10 Thread David Lotts
Rya does not have a twitter account currently. Thanks for the posts and tweets! david. On Tue, Jan 10, 2017 at 2:06 PM, Keith Turner wrote: > The blog post below links to the Rya talk at the Accumulo Summit. > Does the Rya project have a Twitter account? I wanted to mention Rya > in the tweet[1

Re: rya parser failed on parsing large numeric type

2017-01-10 Thread David Lotts
> RDF parser confused between large numeric data type with integer. Any work around for this? This is a recent build from master branch 3.2.10 I think. This issue is reported here: https://issues.apache.org/jira/browse/RYA-43 This has a mechanically simple fix, but it breaks existing implementat

Re: select * where { s? p? o? } query

2017-01-06 Thread David Lotts
rategy to RyaTripleContext > default triple pattern strategies, so that it is used :) > > On Wed, Jan 4, 2017 at 9:21 AM, David Lotts wrote: > > > The error is thrown here: > > rya/dao/accumulo.rya/src/main/java/org/apache/rya/accumulo/ > > query/A

Re: select * where { s? p? o? } query

2017-01-04 Thread David Lotts
The error is thrown here: rya/dao/accumulo.rya/src/main/java/org/apache/rya/accumulo/query/AccumuloRyaQueryEngine.java line 142 strategy = ryaContext.retrieveStrategy(stmt); if (strategy == null) { throw new IllegalArgumentException("TriplePat

Re: [ANNOUNCE] Welcome new committer and PPMC member David Lotts

2016-11-17 Thread David Lotts
Thanks Adina! I do consider this an honor! I will do my best to be deserving of the title. david. On Thu, Nov 17, 2016 at 4:11 PM, Adina Crainiceanu wrote: > Hi all, > > It is my pleasure to announce, a little belated, that David Lotts is now a > committer and PPMC member fo

November status?

2016-11-10 Thread David Lotts
Welcome Billie! Everybody, I did not notice a November status report reminder. Have we switched to quarterly reporting now? Also, I think I am missing from the commiter list in the incubator status page: http://incubator.apache.org/projects/rya.html Should I add myself? I think I have permissi

Re: checklist for release

2016-10-17 Thread David Lotts
Some additional detail: Here's a checklist for things to consider when evaluating the release > candidate: > > 1. Download the sources and verify they compile cleanly. > > 2. Validate the hashes match. > > 3. Validate that the sources contain no unexpected binaries. > Run the find/grep command: f

Re: [DISCUSS] Path forward for release

2016-10-06 Thread David Lotts
Yes, geotools is a runtime dependency. No geotools source code is distributed. By that I mean: Geotools source code is not in our source code repository. Only references: imports in our *.java files and dependencies entries in our pom.xml. Because of this maven will package geotools JARs (binar

Re: Rya presentation for Cray on Sept 29 at noon

2016-09-27 Thread David Lotts
I would not miss it! david. On Tue, Sep 27, 2016 at 9:51 AM, Andy Seaborne wrote: > What are the call-in coordinates? > > Andy > > > On 26/09/16 14:36, Aaron D. Mihalik wrote: > >> Very cool Adina. I will call in as well. >> >> On Fri, Sep 23, 2016 at 2:33 PM Puja Valiyil wrote: >> >>

Re: RYA-179 Review License / Copyright notices on Rya Artifacts

2016-09-15 Thread David Lotts
icense-wise and in terms of technology). > > Cheers, > > Jim > > > On 09/14/2016 03:35 PM, David Lotts wrote: > >> Jim, thanks for the clarity! So that is settled, we can't just wait for >> the wind to shift directions. :-) >> >> BTW, I see how several

Re: RYA-179 Review License / Copyright notices on Rya Artifacts

2016-09-14 Thread David Lotts
verall, the > Eclipse Foundation (and LocationTech by extension) hosts projects which > have business-friendly licenses. > > Anyhow, I hope that helps clarify things a bit. > > Cheers, > > Jim > > > On 09/14/2016 02:29 PM, David Lotts wrote: > >> Oops, this

Re: RYA-179 Review License / Copyright notices on Rya Artifacts

2016-09-14 Thread David Lotts
l#L1316 > > [4] https://github.com/apache/spark/blob/v2.0.0/mllib/pom.xml#L120 > [5] > https://github.com/apache/spark/blob/v2.0.0/docs/ml-guide.md#dependencies > > [6] https://github.com/apache/spark/blob/v2.0.0/pom.xml#L2414 > > [7] https://issues.apache.org/jira/browse/LEG

Re: RYA-179 Review License / Copyright notices on Rya Artifacts

2016-09-14 Thread David Lotts
ter version of GeoMesa with 100% Apache redistributability. :-) david. On Wed, Sep 14, 2016 at 12:09 PM, David Lotts wrote: > Great find Aaron! > The ESRI library is quite comparable! > > Rya via Geomesa are using *JTS Topology Suite (*JTS): (the javadocs at > vivids

Re: RYA-179 Review License / Copyright notices on Rya Artifacts

2016-09-14 Thread David Lotts
re likely from the geo-indexing > (which > > >> uses GeoMesa (Apache 2.0) which uses GeoTools and JTS). > > >> > > >> Are there options to make the geoindexing a profile, provide the > source, > > >> and not provide artifacts for that code at Ap

RYA-179 Review License / Copyright notices on Rya Artifacts

2016-09-13 Thread David Lotts
This issue is a release blocker: RYA-179 Review License / Copyright notices on Rya Artifacts I was able to create a 3rd party dependency license report for Rya from the license maven plugin.

Re: [VOTE] Release Rya (Incubating) version 3.2.10

2016-09-13 Thread David Lotts
Good news: I was able to create a 3rd party dependency license report for Rya from the license maven plugin. Bad news: I'm going to send results in another thread in a few minutes. david.

  1   2   >