Re: Strange error trying to run Asterix master

2017-10-24 Thread Steven Jacobs
I have never found a solution. I switched to IntelliJ :) Glad to learn I’m not crazy. It has to do with the unnamed generated classes that Eclipse creates (it went away when I created named java files for each class) but that’s as far as I got. If you find a solution let me know! Steven On Tue,

Re: Strange error trying to run Asterix master

2017-10-24 Thread Taewoo Kim
Have you found a solution? I just have encountered this issue. I'm trying to rebuild. Best, Taewoo On Wed, Oct 4, 2017 at 9:02 PM, Steven Jacobs wrote: > Hi Wail, I've tried this many times. This does solve another strange > Eclipse error that I've had in the past, but it

Re: Is it OK for Hyracks to access the config option?

2017-10-24 Thread Ian Maxon
The ini-style config should be fine to access from Hyracks-level, it's modular. Some of the properties are already accessed from within Hyracks for the most part (e.g. IO devices, etc). On Tue, Oct 24, 2017 at 1:20 PM, Taewoo Kim wrote: > Never mind about the first question.

Re: Is it OK for Hyracks to access the config option?

2017-10-24 Thread Taewoo Kim
Never mind about the first question. The problem becomes simpler (but still couldn't find the solution) after talking to Chen Luo. Thanks. Let's say the inverted index search module Blah1 (Actually SearchResult and FixedSizeElementInvertedListCursor in case you are interested in). For this Blah1

Is it OK for Hyracks to access the config option?

2017-10-24 Thread Taewoo Kim
Hello All, Here is the background. I'm currently fixing an inverted-index search OOM issue. This could happen because the core inverted-index search module does not have any budget limit. One might ask that B+-tree and R-tree search doesn't have any budget limit either. However, a difference is