I am having trouble getting this running again. First off, hyracks does not finish all the test when I do the "mvn install" command. The terminal just stalls. Nothing seems to happen, even after letting run over night. JArod has helped me a little but it still does not work. I opened a ticket.
https://code.google.com/p/hyracks/issues/detail?id=76&thanks=76&ts=1339531056 Also now I get an error when running the mvn install for vxquery. [ERROR] Failed to execute goal on project vxquery-core: Could not resolve dependencies for project org.apache.vxquery:vxquery-core:jar:0.1-SNAPSHOT: Could not find artifact edu.uci.ics.hyracks:hyracks-algebricks-compiler:jar:0.2.1-SNAPSHOT -> [Help 1] I guess these are related. Not sure what to do. Preston On Fri, Jun 8, 2012 at 2:35 AM, Vinayak Borkar <[email protected]> wrote: > There was a typo in the URL for the Hyracks branch in the previous email. > Here is the correct URL: > > https://hyracks.googlecode.com/svn/branches/hyracks_asterix_stabilization > > > Vinayak > > > > On 6/8/12 2:32 AM, Vinayak Borkar wrote: >> >> Hi VXQuery-ers, >> >> >> I have changed VXQuery to depend on Algebricks version 0.2.1-SNAPSHOT >> from 0.2.0-SNAPSHOT because we need some stuff that is newly implemented >> in the Algebricks stack. >> >> Going forward, these will be the steps necessary to successfully build >> VXQuery until we can depend on a release of the Algebricks stack. >> >> 1. Update Hyracks code from: >> >> https://hyracks.googlecode.com/svn/branche/hyracks_asterix_stabilization >> >> 2. In the hyracks_asterix_stabilization folder, do: >> >> mvn install >> >> 3. Now build VXQuery as usual. >> >> Note that steps 1 and 2 from the build process need to only be performed >> once (or when new changes from hyracks_asterix_stabilization are >> required). >> >> >> Vinayak >> >
