[NO LONGER MAINTAINED]
Tajo Desktop Package Installation
“Tajo Desktop Package” is stand-alone version of Apache Tajo(TM), packaged by Gruter, Inc. It provides an easy way to set up Tajo DW engine on your Linux and Mac. Enjoy Tajo on your desktop!
-
Supported OS Linux, Mac
-
Prerequisites JVM 1.6.0 or higher
-
Installation
3.1. Extract the package file in a directory
$ tar xvfz tajo-x.x.x-desktop-x.tar.gz $ cd tajo-x.x.x-desktop-x
3.2. Configure Tajo Set JAVA_HOME, Tajo directories and heap memory size.
$ bin/configure.sh
3.3. Initiate Tajo Initiate the Tajo master and worker(s).
$ bin/startup.sh
3.4. Load the sample data set (optional) The script below will generate a sample database with 8 tables based on the TPC-H test data set. Make sure Tajo has been properly initiated before running this command.
$ bin/your-massive-data.sh
3.5. Run the Tajo command-line shell (TSQL)
$ bin/tsql Try ? for help. default>
-
Shutdown $ bin/shutdown.sh
For more information on Tajo, refer to Apache Tajo site (http://tajo.apache.org).