VXQuery has a few open issues that have not been merged into a production release of Hyracks. In the meantime, a VXQuery compatibility branch has been set up to push changes required by VXQuery. The branch can be used to test changes and get them ready for review by the Hyracks team.
Here are the commands to get a local copy of the source on your machine. git clone https://code.google.com/p/hyracks/ git fetch origin git checkout -b ecarm002/vxquery_compatibility origin/ecarm002/vxquery_compatibility This will make VXQuery work of the current Hyracks snapshot 0.2.7. Let me know if you have any questions.
