You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by Apache Wiki <wi...@apache.org> on 2013/07/29 10:11:02 UTC

[Tajo Wiki] Trivial Update of "GettingStarted" by JinhoKim

Dear Wiki user,

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

The "GettingStarted" page has been changed by JinhoKim:
https://wiki.apache.org/tajo/GettingStarted?action=diff&rev1=9&rev2=10

Comment:
fixed wrong git URL

  Download the source code and build Tajo as follows:
  
  {{{
- $ git clone http://git-wip-us.apache.org/repos/asf/incubator-tajo.git tajo
+ $ git clone https://git-wip-us.apache.org/repos/asf/incubator-tajo.git tajo
  $ cd tajo
  $ mvn package -DskipTests -Pdist -Dtar
  $ ls tajo-dist/target/tajo-x.y.z-SNAPSHOT.tar.gz