You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by Apache Wiki <wi...@apache.org> on 2013/11/01 14:32:15 UTC

[Mrql Wiki] Trivial Update of "Contributors" by LeonidasFegaras

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Mrql Wiki" for change notification.

The "Contributors" page has been changed by LeonidasFegaras:
https://wiki.apache.org/mrql/Contributors?action=diff&rev1=3&rev2=4

  == Getting the source code ==
  
- Download the latest stable MRQL source release from [[http://www.apache.org/dist/incubator/mrql/]] and extract the files.
+ Download the latest stable MRQL source release from [[http://www.apache.org/dyn/closer.cgi/incubator/mrql]] and extract the files.
  You can get the latest source code using:
  
  {{{
  git clone https://git-wip-us.apache.org/repos/asf/incubator-mrql.git
  }}}
  
- To build MRQL using maven, use {{{mvn package}}}. To validate the installation use {{{mvn verify}}},
+ To build MRQL using maven, use {{{mvn install}}}. To validate the installation use {{{mvn install -Dtests}}},
  which runs the queries in {{{tests/queries}}} in memory, local Hadoop mode, local Hama mode, and Spark standalone mode.
  
- Alternatively, you may use {{{make}}} or {{{ant}}} to rebuild MRQL. Change the first lines of {{{conf/mrql-env.sh}}} and {{{conf/mrql-ant-env.sh}}} to point to your directories.
- {{{make}}} or {{{ant}}} rebuilds the {{{lib/mrql.jar}}}.
- {{{make bsp}}} or {{{ant bsp}}} rebuilds the {{{lib/mrql-bsp.jar}}}.
- {{{make spark}}} or {{{ant spark}}} rebuilds the {{{lib/mrql-spark.jar}}}.
  
  ==== Eclipse Project File Generation ====
+ 
  We are using Maven so you can easily generate project files for our modules.
  
  First you should make sure you have set up your workspace correctly with maven: