Re: Status

2016-05-13 Thread Steven Jacobs
s discussed in the meeting that "dysfunctional > functions" > > might be a better name. :-) > > > > > > > > On 5/13/16 9:13 AM, Steven Jacobs wrote: > >> > >> Hi all, > >> I will be giving a presentation during the meeting today

Status

2016-05-13 Thread Steven Jacobs
Hi all, I will be giving a presentation during the meeting today. This week I: 1) Began work on fixing the issue of nonfunctional functions in context of user queries 2) Had discussions on Broker and App interactions. 3) Spent some cycles on coursework (including the presentation for today) Steve

Re: Running Master in Eclipse

2016-05-05 Thread Steven Jacobs
I had tried both several times, but for some reason closing and opening Eclipse fixed the issue. I apologize for the questioning, I thought it was deeper than a refresh problem. Steven On Thu, May 5, 2016 at 2:17 PM, Steven Jacobs wrote: > I've tried both refresh and maven->update

Re: Running Master in Eclipse

2016-05-05 Thread Steven Jacobs
gt; which can cause class-not-found-errors at instance startup time. > "Refresh" should be fine. > > Best, > Yingyi > > > On Thu, May 5, 2016 at 2:00 PM, Steven Jacobs wrote: > >> It is unable to even start running the tests, as it considers the files &g

Re: Running Master in Eclipse

2016-05-05 Thread Steven Jacobs
ngyi > > On Thu, May 5, 2016 at 1:49 PM, Steven Jacobs wrote: > > > Yes. The command line maven build (including clean) works fine. I've > tried > > refreshing everything in Eclipse as well. > > Steven > > > > On Thu, May 5, 2016 at 1:43 PM, Yingyi

Re: Running Master in Eclipse

2016-05-05 Thread Steven Jacobs
May 5, 2016 at 1:37 PM, Steven Jacobs wrote: > > > Is anyone else having issues with running the latest Master in Eclipse? I > > get a few different strange errors, the strangest of which comes from the > > servlets (e.g. RESTAPIServlet) and complains about the way that errors > are > > being thrown. > > Steven > > >

Running Master in Eclipse

2016-05-05 Thread Steven Jacobs
Is anyone else having issues with running the latest Master in Eclipse? I get a few different strange errors, the strangest of which comes from the servlets (e.g. RESTAPIServlet) and complains about the way that errors are being thrown. Steven

Re: Global value for a distributed job

2016-05-04 Thread Steven Jacobs
4:00 would work for me. Steven On Wed, May 4, 2016 at 10:57 AM, Mike Carey wrote: > Can we move it a bit later? I will be arriving in Mtn View Monday > mid-morning - so late afternoon would actually be better. > (Like maybe 4pm?) > > On 5/4/16 10:39 AM, Steven Jacobs wrote: >

Global value for a distributed job

2016-05-04 Thread Steven Jacobs
Hi all, We've been having a discussion on enabling Asterix to comply better with nonfunctional functions within let statements. As a specific example, opening a query with the following: let $globalTime := current-time() should produce the same value of $globalTime for every usage on every partit

Status

2016-04-22 Thread Steven Jacobs
Two quick things from me today: 1) The BAD paper was accepted this week. 2) Plug for someone to review my Channels branch :) Steven

Re: The Great Merge

2016-04-14 Thread Steven Jacobs
nd on your method is "finding the parent". Is > > that the last commit of the master branch that was merged into my local > > branch? Thank you. > > > > Best, > > Taewoo > > > > On Mon, Apr 4, 2016 at 1:12 PM, Steven Jacobs wrote: > > >

Re: The Great Merge

2016-04-04 Thread Steven Jacobs
http://landbeforetime.wikia.com/wiki/Great_Valley On Mon, Apr 4, 2016 at 1:19 PM, Steven Jacobs wrote: > No, we are living in the GREAT valley :) > Steven > > On Mon, Apr 4, 2016 at 1:17 PM, Mike Carey wrote: > >> Sounds like things are GOOD! Excellent. (So not to be fea

Re: The Great Merge

2016-04-04 Thread Steven Jacobs
arthshake :-).) > > > On 4/4/16 1:12 PM, Steven Jacobs wrote: > >> It seems that I might be the only one concerned here, but it seems like >> there should be others, so I am continuing this thread. >> >> I modified the perl REGEX from Chris' summer solution, and it wo

Re: The Great Merge

2016-04-04 Thread Steven Jacobs
changes 2) My pom changes didn't apply. This isn't so bad since there are only a few pom files total. I hope this helps, Steven On Fri, Apr 1, 2016 at 11:31 AM, Steven Jacobs wrote: > Here is Chris's original solution to give context. I think changing the > REGEX might

Re: [VOTE] Graduate AsterixDB from the Incubator

2016-04-01 Thread Steven Jacobs
t; > > RESOLVED, that the persons listed immediately below be and hereby are > > > appointed to serve as the initial members of the Apache AsterixDB > > > Project: > > > > > > * Abdullah Alamoudi > > > > * Ate Douma > > > &

Re: The Great Merge

2016-04-01 Thread Steven Jacobs
ster, and create a new local branch from it: git switch master; git pull; git checkout -B newbranch 4. Apply your tweaked patch: git am /tmp/my.patch Steven On Fri, Apr 1, 2016 at 11:07 AM, Steven Jacobs wrote: > I've tried doing this now on my branch. > As I feared, all of

Re: The Great Merge

2016-04-01 Thread Steven Jacobs
I've tried doing this now on my branch. As I feared, all of the files that are renamed/moved become conflicts (just a few hundred conflicts in my case 😑). I'm wondering if we could use a similar technique for what we did during the summer (for the apache change) to get around this. Steven On Fri,

Re: localfs reader missing?

2016-03-21 Thread Steven Jacobs
ll the test cases use localfs. > > > On Mon, Mar 21, 2016 at 9:25 PM, Mike Carey wrote: > > > We need the AQL primer in the tests - it must always work. Can we do > that? > > On Mar 21, 2016 10:36 AM, "Steven Jacobs" wrote: > > > > > Hi, > &

localfs reader missing?

2016-03-21 Thread Steven Jacobs
Hi, I'm trying to use the localfs reader to load a dataset, and it seems that that name no longer identifies a valid reader. As far as I can tell, the AQL primer document is not working now (since it uses localfs). Does anyone know what I am missing? I'm attaching the stack trace Steven d by: org.

Re: Cannot load an index that is not empty [TreeIndexException]

2016-02-18 Thread Steven Jacobs
Hi, Welcome! We are an Apache incubator project now so I added the correct mailing list. Our "load" statement only works on an empty dataset. Subsequent data needs to be added with an insert or a feed. You should be able to load all 76 files at once though (starting from empty). Steven On Thursday

Re: ?? (problems with trying the binary)

2016-02-14 Thread Steven Jacobs
I've had this problem when hidden files in Asterix-management didn't copy correctly. I've also had this message (confusingly) when my Mac had Java version issues. Have you changed the Java version since last time the demo worked? Steven On Sunday, February 14, 2016, Mike Carey wrote: > @All: If

Status

2016-02-04 Thread Steven Jacobs
Hi all, I will be giving a presentation during the meeting tomorrow, so I'm sending my status here. I've given three presentations this week, so some of my time has been dedicated there. Other than that I've been reordering/reworking my paper, working on some plan rewrites for Channel jobs, and sta

Re: ATypeTag.UUID_STRING vs ATypeTag.UUID

2016-01-22 Thread Steven Jacobs
@Taewoo: I tried removing this in my current code review. It seems it might already have become obsolete as removing it had little affect. Please check out my code review again and see if I missed something. Steven On Fri, Jan 22, 2016 at 9:40 AM, Taewoo Kim wrote: > @Till: I agree with you. Act

My status

2016-01-21 Thread Steven Jacobs
I have a dentist appointment during the meeting tomorrow (and two weeks from now :( ), so I'm sending my status through email today. These are my highlights: 1. Filed and Fixed two issues UUIDPrinter was using a shared object and printing bad results UUIDComparitor wasn't being used by AbstractCo

Re: Jenkins alive?

2016-01-18 Thread Steven Jacobs
My new patch set isn't trying to build either. Steven On Sat, Jan 16, 2016 at 2:08 PM, Ian Maxon wrote: > I made it set to abort after 5hrs so hopefully that will do the trick, but > I'll have to be careful as the stress tests are intended to take a long > time in the first place. > > On Sat, Ja

Re: Issues downloading from obelix

2016-01-15 Thread Steven Jacobs
and it was always my connection that caused it. > >> > >> On Fri, Jan 15, 2016 at 2:36 PM, Till Westmann > wrote: > >> > >> Do you actually need anything from obelix? > >>> If you have everything locally, you can just run “mvn -o” and be much &

Re: Issues downloading from obelix

2016-01-15 Thread Steven Jacobs
to happen? Obelix is the same as the build machine. > > On Fri, Jan 15, 2016 at 1:57 PM, Steven Jacobs wrote: > > > Is anyone else having problems with the downloads from obelix when doing > a > > maven clean install? It keeps happening to me regardless of what network > I > > am on. > > Steven > > >

Issues downloading from obelix

2016-01-15 Thread Steven Jacobs
Is anyone else having problems with the downloads from obelix when doing a maven clean install? It keeps happening to me regardless of what network I am on. Steven

Re: Metadata change for Datasets to use foreign Datatypes

2015-12-22 Thread Steven Jacobs
> > > On 12/22/15 1:12 PM, Till Westmann wrote: > >> As I haven’t written this before: I think that it should go into master >> as we have discovered that we’ll need more Metadata-breaking changes. >> >> Cheers, >> Till >> >> On 17 Dec 2015,

Metadata change for Datasets to use foreign Datatypes

2015-12-17 Thread Steven Jacobs
I submitted a patch for my Metadata change here: https://asterix-gerrit.ics.uci.edu/#/c/558/1 Right now the review is for Master. I think there is some motivation to push it into the release branch (as it is a "breaking" issue for reverse-compatibility) rather than master, but I'm not sure. Pleas

Re: Metadata changes

2015-12-15 Thread Steven Jacobs
;> What would be the argument for doing 2 as opposed to 1 for now? >>> As for the question of backwards compatibility, I actually didn't sense >>> a consensus yet. >>> I would tentatively lean towards "right" over "backwards compatible" for >>

Re: Metadata changes

2015-12-14 Thread Steven Jacobs
(Remind us how the use > info is modeled?) > > On 12/14/15 3:43 PM, Steven Jacobs wrote: > >> We just had a UCR discussion on this topic. The issue is really with the >> third "index" here. The code now is using one "index" to go in two >> dire

Re: Metadata changes

2015-12-14 Thread Steven Jacobs
the consensus for storing the datatype dataverse in the dataset Metadata is to just add it as an open field at least for now. Is that correct? Steven On Mon, Dec 14, 2015 at 1:23 PM, Mike Carey wrote: > Thoughts inlined: > > On 12/14/15 11:12 AM, Steven Jacobs wrote: > >> Here

Re: Metadata changes

2015-12-14 Thread Steven Jacobs
metadata storage was done the way it is now and what > the considerations were when we did that. > > Does anybody remember those (or is there even a document that contains the > design and rationale)? > > Thanks, > Till > > On 14 Dec 2015, at 11:35, Steven Jacobs wrote: &

Re: Metadata changes

2015-12-14 Thread Steven Jacobs
first place. > > > On Dec 14, 2015, at 11:16, Steven Jacobs wrote: > > > > It's a new attribute, but it's a closed field, which means it isn't > > backwards compatible. > > Steven > > > > On Mon, Dec 14, 2015 at 11:13 AM, Ian Maxon wrote

Re: Metadata changes

2015-12-14 Thread Steven Jacobs
e (right?...), and it > is also sort of a new feature rather than a fix for something that was > critically broken, I would tend toward putting it on master. If it's > not backwards compatible though maybe it needs more careful > consideration. > > -Ian > > On Mon, Dec

Re: Metadata changes

2015-12-14 Thread Steven Jacobs
should actually be two different indexes. This is my understanding so far. It would be good to discuss what the "correct" version should be. Steven On Mon, Dec 14, 2015 at 10:12 AM, Steven Jacobs wrote: > Hi all, > I'm implementing a change so that datasets can use datatypes

Metadata changes

2015-12-14 Thread Steven Jacobs
Hi all, I'm implementing a change so that datasets can use datatypes from alternate data verses (previously the type and set had to be from the same dataverse). Unfortunately this means another change for Dataset Metadata (which will now store the dataverse for its type). As such, I had a couple o

Re: Few questions about AsterixDB

2015-12-09 Thread Steven Jacobs
I think I am the person to answer 4: This is the focus of my research. The long-term answer is yes. The short-term answer is, it depends on what sort of tasks you are trying to perform. Can you be more specific? Steven On Wed, Dec 9, 2015 at 11:18 AM, Malarout, Namrata (398M-Affiliate) < namrat

Status

2015-11-20 Thread Steven Jacobs
Hi, I won't be in the call today. Here's what I've been working on: Did reading on several streaming continuous query papers Lots of code review stuff Got communication working with Procedures. Still trying to get them to do their work at the right time Steven

Re: Code Review Checklist

2015-11-09 Thread Steven Jacobs
Okay, I think I should be on the list now as sjaco002 Steven On Mon, Nov 9, 2015 at 11:51 AM, Till Westmann wrote: > I’ve grouped the list a bit. Please take a look if that makes sense (and > feel free to use the list in guiding your reviews). > Obviously, this list is neither complete or autho

Re: Code Review Checklist

2015-11-09 Thread Steven Jacobs
me ones for everybody. >> Do you see a use for that? >> >> Cheers, >> Till >> >> On 9 Nov 2015, at 9:28, Steven Jacobs wrote: >> >> Note- the checkboxes on this page are actually "checkable" and display an >>> error when you click on them. I

Re: Code Review Checklist

2015-11-09 Thread Steven Jacobs
Note- the checkboxes on this page are actually "checkable" and display an error when you click on them. Is there a way around this? Steven On Mon, Nov 9, 2015 at 9:22 AM, abdullah alamoudi wrote: > Hi Dev, > Just wanted to share with you that our code review checklist has been > uploaded to our

Re: Trouble Building Master

2015-11-02 Thread Steven Jacobs
> > >>> What version of the JDK are you using, Till and Steven? > >>> > >>> Ceej > >>> aka Chris Hillery > >>> On Nov 2, 2015 11:22 AM, "Till Westmann" wrote: > >>> > >>> That is indeed strange. I’m

Trouble Building Master

2015-11-02 Thread Steven Jacobs
Is any one else having trouble building master? I've updated maven to 3.3.3 but I get a strange error now from asterix-lang-common: [INFO] 1 error [INFO] - [INFO]

Re: [jira] [Created] (ASTERIXDB-1155) Limit clause won't work within a function

2015-10-27 Thread Steven Jacobs
a fix. > > > Limit clause won't work within a function > > - > > > > Key: ASTERIXDB-1155 > > URL: > https://issues.apache.org/jira/browse/ASTERIXDB-1155 > > Project:

Re: [DRAFT][REPORT] Apache AsterixDB incubating - Nov 2015

2015-10-27 Thread Steven Jacobs
I'm confused at the sentence: "Three most important issues to address in the move towards graduation:" I'm not seeing a list of three issues anywhere. Steven On Tue, Oct 27, 2015 at 4:28 PM, Henry Saputra wrote: > Thanks for writing up the report, Till. > > It is LGTM +1 > > - Henry > > On Tue

Re: [jira] [Updated] (ASTERIXDB-1085) Sporadic failures in Feed related tests

2015-09-30 Thread Steven Jacobs
I think the problem with doing a single job (as mentioned) is that the intake job will exist for many connection jobs, meaning that there is a single intake job for feed, and a connection job for each connection to a dataset. Steven On Wed, Sep 30, 2015 at 12:05 PM, abdullah alamoudi wrote: > So

Change in asterixdb[master]: Introduced Local Filesystem Feed Adapter

2015-09-04 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Introduced Local Filesystem Feed Adapter .. Patch Set 3: (1 comment) https://asterix-gerrit.ics.uci.edu/#/c/376/3/asterix-external-data/src/main/java/org

Change in asterixdb[master]: Introduced Local Filesystem Feed Adapter

2015-09-02 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Introduced Local Filesystem Feed Adapter .. Patch Set 3: (2 comments) A couple of comments on my first pass. As far as I can tell, this doesn't take a

Re: [VOTE] Release Apache AsterixDB Hyracks 0.2.16-incubating

2015-09-02 Thread Steven Jacobs
+1 Steven On Wednesday, September 2, 2015, abdullah alamoudi wrote: > +1 > > ~Abdullah > > On Wed, Sep 2, 2015 at 10:32 AM, Heri Ramampiaro > wrote: > > > +1 > > > > -heri > > > > > On Sep 1, 2015, at 8:06 PM, Ian Maxon > > wrote: > > > > > > Hey everyone, > > > > > > Please verify and vote on

Re: Integrating the folder change and package change into topic branches

2015-09-01 Thread Steven Jacobs
s on topic branches. I'm not sure exactly why this happened. Steven On Mon, Aug 31, 2015 at 7:09 PM, Steven Jacobs wrote: > Unfortunately it just rejects it entirely if there are any problems. My > solution was to use the exclude flag to ignore all of the conflicting files > (about a doze

Re: Integrating the folder change and package change into topic branches

2015-08-31 Thread Steven Jacobs
31, 2015 at 11:42 AM, Steven Jacobs > wrote: > > > Is there a typo here: > > 4. Apply your tweaked patch: > > > >patch -p1 /tmp/my.patch > > > > Yeah, that should probably be > > patch -p1 < /tmp/my.patch > > > > > When I t

Re: Integrating the folder change and package change into topic branches

2015-08-31 Thread Steven Jacobs
Is there a typo here: 4. Apply your tweaked patch: patch -p1 /tmp/my.patch When I try this step my console stays alive indefinitely and doesn't output anything. When I tried the method from Chris (git am), it tells me patch failed (with several errors of patch does not apply), and I can't see

Change in hyracks[master]: Adapted Inline Variable rules to allow exceptions for nonfun...

2015-08-31 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Adapted Inline Variable rules to allow exceptions for nonfunctional functions. Exceptions must be implemented by an inherited class. .. Patch Set 1: (1 comment

Status this week

2015-08-27 Thread Steven Jacobs
Hi, I won't be on the call tomorrow so I wanted to send my update: I finally finished my change to convert comparisons with current-time into index searches where available. The code is in review now. The other thing I'm working on is merging my branch with the new master code structure, which ha

Change in hyracks[master]: Adapted Inline Variable rules to allow exceptions for nonfun...

2015-08-27 Thread Steven Jacobs (Code Review)
Steven Jacobs has uploaded a new change for review. https://asterix-gerrit.ics.uci.edu/368 Change subject: Adapted Inline Variable rules to allow exceptions for nonfunctional functions. Exceptions must be implemented by an inherited class

Change in asterixdb[master]: Convert comparisons with current-datetime, current-date, and...

2015-08-27 Thread Steven Jacobs (Code Review)
Steven Jacobs has uploaded a new change for review. https://asterix-gerrit.ics.uci.edu/367 Change subject: Convert comparisons with current-datetime, current-date, and current-time to applicable index searches as though they were constants

[jira] [Created] (ASTERIXDB-1083) Output to the web console buggy for multiple queries

2015-08-27 Thread Steven Jacobs (JIRA)
Steven Jacobs created ASTERIXDB-1083: Summary: Output to the web console buggy for multiple queries Key: ASTERIXDB-1083 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1083 Project: Apache

Re: Integrating the folder change and package change into topic branches

2015-08-26 Thread Steven Jacobs
This solution works for me, until I do another maven build in terminal, at which point it breaks again. Steven On Wed, Aug 26, 2015 at 7:48 AM, Taewoo Kim wrote: > In addition to Ian's posting: I would like to share my experience. I have > updated the master branch and my branch and I saw this h

Change in asterixdb[master]: Merging with the current master (+ Correcting RecordBuilder ...

2015-08-20 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Merging with the current master (+ Correcting RecordBuilder instatiation in RecordAddFieldsDescriptor) .. Patch Set 10: Code-Review+1 -- To view, visit https

Change in hyracks[master]: Fixed Job details page in Admin console.

2015-08-20 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Fixed Job details page in Admin console. .. Patch Set 7: (1 comment) One last comment from me. Also, did you resolve the license question with Ian? https

Change in asterixdb[master]: Merging with the current master

2015-08-20 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Merging with the current master .. Patch Set 9: (2 comments) Two questions left for me https://asterix-gerrit.ics.uci.edu/#/c/298/9/asterix-om/src/main/java

Re: Strange Comparison Allowed

2015-08-19 Thread Steven Jacobs
, Taewoo Kim wrote: > > > > > Yes. Type conversion (casting) only happens among numeric types so far. > > > Actually, since there is a type-tag, if you try to compare two non > > numeric > > > types, it stops the comparing as soon as it sees the first byte from > bo

Re: Strange Comparison Allowed

2015-08-19 Thread Steven Jacobs
t; > On Wed, Aug 19, 2015 at 10:32 AM, Steven Jacobs wrote: > > > This is currently working in master: > > > > create type CSXType as closed { > > id: int32, > > csxid: string > > } > > create dataset CSX(CSXType) primary key id; > > >

Strange Comparison Allowed

2015-08-19 Thread Steven Jacobs
This is currently working in master: create type CSXType as closed { id: int32, csxid: string } create dataset CSX(CSXType) primary key id; for $b in dataset('CSX') where $b.id > point("3,5") return $b; Is this supposed to be working? Steven

Change in asterixdb[master]: Changed metadata storage format for nullable field types. Mo...

2015-08-17 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Changed metadata storage format for nullable field types. Moved field name generation to the client out of metadata node code. Changed naming scheme for autogenerated types. Moved GroupName, CompactionPolicy

Change in asterixdb[master]: Periodically saving JSON data from admin console API to a te...

2015-08-17 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Periodically saving JSON data from admin console API to a temporary dataset. .. Patch Set 7: (3 comments) Just a couple of things. Also, I don't know i

Change in hyracks[master]: Optimization in adminconsole API in Hyracks to optimize the ...

2015-08-17 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Optimization in adminconsole API in Hyracks to optimize the JSON data being sent. .. Patch Set 3: (5 comments) Just a few formatting things. By the way, are

Change in hyracks[master]: Abstracting algebricks rules out of AsterixDB.

2015-08-14 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Abstracting algebricks rules out of AsterixDB. .. Patch Set 2: Code-Review+2 -- To view, visit https://asterix-gerrit.ics.uci.edu/352 To unsubscribe, visit

Change in asterixdb[master]: Abstracting algebricks rules out of AsterixDB.

2015-08-14 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Abstracting algebricks rules out of AsterixDB. .. Patch Set 2: Code-Review+2 -- To view, visit https://asterix-gerrit.ics.uci.edu/353 To unsubscribe, visit

Change in asterixdb[master]: Changed metadata storage format for nullable field types. Mo...

2015-08-14 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Changed metadata storage format for nullable field types. Moved field name generation to the client out of metadata node code. Changed naming scheme for autogenerated types

[jira] [Created] (ASTERIXDB-1073) Use an index for comparing datetime to current-datetime()

2015-08-14 Thread Steven Jacobs (JIRA)
Steven Jacobs created ASTERIXDB-1073: Summary: Use an index for comparing datetime to current-datetime() Key: ASTERIXDB-1073 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1073 Project

Re: UPDATE: FileSystemFeedAdapter [Design]

2015-08-14 Thread Steven Jacobs
I would like to as well. Steven On Friday, August 14, 2015, Murtadha Hubail wrote: > I would be happy to review it. > > Regards, > Murtadha > > > On Aug 14, 2015, at 10:34 AM, abdullah alamoudi > wrote: > > > > Hi, > > I just want to give a little update about what I have been up to > recently.

Change in hyracks[master]: Abstracting algebricks rules out of AsterixDB.

2015-08-13 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Abstracting algebricks rules out of AsterixDB. .. Patch Set 2: Code-Review+1 -- To view, visit https://asterix-gerrit.ics.uci.edu/352 To unsubscribe, visit

Change in asterixdb[master]: Abstracting algebricks rules out of AsterixDB.

2015-08-13 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Abstracting algebricks rules out of AsterixDB. .. Patch Set 1: Code-Review+1 -- To view, visit https://asterix-gerrit.ics.uci.edu/353 To unsubscribe, visit

Change in asterixdb[master]: Changed metadata storage format for nullable field types. Mo...

2015-08-11 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Changed metadata storage format for nullable field types. Moved field name generation to the client out of metadata node code. Changed naming scheme for autogenerated types

Change in asterixdb[master]: Changed metadata storage format for nullable field types. Mo...

2015-08-11 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Changed metadata storage format for nullable field types. Moved field name generation to the client out of metadata node code. Changed naming scheme for autogenerated types

Re: Status of the Metadata fixes (https://asterix-gerrit.ics.uci.edu/#/c/323/)

2015-08-04 Thread Steven Jacobs
It still has my +1 (I reviewed the changes since patchset 3), but it's waiting for a +2 from Till. Steven On Tue, Aug 4, 2015 at 1:36 PM, Ian Maxon wrote: > Hi, > This change is the last feature on the checklist before release, > AFAIK. Just wanted to start a thread so there's visibility into th

Change in asterixdb[master]: Changed metadata storage format for nullable field types. Mo...

2015-08-04 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Changed metadata storage format for nullable field types. Moved field name generation to the client out of metadata node code. Changed naming scheme for autogenerated types

Change in asterixdb[master]: Changed metadata storage format for nullable field types. Mo...

2015-08-04 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Changed metadata storage format for nullable field types. Moved field name generation to the client out of metadata node code. Changed naming scheme for autogenerated types

Change in asterixdb[master]: Minor change in documentation related to open field indexing...

2015-07-24 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Minor change in documentation related to open field indexing (including a non-terminal name change in the documented grammar). .. Patch Set 1: Code-Review+1

Status

2015-07-23 Thread Steven Jacobs
I won't be in the meeting tomorrow so I'm sending my status: This week I setup a design structure for implementing procedures in Asterix (active hyracks jobs that can be run whenever desired, avoiding recompilation of the same query every time). I worked on the AQL parser and meta data additions to

Change in hyracks[master]: This change reduce object creation and instead re-use object...

2015-07-23 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: This change reduce object creation and instead re-use objects when doing inserts, deletes or searches in btrees and rtrees. .. Patch Set 2: Code-Review+1 I

Change in hyracks[master]: This change reduce object creation and instead re-use object...

2015-07-22 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: This change reduce object creation and instead re-use objects when doing inserts, deletes or searches in btrees and rtrees. .. Patch Set 2: Does this patch set

Change in asterixdb[master]: Clean-up - Made record-merge visible from AQL + more proper ...

2015-07-17 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Clean-up - Made record-merge visible from AQL + more proper dealing with nested records in record merge type computer .. Patch Set 6: Everything looks great to

Change in asterixdb[master]: Changed metadata storage format for nullable field types. Mo...

2015-07-17 Thread Steven Jacobs (Code Review)
Steven Jacobs has posted comments on this change. Change subject: Changed metadata storage format for nullable field types. Moved field name generation to the client out of metadata node code. Changed naming scheme for autogenerated types

Re: [DRAFT][REPORT] Apache VXQuery - Jul 2015

2015-07-06 Thread Steven Jacobs
ttention at this time. > > > > PMC/Committership changes: > > > > - Currently 10 committers and 7 PMC members in the project. > > - No new PMC members added in the last 3 months > > - Last PMC addition was Steven Jacobs at Fri Jul 18 2014 > > - No new c

Re: Metadata names generation

2015-06-24 Thread Steven Jacobs
ar case is where there is a data type with a field named "a.b" and > another field named "a" which has a nested field named "b". > > Thoughts? > > > On Wed, Jun 24, 2015 at 9:51 PM, Steven Jacobs wrote: > > > I think there is no completely user-

Re: Metadata names generation

2015-06-24 Thread Steven Jacobs
he nested stuff in indexing to be a list of strings rather than a single string. Steven On Wed, Jun 24, 2015 at 11:43 AM, Chen Li wrote: > In this case, there could be ambiguity in the names. Does it matter? > > Chen > > On Wed, Jun 24, 2015 at 11:17 AM, Steven Jacobs wrote: &

Re: Metadata names generation

2015-06-24 Thread Steven Jacobs
Fieldnames do allow these characters (both of them). Steven On Wed, Jun 24, 2015 at 11:15 AM, Chen Li wrote: > I also prefer "." than "_". Also want to confirm that field names don't > allow these two characters. > > Chen > > On Wed, Jun 24, 2015

Re: Metadata names generation

2015-06-24 Thread Steven Jacobs
I second Young-Seek (especially since this is the syntax that users will use themselves for nested information in queries). Steven On Wed, Jun 24, 2015 at 10:40 AM, Young-Seok Kim wrote: > It seems better to use "." instead of "_" since "." is more intuitive (at > least to me) than "_". > For e

Re: Migration of git repository

2015-06-08 Thread Steven Jacobs
*IMHO, the first one is "easy" [*] to solve via testing. Either we addproper API testing to Hyracks and ensure Asterix/VXQuery/etc only useproper APIs, and/or we add Asterix/VXQuery/etc builds and tests to thetesting jobs on Jenkins.* -We should be going in the direction of the latter here. As disc

Status

2015-06-05 Thread Steven Jacobs
Hi, I'm not going to make it into the meeting today, so here is my status: Revisited Raman's Code Review Working on two hanging issues with my Channel Query plan One is an error with the Hyracks build One is a problem with Algerbricks plans Dealing with a lot of end-of-quarter class stuff Steven

Re: Migration of git repository

2015-06-03 Thread Steven Jacobs
Here is my $.01 (offered at a discount): *"That wasn't the separation I was talking about. I meant API separation. As* *it is now, when we make a change to both Asterix and Hyracks, we are forced* *to consider the API implications, or at least they are put out there in a* *very clear way that we

Re: Explanation of Error

2015-06-02 Thread Steven Jacobs
essional version, the one without the 20-operator > limit. > Just reply to this mailing list with your credit card number, expiration > date, and the code on the back > and we'll take care of you. :-) > Very wierd... > > > On 6/2/15 11:52 AM, Steven Jacobs wrote: > >>

Explanation of Error

2015-06-02 Thread Steven Jacobs
Hi, I got an interesting new error and I was wondering if anyone knew the origins/limitation issue that this is referring to. Attempting to construct a nested plan with 20 operator descriptors. Currently, nested plans can only consist in linear pipelines of Asterix micro operators. [AlgebricksExce

Re: Documentation branch name change

2015-05-04 Thread Steven Jacobs
least this is my understanding. Anyone feel free to chime in where I am wrong. Steven On Mon, May 4, 2015 at 10:15 AM, Henry Saputra wrote: > When you said document branch, is it just a separate git-like branch > for updating documentation? > > - Henry > > On Mon, May 4, 2015 at

Documentation branch name change

2015-05-04 Thread Steven Jacobs
Hi, I had a couple of questions as we are migrating to Apache. 1) As far as I know right now we have no way to push to the documentation branch on Google Code (As the code site is currently read-only, and there is no code review process set up except for the master branch). Is this being addressed

Re: Migration of Wiki content

2015-04-19 Thread Steven Jacobs
oint in time :) ), and I'd be > fine to have the documents in a Wiki if that works better for most other > people. > That's why I put numbers into the spreadsheet so that everybody can > increment the number for their preferred option. > > Cheers, > Till > > > On Apr

  1   2   >